.elementor-11 .elementor-element.elementor-element-142a5c6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-b0bc6f3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-92cbcd3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-7d3da10{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-780dd3b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-f8fa54a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-3fc9857{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-0fde274{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1ca2c73{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-058614e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-bd438ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-50869406 *//* =========================================
   STEAD POMADE — PREMIUM HEADER
   PART 1 — BASE + DESKTOP NAVIGATION
========================================= */

.stead-header,
.stead-header * {
  box-sizing: border-box;
}

.stead-header img {
  display: block;
  max-width: 100%;
}

.stead-header a {
  color: inherit;
  text-decoration: none;
}

.stead-header button {
  font: inherit;
}

.stead-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
}

.stead-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      180deg,
      rgba(3, 4, 3, 0.88) 0%,
      rgba(3, 4, 3, 0.68) 70%,
      rgba(3, 4, 3, 0) 100%
    );
  pointer-events: none;
}

.stead-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      rgba(141, 227, 0, 0.24),
      rgba(245, 173, 0, 0.2),
      transparent
    );
}

/* =========================================
   CONTAINER
========================================= */

.stead-header__container {
  position: relative;
  width: min(1440px, calc(100% - 80px));
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(160px, 0.72fr)
    minmax(0, 1.9fr)
    auto;
  align-items: center;
  gap: 34px;
}

/* =========================================
   LOGO
========================================= */

.stead-header__logo {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.stead-header__logo:hover {
  transform: translateY(-3px);
  opacity: 0.94;
}

.stead-header__logo img {
  width: auto;
  max-width: 175px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 16px rgba(141, 227, 0, 0.06));
}

/* =========================================
   DESKTOP NAVIGATION
========================================= */

.stead-header__nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.stead-header__nav > a {
  position: relative;
  min-height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.stead-header__nav > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00
    );
  box-shadow:
    0 0 14px rgba(141, 227, 0, 0.2);
  transition: width 0.3s ease;
}

.stead-header__nav > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0;
  transform:
    translateX(-50%)
    scale(0.4);
  background: #8de300;
  box-shadow:
    0 0 12px rgba(141, 227, 0, 0.45);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.stead-header__nav > a:hover,
.stead-header__nav > a:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
}

.stead-header__nav > a:hover::before,
.stead-header__nav > a:focus-visible::before {
  width: 100%;
}

.stead-header__nav > a:hover::after,
.stead-header__nav > a:focus-visible::after {
  opacity: 1;
  transform:
    translateX(-50%)
    scale(1);
}

/* =========================================
   ACTIVE LINK SUPPORT
========================================= */

.stead-header__nav > a.is-active {
  color: #ffffff;
}

.stead-header__nav > a.is-active::before {
  width: 100%;
}

.stead-header__nav > a.is-active::after {
  opacity: 1;
  transform:
    translateX(-50%)
    scale(1);
}

/* =========================================
   RIGHT ACTION WRAPPER BASE
========================================= */

.stead-header__actions {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* =========================================
   MOBILE ELEMENTS HIDDEN ON DESKTOP
========================================= */

.stead-header__toggle,
.stead-header__mobile {
  display: none;
}

/* =========================================
   ACCESSIBILITY
========================================= */

.stead-header a:focus-visible,
.stead-header button:focus-visible {
  outline: 2px solid #8de300;
  outline-offset: 4px;
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-header__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-header::after {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-header__nav {
    gap: 38px;
  }

  .stead-header__logo img {
    max-width: 190px;
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-header__container {
    width: min(1180px, calc(100% - 56px));
    grid-template-columns:
      minmax(145px, 0.66fr)
      minmax(0, 1.8fr)
      auto;
    gap: 22px;
  }

  .stead-header::after {
    width: calc(100% - 56px);
  }

  .stead-header__nav {
    gap: 18px;
  }

  .stead-header__nav > a {
    font-size: 12px;
    letter-spacing: 0.075em;
  }

  .stead-header__logo img {
    max-width: 155px;
  }
}
/* =========================================
   STEAD HEADER
   PART 2
   CTA + SCROLL + HAMBURGER
========================================= */


/* =========================================
   CAMPAIGN BUTTON
========================================= */

.stead-header__campaign{

position:relative;

display:inline-flex;

align-items:center;
justify-content:center;

height:44px;

padding:0 18px;

border:1px solid
rgba(245,173,0,.25);

background:

linear-gradient(
135deg,
rgba(245,173,0,.14),
rgba(245,173,0,.04));

color:#ffd75b;

font-family:
"Barlow Condensed",
sans-serif;

font-size:12px;

font-weight:900;

letter-spacing:.12em;

text-transform:uppercase;

transition:.35s;

overflow:hidden;

}

.stead-header__campaign::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:70%;

height:100%;

background:

linear-gradient(
90deg,
transparent,
rgba(255,255,255,.22),
transparent);

transform:skewX(-20deg);

transition:.55s;

}

.stead-header__campaign:hover{

transform:translateY(-3px);

border-color:#f5ad00;

box-shadow:

0 15px 30px
rgba(245,173,0,.18);

}

.stead-header__campaign:hover::before{

left:150%;

}


/* =========================================
   SHOP BUTTON
========================================= */

.stead-header__shop{

display:inline-flex;

align-items:center;

justify-content:center;

gap:12px;

height:48px;

padding:0 24px;

background:

linear-gradient(
135deg,
#d8ff5c,
#8de300);

color:#081004;

font-family:
"Barlow Condensed",
sans-serif;

font-size:13px;

font-weight:900;

letter-spacing:.11em;

text-transform:uppercase;

box-shadow:

0 18px 36px
rgba(141,227,0,.22);

transition:.35s;

}

.stead-header__shop:hover{

transform:translateY(-4px);

box-shadow:

0 28px 45px
rgba(141,227,0,.30);

}

.stead-header__shop svg{

width:18px;

height:18px;

transition:.35s;

}

.stead-header__shop:hover svg{

transform:translateX(5px);

}


/* =========================================
   STICKY SCROLL
========================================= */

.stead-header--scrolled{

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

background:

rgba(7,10,8,.82);

box-shadow:

0 18px 40px
rgba(0,0,0,.38);

}

.stead-header--scrolled::before{

background:

linear-gradient(
180deg,
rgba(7,10,8,.92),
rgba(7,10,8,.78));

}

.stead-header--scrolled
.stead-header__container{

min-height:76px;

}

.stead-header--scrolled
.stead-header__nav>a{

min-height:76px;

}

.stead-header--scrolled
.stead-header__logo img{

max-height:56px;

}


/* =========================================
   MOBILE TOGGLE
========================================= */

.stead-header__toggle{

position:relative;

display:none;

width:52px;

height:52px;

padding:0;

border:none;

cursor:pointer;

background:transparent;

}

.stead-header__toggle span{

position:absolute;

left:50%;

width:26px;

height:2px;

background:#fff;

transform:translateX(-50%);

transition:.35s;

}

.stead-header__toggle span:nth-child(1){

top:17px;

}

.stead-header__toggle span:nth-child(2){

top:25px;

}

.stead-header__toggle span:nth-child(3){

top:33px;

}


/* =========================================
   MENU OPEN
========================================= */

.stead-header--menu-open
.stead-header__toggle span:nth-child(1){

top:25px;

transform:
translateX(-50%)
rotate(45deg);

}

.stead-header--menu-open
.stead-header__toggle span:nth-child(2){

opacity:0;

}

.stead-header--menu-open
.stead-header__toggle span:nth-child(3){

top:25px;

transform:
translateX(-50%)
rotate(-45deg);

}


/* =========================================
   BODY LOCK
========================================= */

body.stead-menu-lock{

overflow:hidden;

}


/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

.stead-header__container{

width:min(940px,calc(100% - 44px));

min-height:76px;

grid-template-columns:

1fr
auto;

}

.stead-header::after{

width:calc(100% - 44px);

}

.stead-header__nav{

display:none;

}

.stead-header__campaign{

display:none;

}

.stead-header__toggle{

display:block;

}

.stead-header__actions{

gap:8px;

}

}
/* =========================================
   STEAD HEADER
   PART 3
   MOBILE MENU + RESPONSIVE
========================================= */

/* =========================================
   MOBILE MENU
========================================= */

.stead-header__mobile{

position:fixed;

top:0;
left:0;

width:100%;
height:100vh;

display:flex;

align-items:center;
justify-content:center;

padding:120px 30px 50px;

background:

linear-gradient(
180deg,
rgba(3,4,3,.97),
rgba(6,9,6,.98));

backdrop-filter:blur(30px);

-webkit-backdrop-filter:blur(30px);

opacity:0;

visibility:hidden;

pointer-events:none;

transition:.45s;

z-index:999;

overflow-y:auto;

}

.stead-header__mobile::before{

content:"STEAD";

position:absolute;

left:50%;
top:50%;

transform:
translate(-50%,-50%);

font-family:
"Archivo Black",
sans-serif;

font-size:
clamp(110px,24vw,260px);

letter-spacing:-.08em;

color:rgba(255,255,255,.03);

white-space:nowrap;

pointer-events:none;

}

.stead-header__mobile-inner{

width:min(480px,100%);

display:flex;

flex-direction:column;

gap:10px;

position:relative;

z-index:3;

}

/* =========================================
   OPEN MENU
========================================= */

.stead-header--menu-open
.stead-header__mobile{

opacity:1;

visibility:visible;

pointer-events:auto;

}

/* =========================================
   MOBILE LINKS
========================================= */

.stead-header__mobile a{

display:flex;

align-items:center;

justify-content:space-between;

padding:18px 0;

border-bottom:

1px solid
rgba(255,255,255,.08);

color:#fff;

font-family:
"Barlow Condensed",
sans-serif;

font-size:28px;

font-weight:700;

letter-spacing:.05em;

text-transform:uppercase;

transition:.35s;

}

.stead-header__mobile a:hover{

padding-left:12px;

color:#8de300;

}

.stead-header__mobile a span{

display:inline-flex;

align-items:center;
justify-content:center;

width:38px;
height:38px;

margin-right:18px;

border-radius:50%;

background:

linear-gradient(
135deg,
#d8ff5c,
#8de300);

color:#081004;

font-size:13px;

font-weight:900;

font-family:
"Plus Jakarta Sans",
sans-serif;

flex-shrink:0;

}

/* =========================================
   MOBILE CTA
========================================= */

.stead-header__mobile-actions{

margin-top:35px;

display:grid;

gap:14px;

}

.stead-header__mobile-shop{

height:58px;

display:flex;

align-items:center;
justify-content:center;

background:

linear-gradient(
135deg,
#d8ff5c,
#8de300);

color:#081004!important;

font-family:
"Barlow Condensed",
sans-serif;

font-size:15px;

font-weight:900;

letter-spacing:.12em;

text-transform:uppercase;

box-shadow:

0 18px 35px
rgba(141,227,0,.25);

}

.stead-header__mobile-shop:hover{

transform:translateY(-4px);

}

.stead-header__mobile-campaign{

height:58px;

display:flex;

align-items:center;
justify-content:center;

border:1px solid
rgba(245,173,0,.25);

background:

rgba(245,173,0,.06);

color:#ffd75b!important;

font-family:
"Barlow Condensed",
sans-serif;

font-size:15px;

font-weight:900;

letter-spacing:.12em;

text-transform:uppercase;

}

.stead-header__mobile-campaign:hover{

border-color:#f5ad00;

}

/* =========================================
   TABLET
========================================= */

@media(max-width:820px){

.stead-header__container{

width:calc(100% - 36px);

}

.stead-header::after{

width:calc(100% - 36px);

}

.stead-header__logo img{

max-width:145px;

}

.stead-header__mobile{

padding:

105px
26px
40px;

}

.stead-header__mobile a{

font-size:24px;

}

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:680px){

.stead-header__container{

width:calc(100% - 28px);

min-height:70px;

}

.stead-header::after{

width:calc(100% - 28px);

}

.stead-header__logo img{

max-width:130px;

max-height:48px;

}

.stead-header__shop{

display:none;

}

.stead-header__toggle{

width:48px;

height:48px;

}

.stead-header__mobile{

padding:

90px
22px
35px;

}

.stead-header__mobile a{

font-size:21px;

padding:16px 0;

}

.stead-header__mobile a span{

width:34px;
height:34px;

font-size:11px;

margin-right:14px;

}

.stead-header__mobile-shop,
.stead-header__mobile-campaign{

height:54px;

font-size:13px;

}

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:420px){

.stead-header__container{

width:calc(100% - 22px);

}

.stead-header::after{

width:calc(100% - 22px);

}

.stead-header__logo img{

max-width:118px;

}

.stead-header__mobile{

padding:

84px
18px
28px;

}

.stead-header__mobile a{

font-size:18px;

}

}

/* =========================================
   TOUCH DEVICE
========================================= */

@media(hover:none){

.stead-header__nav>a:hover,

.stead-header__shop:hover,

.stead-header__campaign:hover,

.stead-header__mobile a:hover{

transform:none;

padding-left:0;

}

}

/* =========================================
   REDUCED MOTION
========================================= */

@media(prefers-reduced-motion:reduce){

.stead-header *,

.stead-header *::before,

.stead-header *::after{

animation-duration:.01ms!important;

animation-iteration-count:1!important;

transition-duration:.01ms!important;

scroll-behavior:auto!important;

}

}
/* =========================================
   STEAD HEADER — LOGO NORMAL SIZE FIX
========================================= */

.stead-header__container {
  width: min(1380px, calc(100% - 60px));
  min-height: 82px;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 28px;
}

.stead-header__logo {
  width: 180px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.stead-header__logo img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 170px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;

  /* PENTING — jangan zoom */
  transform: none;
}

/* WordPress admin bar */
body.admin-bar .stead-header {
  top: 32px;
}

@media (max-width: 1024px) {
  .stead-header__container {
    width: calc(100% - 36px);
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .stead-header__logo {
    width: 155px;
    height: 58px;
  }

  .stead-header__logo img {
    height: 46px;
    max-width: 150px;
    max-height: 46px;
    transform: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar .stead-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  .stead-header__container {
    width: calc(100% - 28px);
    min-height: 70px;
  }

  .stead-header__logo {
    width: 135px;
    height: 52px;
  }

  .stead-header__logo img {
    height: 40px;
    max-width: 130px;
    max-height: 40px;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dc35d1 *//* =========================================
   STEAD POMADE — SECTION 01: HERO
========================================= */

@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --stead-black: #030403;
  --stead-black-soft: #080a08;
  --stead-panel: #0d100d;
  --stead-panel-light: #151915;
  --stead-green: #8de300;
  --stead-green-bright: #b6ff1f;
  --stead-green-dark: #416e00;
  --stead-gold: #f5ad00;
  --stead-gold-bright: #ffc92f;
  --stead-white: #ffffff;
  --stead-grey: #a9aea8;
  --stead-border: rgba(255, 255, 255, 0.12);
  --stead-shadow-green: rgba(141, 227, 0, 0.38);
  --stead-shadow-gold: rgba(245, 173, 0, 0.35);
}

/* =========================================
   RESET
========================================= */

.stead-hero,
.stead-hero * {
  box-sizing: border-box;
}

.stead-hero img {
  display: block;
  max-width: 100%;
}

.stead-hero a {
  color: inherit;
  text-decoration: none;
}

.stead-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 78% 40%,
      rgba(79, 126, 0, 0.2),
      transparent 34%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(245, 173, 0, 0.09),
      transparent 28%
    ),
    linear-gradient(
      115deg,
      #020302 0%,
      #050705 47%,
      #070a06 100%
    );
  color: var(--stead-white);
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-hero__background {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  pointer-events: none;
}

.stead-hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );
  background-size: 46px 46px;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.2)
  );
}

.stead-hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.54) 43%,
      rgba(0, 0, 0, 0.08) 72%,
      rgba(0, 0, 0, 0.28) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.58)
    );
}

.stead-hero__smoke {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
  mix-blend-mode: screen;
}

.stead-hero__smoke--one {
  top: -260px;
  right: -160px;
  background:
    radial-gradient(
      circle,
      rgba(151, 255, 0, 0.9) 0%,
      rgba(75, 134, 0, 0.3) 46%,
      transparent 72%
    );
  animation: steadSmokeOne 11s ease-in-out infinite alternate;
}

.stead-hero__smoke--two {
  right: 14%;
  bottom: -420px;
  background:
    radial-gradient(
      circle,
      rgba(204, 255, 68, 0.72) 0%,
      rgba(43, 86, 0, 0.35) 44%,
      transparent 72%
    );
  animation: steadSmokeTwo 14s ease-in-out infinite alternate;
}

.stead-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.22;
}

.stead-hero__glow--green {
  width: 420px;
  height: 420px;
  top: 22%;
  right: 14%;
  background: var(--stead-green);
  animation: steadPulseGlow 5s ease-in-out infinite;
}

.stead-hero__glow--gold {
  width: 260px;
  height: 260px;
  right: 3%;
  bottom: 13%;
  background: var(--stead-gold);
  opacity: 0.14;
  animation: steadPulseGlow 6s ease-in-out infinite reverse;
}

/* =========================================
   DECORATIVE LINES
========================================= */

.stead-hero__line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
}

.stead-hero__line--left {
  left: 0;
  top: 18%;
  width: 86px;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      var(--stead-green),
      transparent
    );
}

.stead-hero__line--right {
  right: 0;
  bottom: 24%;
  width: 120px;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--stead-gold)
    );
}

/* =========================================
   CONTAINER
========================================= */

.stead-hero__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: 100px 0 150px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 58px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.stead-hero__content {
  position: relative;
  z-index: 10;
  max-width: 650px;
  animation: steadContentReveal 0.9s ease both;
}

.stead-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--stead-green-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.stead-hero__eyebrow-icon {
  position: relative;
  width: 34px;
  height: 2px;
  flex-shrink: 0;
  background: var(--stead-gold);
  box-shadow: 0 0 18px var(--stead-shadow-gold);
}

.stead-hero__eyebrow-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--stead-gold);
  transform: translateY(-50%);
}

.stead-hero__title {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(66px, 6vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.stead-hero__title-line {
  display: block;
  color: var(--stead-white);
  text-shadow:
    0 5px 0 rgba(255, 255, 255, 0.03),
    0 16px 50px rgba(0, 0, 0, 0.55);
}

.stead-hero__title-line--highlight {
  margin-top: 10px;
  color: var(--stead-gold);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  text-shadow:
    0 0 24px rgba(245, 173, 0, 0.13),
    0 14px 48px rgba(0, 0, 0, 0.45);
}

.stead-hero__description {
  max-width: 590px;
  margin: 28px 0 0;
  color: #c5cac4;
  font-size: 17px;
  line-height: 1.8;
}

/* =========================================
   BENEFITS
========================================= */

.stead-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.stead-hero__benefit {
  position: relative;
  min-height: 94px;
  padding: 16px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--stead-border);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.018)
    );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.stead-hero__benefit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      var(--stead-green),
      var(--stead-gold)
    );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stead-hero__benefit:hover {
  transform: translateY(-5px);
  border-color: rgba(141, 227, 0, 0.4);
  background:
    linear-gradient(
      145deg,
      rgba(141, 227, 0, 0.09),
      rgba(255, 255, 255, 0.02)
    );
}

.stead-hero__benefit:hover::before {
  opacity: 1;
}

.stead-hero__benefit-number {
  color: var(--stead-green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.stead-hero__benefit div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.stead-hero__benefit strong {
  color: var(--stead-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.stead-hero__benefit div span {
  color: var(--stead-grey);
  font-size: 11px;
  line-height: 1.45;
}

/* =========================================
   BUTTONS
========================================= */

.stead-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.stead-hero__button {
  position: relative;
  min-height: 58px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.stead-hero__button--primary {
  min-width: 196px;
  color: #080a05;
  background:
    linear-gradient(
      135deg,
      var(--stead-green-bright),
      var(--stead-green)
    );
  box-shadow:
    0 14px 34px rgba(141, 227, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.stead-hero__button--primary::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -50%;
  width: 40%;
  height: 350%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.55),
      transparent
    );
  transform: rotate(24deg);
  transition: left 0.65s ease;
}

.stead-hero__button--primary:hover::before {
  left: 125%;
}

.stead-hero__button--primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 44px rgba(141, 227, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.stead-hero__button--secondary {
  min-width: 164px;
  color: var(--stead-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.stead-hero__button--secondary:hover {
  color: var(--stead-gold);
  border-color: rgba(245, 173, 0, 0.55);
  background: rgba(245, 173, 0, 0.08);
  transform: translateY(-4px);
}

.stead-hero__button-icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.stead-hero__button:hover .stead-hero__button-icon {
  transform: translateX(5px);
}

/* =========================================
   TRUST
========================================= */

.stead-hero__trust {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.stead-hero__trust-stars {
  display: flex;
  gap: 3px;
  color: var(--stead-gold);
  font-size: 14px;
  text-shadow: 0 0 12px rgba(245, 173, 0, 0.3);
}

.stead-hero__trust-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stead-hero__trust-copy strong {
  color: var(--stead-white);
  font-size: 12px;
  font-weight: 700;
}

.stead-hero__trust-copy span {
  color: var(--stead-grey);
  font-size: 11px;
}

/* =========================================
   RIGHT VISUAL
========================================= */

.stead-hero__visual {
  position: relative;
  min-height: 690px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.stead-hero__visual::before {
  content: "";
  position: absolute;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  border: 1px solid rgba(141, 227, 0, 0.2);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.14),
      rgba(141, 227, 0, 0.025) 45%,
      transparent 70%
    );
  box-shadow:
    0 0 120px rgba(141, 227, 0, 0.08),
    inset 0 0 80px rgba(141, 227, 0, 0.04);
}

.stead-hero__visual::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px dashed rgba(245, 173, 0, 0.28);
  animation: steadRotate 28s linear infinite;
}

.stead-hero__visual-word {
  position: absolute;
  z-index: -1;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.025);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(115px, 11vw, 190px);
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
}

/* =========================================
   MASCOT
========================================= */

.stead-hero__mascot {
  position: absolute;
  z-index: 1;
  top: 4%;
  right: -4%;
  width: 88%;
  height: 91%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
  filter:
    drop-shadow(0 24px 40px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 34px rgba(141, 227, 0, 0.12));
  animation: steadMascotReveal 1.1s ease both;
}

.stead-hero__mascot-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

/* =========================================
   PRODUCT
========================================= */

.stead-hero__product {
  position: absolute;
  z-index: 6;
  left: 3%;
  bottom: 7%;
  width: min(420px, 47%);
  animation: steadProductFloat 5s ease-in-out infinite;
}

.stead-hero__product-glow {
  position: absolute;
  z-index: -1;
  inset: 16% 8% 8%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.44),
      rgba(245, 173, 0, 0.1) 44%,
      transparent 70%
    );
  filter: blur(32px);
}

.stead-hero__product-image {
  position: relative;
  z-index: 2;
  width: 100%;
  filter:
    drop-shadow(0 32px 40px rgba(0, 0, 0, 0.85))
    drop-shadow(0 0 26px rgba(141, 227, 0, 0.15));
}

/* =========================================
   FLOATING FEATURES
========================================= */

.stead-hero__floating {
  position: absolute;
  z-index: 10;
  min-width: 170px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(
      135deg,
      rgba(13, 16, 13, 0.92),
      rgba(6, 8, 6, 0.72)
    );
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.stead-hero__floating::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 3px;
  background:
    linear-gradient(
      to bottom,
      var(--stead-green),
      var(--stead-gold)
    );
}

.stead-hero__floating-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--stead-green-bright);
  background: rgba(141, 227, 0, 0.1);
  border: 1px solid rgba(141, 227, 0, 0.3);
}

.stead-hero__floating-icon svg {
  width: 18px;
  height: 18px;
}

.stead-hero__floating > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stead-hero__floating strong {
  color: var(--stead-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.stead-hero__floating small {
  color: var(--stead-grey);
  font-size: 10px;
}

.stead-hero__floating--water {
  top: 18%;
  left: 0;
  animation: steadFloatCardOne 4.5s ease-in-out infinite;
}

.stead-hero__floating--hold {
  top: 37%;
  right: -2%;
  animation: steadFloatCardTwo 5.2s ease-in-out infinite;
}

.stead-hero__floating--shine {
  right: 3%;
  bottom: 18%;
  animation: steadFloatCardThree 4.8s ease-in-out infinite;
}

/* =========================================
   FREE GIFT
========================================= */

.stead-hero__gift {
  position: absolute;
  z-index: 12;
  left: 36%;
  bottom: 1%;
  width: 155px;
  min-height: 155px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-7deg);
  border-radius: 50%;
  color: #090b05;
  text-align: center;
  background:
    radial-gradient(
      circle at 35% 30%,
      #d9ff65,
      var(--stead-green) 52%,
      #5b9400 100%
    );
  border: 5px solid #0a0d07;
  outline: 2px solid var(--stead-gold);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(141, 227, 0, 0.18);
  animation: steadGiftFloat 4s ease-in-out infinite;
}

.stead-hero__gift-label {
  margin-bottom: 2px;
  font-family: "Archivo Black", sans-serif;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}

.stead-hero__gift strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
}

.stead-hero__gift small {
  max-width: 100px;
  margin-top: 6px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

/* =========================================
   SPLASH
========================================= */

.stead-hero__splash {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.36;
  filter: blur(1px);
}

.stead-hero__splash--one {
  width: 190px;
  height: 65px;
  left: 4%;
  bottom: 11%;
  background:
    radial-gradient(
      ellipse,
      rgba(245, 173, 0, 0.65),
      transparent 68%
    );
  transform: rotate(-14deg);
}

.stead-hero__splash--two {
  width: 260px;
  height: 80px;
  right: 2%;
  top: 38%;
  background:
    radial-gradient(
      ellipse,
      rgba(141, 227, 0, 0.5),
      transparent 70%
    );
  transform: rotate(18deg);
}

/* =========================================
   BOTTOM BAR
========================================= */

.stead-hero__bottom {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 0;
  width: min(1440px, calc(100% - 80px));
  min-height: 92px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  transform: translateX(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      90deg,
      rgba(9, 11, 9, 0.88),
      rgba(13, 16, 13, 0.76),
      rgba(9, 11, 9, 0.88)
    );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.stead-hero__bottom-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.stead-hero__bottom-item span {
  color: var(--stead-grey);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stead-hero__bottom-item strong {
  color: var(--stead-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.stead-hero__bottom-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.14);
}

/* =========================================
   SCROLL INDICATOR
========================================= */

.stead-hero__scroll {
  position: absolute;
  z-index: 21;
  right: 42px;
  bottom: 108px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.stead-hero__scroll svg {
  width: 19px;
  height: 19px;
  animation: steadScrollArrow 1.5s ease-in-out infinite;
}

/* =========================================
   KEYFRAMES
========================================= */

@keyframes steadSmokeOne {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-70px, 50px, 0) scale(1.14);
  }
}

@keyframes steadSmokeTwo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(55px, -45px, 0) scale(1.12);
  }
}

@keyframes steadPulseGlow {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.27;
    transform: scale(1.08);
  }
}

@keyframes steadRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes steadContentReveal {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes steadMascotReveal {
  from {
    opacity: 0;
    transform: translateX(70px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes steadProductFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-16px) rotate(1.5deg);
  }
}

@keyframes steadFloatCardOne {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes steadFloatCardTwo {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

@keyframes steadFloatCardThree {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes steadGiftFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg);
  }

  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
}

@keyframes steadScrollArrow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-hero__container {
    width: min(1540px, calc(100% - 100px));
    grid-template-columns: 0.92fr 1.08fr;
  }

  .stead-hero__bottom {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-hero__visual {
    min-height: 760px;
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-hero__container {
    width: min(1180px, calc(100% - 56px));
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    gap: 28px;
  }

  .stead-hero__title {
    font-size: clamp(58px, 6vw, 84px);
  }

  .stead-hero__visual {
    min-height: 630px;
  }

  .stead-hero__mascot {
    right: -8%;
    width: 94%;
  }

  .stead-hero__floating--hold {
    right: -4%;
  }

  .stead-hero__bottom {
    width: calc(100% - 56px);
    gap: 22px;
  }
}

/* =========================================
   TABLET LANDSCAPE
========================================= */

@media (max-width: 1024px) {
  .stead-hero {
    min-height: auto;
  }

  .stead-hero__container {
    width: min(940px, calc(100% - 44px));
    min-height: auto;
    padding: 90px 0 150px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .stead-hero__content {
    max-width: 760px;
  }

  .stead-hero__title {
    font-size: clamp(68px, 10vw, 100px);
  }

  .stead-hero__description {
    max-width: 660px;
  }

  .stead-hero__visual {
    min-height: 690px;
  }

  .stead-hero__mascot {
    right: 1%;
    width: 82%;
    height: 95%;
  }

  .stead-hero__product {
    left: 8%;
    width: min(410px, 48%);
  }

  .stead-hero__floating--water {
    left: 3%;
  }

  .stead-hero__floating--hold {
    right: 2%;
  }

  .stead-hero__floating--shine {
    right: 5%;
  }

  .stead-hero__bottom {
    width: calc(100% - 44px);
    padding: 0 18px;
    gap: 15px;
  }

  .stead-hero__bottom-item strong {
    font-size: 15px;
  }

  .stead-hero__scroll {
    display: none;
  }
}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {
  .stead-hero__container {
    width: calc(100% - 36px);
    padding-top: 74px;
  }

  .stead-hero__title {
    font-size: clamp(58px, 12vw, 86px);
  }

  .stead-hero__benefits {
    gap: 9px;
  }

  .stead-hero__benefit {
    min-height: 88px;
  }

  .stead-hero__visual {
    min-height: 610px;
  }

  .stead-hero__mascot {
    width: 92%;
    right: -6%;
  }

  .stead-hero__product {
    width: 48%;
    left: 3%;
  }

  .stead-hero__gift {
    width: 132px;
    min-height: 132px;
    left: 35%;
  }

  .stead-hero__gift-label {
    font-size: 26px;
  }

  .stead-hero__floating {
    min-width: 154px;
    padding: 10px 12px;
  }

  .stead-hero__bottom {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    padding: 22px 20px;
    transform: none;
    flex-wrap: wrap;
  }

  .stead-hero__bottom-divider {
    display: none;
  }

  .stead-hero__bottom-item {
    width: calc(50% - 12px);
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-hero {
    background:
      radial-gradient(
        circle at 50% 38%,
        rgba(86, 135, 0, 0.18),
        transparent 36%
      ),
      #030403;
  }

  .stead-hero__background::after {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.08) 34%,
        rgba(0, 0, 0, 0.7) 77%,
        rgba(0, 0, 0, 0.94) 100%
      );
  }

  .stead-hero__container {
    width: calc(100% - 30px);
    padding: 64px 0 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .stead-hero__content {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .stead-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .stead-hero__eyebrow-icon {
    width: 24px;
  }

  .stead-hero__title {
    font-size: clamp(49px, 15.5vw, 72px);
    line-height: 0.91;
    letter-spacing: -0.06em;
  }

  .stead-hero__title-line--highlight {
    margin-top: 7px;
  }

  .stead-hero__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-hero__benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .stead-hero__benefit {
    min-height: 70px;
    padding: 12px 14px;
    align-items: center;
  }

  .stead-hero__benefit strong {
    font-size: 17px;
  }

  .stead-hero__benefit div span {
    font-size: 10px;
  }

  .stead-hero__actions {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .stead-hero__button {
    width: 100%;
    min-height: 54px;
  }

  .stead-hero__trust {
    margin-top: 18px;
    align-items: flex-start;
  }

  .stead-hero__visual {
    order: -1;
    width: calc(100% + 30px);
    min-height: 500px;
    margin: -64px -15px 8px;
    overflow: hidden;
  }

  .stead-hero__visual::before {
    width: 410px;
    height: 410px;
    top: 55px;
  }

  .stead-hero__visual::after {
    width: 310px;
    height: 310px;
    top: 105px;
  }

  .stead-hero__visual-word {
    top: 55px;
    font-size: 90px;
  }

  .stead-hero__mascot {
    top: 10px;
    right: -18%;
    width: 122%;
    height: 94%;
    opacity: 0.98;
  }

  .stead-hero__mascot-image {
    object-position: 62% bottom;
  }

  .stead-hero__product {
    left: -2%;
    bottom: 8px;
    width: 52%;
  }

  .stead-hero__gift {
    left: auto;
    right: 5%;
    bottom: 25px;
    width: 108px;
    min-height: 108px;
    padding: 16px 10px;
    border-width: 4px;
  }

  .stead-hero__gift-label {
    font-size: 23px;
  }

  .stead-hero__gift strong {
    font-size: 14px;
  }

  .stead-hero__gift small {
    display: none;
  }

  .stead-hero__floating {
    min-width: 126px;
    padding: 8px 9px;
    gap: 7px;
  }

  .stead-hero__floating-icon {
    width: 28px;
    height: 28px;
  }

  .stead-hero__floating-icon svg {
    width: 14px;
    height: 14px;
  }

  .stead-hero__floating strong {
    font-size: 13px;
  }

  .stead-hero__floating small {
    font-size: 8px;
  }

  .stead-hero__floating--water {
    top: 78px;
    left: 15px;
  }

  .stead-hero__floating--hold {
    top: 172px;
    right: 10px;
  }

  .stead-hero__floating--shine {
    display: none;
  }

  .stead-hero__bottom {
    margin-top: 0;
    padding: 20px 15px;
    gap: 18px 12px;
  }

  .stead-hero__bottom-item {
    width: calc(50% - 6px);
  }

  .stead-hero__bottom-item span {
    font-size: 8px;
  }

  .stead-hero__bottom-item strong {
    font-size: 14px;
  }

  .stead-hero__line {
    display: none;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-hero__container {
    width: calc(100% - 24px);
  }

  .stead-hero__title {
    font-size: clamp(44px, 14.5vw, 61px);
  }

  .stead-hero__visual {
    min-height: 455px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .stead-hero__mascot {
    right: -23%;
    width: 132%;
  }

  .stead-hero__product {
    width: 54%;
  }

  .stead-hero__floating--water {
    left: 8px;
  }

  .stead-hero__floating--hold {
    right: 5px;
  }

  .stead-hero__gift {
    right: 2%;
    width: 100px;
    min-height: 100px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-hero *,
  .stead-hero *::before,
  .stead-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b1bb84 *//* =========================================
   STEAD POMADE — SECTION 02
   BUY & WIN CAMPAIGN
========================================= */

.stead-campaign,
.stead-campaign * {
  box-sizing: border-box;
}

.stead-campaign img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stead-campaign a {
  color: inherit;
  text-decoration: none;
}

.stead-campaign {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(141, 227, 0, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(245, 173, 0, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #040604 0%,
      #090c08 52%,
      #020302 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-campaign__background {
  position: absolute;
  inset: 0;
  z-index: -6;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  opacity: 0.34;
}

.stead-campaign__background::before {
  content: "REWARDS";
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(120px, 18vw, 310px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.stead-campaign__background::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 16%;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.18),
      rgba(141, 227, 0, 0.035) 46%,
      transparent 72%
    );
  filter: blur(44px);
}

.stead-campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.5),
      rgba(245, 173, 0, 0.5),
      transparent
    );
}

.stead-campaign::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: 9%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed rgba(245, 173, 0, 0.14);
  box-shadow:
    0 0 0 36px rgba(245, 173, 0, 0.012),
    0 0 0 72px rgba(245, 173, 0, 0.008);
}

/* =========================================
   CONTAINER
========================================= */

.stead-campaign__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================================
   HEADING
========================================= */

.stead-campaign__heading {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.stead-campaign__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 16px;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d8ff5c,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-campaign__heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(64px, 6.8vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-campaign__heading h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 26px rgba(245, 173, 0, 0.13),
    0 12px 36px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-campaign__heading p {
  max-width: 680px;
  margin: 20px auto 0;
  color: #b7beb6;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   GRAND PRIZE
========================================= */

.stead-campaign__grand {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(420px, 0.85fr);
  gap: 22px;
  align-items: stretch;
}

/* =========================================
   GRAND MEDIA
========================================= */

.stead-campaign__grand-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0d0a;
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.4);
}

.stead-campaign__grand-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.06) 48%,
      rgba(0, 0, 0, 0.54) 100%
    );
  pointer-events: none;
}

.stead-campaign__grand-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid transparent;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  pointer-events: none;
}

.stead-campaign__grand-media img {
  width: 100%;
  height: 620px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.75s ease,
    filter 0.45s ease;
}

.stead-campaign__grand:hover
.stead-campaign__grand-media img {
  transform: scale(1.055);
  filter: brightness(1.04) saturate(1.06);
}

.stead-campaign__grand:hover
.stead-campaign__grand-media::after {
  border-color: rgba(141, 227, 0, 0.4);
  box-shadow:
    inset 0 0 50px rgba(141, 227, 0, 0.06);
}

.stead-campaign__grand-badge {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 20px;
  min-height: 34px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  color: #111111;
  background:
    linear-gradient(
      135deg,
      #ffd85d,
      #f5ad00
    );
  box-shadow:
    0 12px 28px rgba(245, 173, 0, 0.22);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =========================================
   GRAND CONTENT
========================================= */

.stead-campaign__grand-content {
  position: relative;
  min-height: 620px;
  padding: 50px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.015)
    );
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

.stead-campaign__grand-content::before {
  content: "01";
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(255, 255, 255, 0.04);
  font-family: "Archivo Black", sans-serif;
  font-size: 104px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.stead-campaign__grand-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      #8de300,
      #f5ad00
    );
}

.stead-campaign__eyebrow {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 15px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stead-campaign__grand-content h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.stead-campaign__grand-content > p {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  color: #b6bdb5;
  font-size: 15px;
  line-height: 1.75;
}

/* =========================================
   GRAND META
========================================= */

.stead-campaign__grand-meta {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.stead-campaign__grand-meta > div {
  min-height: 70px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
}

.stead-campaign__grand-meta small {
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stead-campaign__grand-meta strong {
  margin-top: 6px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

/* =========================================
   ACTIONS
========================================= */

.stead-campaign__actions {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stead-campaign__button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.stead-campaign__button--primary {
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d8ff5c,
      #8de300
    );
  box-shadow:
    0 16px 34px rgba(141, 227, 0, 0.22);
}

.stead-campaign__button--primary::after {
  content: "→";
  margin-left: 12px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.stead-campaign__button--primary:hover {
  transform: translateY(-4px);
  box-shadow:
    0 23px 44px rgba(141, 227, 0, 0.3);
}

.stead-campaign__button--primary:hover::after {
  transform: translateX(5px);
}

.stead-campaign__button--secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.025);
}

.stead-campaign__button--secondary::after {
  content: "↗";
  margin-left: 12px;
  color: #f5ad00;
  font-size: 17px;
  transition: transform 0.3s ease;
}

.stead-campaign__button--secondary:hover {
  color: #f5ad00;
  border-color: rgba(245, 173, 0, 0.45);
  transform: translateY(-4px);
}

.stead-campaign__button--secondary:hover::after {
  transform: translate(4px, -4px);
}

/* =========================================
   PRIZE GALLERY
========================================= */

.stead-campaign__prizes {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stead-campaign__prize {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.015)
    );
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.32);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.stead-campaign__prize:hover {
  transform: translateY(-8px);
  border-color: rgba(141, 227, 0, 0.38);
  box-shadow:
    0 32px 62px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(141, 227, 0, 0.06);
}

.stead-campaign__prize-media {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #0a0d0a;
}

.stead-campaign__prize-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02),
      rgba(0, 0, 0, 0.48)
    );
  pointer-events: none;
}

.stead-campaign__prize-media img {
  width: 100%;
  height: 320px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.72s ease,
    filter 0.4s ease;
}

.stead-campaign__prize:hover
.stead-campaign__prize-media img {
  transform: scale(1.07);
  filter: brightness(1.04) saturate(1.08);
}

.stead-campaign__prize-media > span {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d8ff5c,
      #8de300
    );
  font-family: "Archivo Black", sans-serif;
  font-size: 16px;
}

.stead-campaign__prize-content {
  min-height: 115px;
  padding: 22px 22px 24px;
}

.stead-campaign__prize-content small {
  display: block;
  margin-bottom: 9px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stead-campaign__prize-content h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

/* =========================================
   ENTRY STEPS
========================================= */

.stead-campaign__entry {
  position: relative;
  margin-top: 42px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.014)
    );
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.stead-campaign__entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(141, 227, 0, 0.1),
      transparent 42%
    );
}

.stead-campaign__entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00,
      #8de300
    );
}

.stead-campaign__entry-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
}

.stead-campaign__entry-heading > span {
  display: block;
  margin-bottom: 10px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stead-campaign__entry-heading h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.stead-campaign__steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stead-campaign__step {
  min-height: 190px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.stead-campaign__step:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 227, 0, 0.36);
  background: rgba(141, 227, 0, 0.045);
}

.stead-campaign__step > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d7ff59,
      #8de300
    );
  font-family: "Archivo Black", sans-serif;
  font-size: 16px;
}

.stead-campaign__step strong {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.stead-campaign__step p {
  margin: 11px 0 0;
  color: #aeb5ad;
  font-size: 13px;
  line-height: 1.65;
}

/* =========================================
   PRODUCT VISUAL STRIP
========================================= */

.stead-campaign__products {
  position: relative;
  margin-top: 22px;
  min-height: 380px;
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(420px, 1.1fr);
  align-items: center;
  gap: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(15, 19, 14, 0.95),
      rgba(5, 7, 5, 0.84)
    );
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34);
}

.stead-campaign__products::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.17),
      transparent 70%
    );
  filter: blur(25px);
}

.stead-campaign__products-copy {
  position: relative;
  z-index: 3;
  padding: 42px;
}

.stead-campaign__products-copy span {
  display: block;
  margin-bottom: 13px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stead-campaign__products-copy h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.stead-campaign__products-visual {
  position: relative;
  z-index: 3;
  min-height: 380px;
  overflow: hidden;
}

.stead-campaign__products-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 5, 0.45),
      transparent 36%
    );
  pointer-events: none;
}

.stead-campaign__products-visual img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

/* =========================================
   COUNTDOWN
========================================= */

.stead-campaign__countdown {
  position: relative;
  margin-top: 22px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(16, 20, 15, 0.94),
      rgba(5, 7, 5, 0.84)
    );
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34);
}

.stead-campaign__countdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      transparent,
      #8de300 30%,
      #f5ad00 70%,
      transparent
    );
}

.stead-campaign__countdown::after {
  content: "COUNTDOWN";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.022);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(70px, 10vw, 150px);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.stead-campaign__countdown-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 26px;
  text-align: center;
}

.stead-campaign__countdown-heading span {
  display: block;
  margin-bottom: 8px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stead-campaign__countdown-heading h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.stead-campaign__countdown-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stead-campaign__countdown-item {
  min-height: 130px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
}

.stead-campaign__countdown-item strong {
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.stead-campaign__countdown-item span {
  margin-top: 10px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-campaign__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-campaign::before {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-campaign__grand-media,
  .stead-campaign__grand-media img,
  .stead-campaign__grand-content {
    min-height: 670px;
    height: 670px;
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-campaign {
    padding: 108px 0 100px;
  }

  .stead-campaign__container {
    width: min(1180px, calc(100% - 56px));
  }

  .stead-campaign::before {
    width: calc(100% - 56px);
  }

  .stead-campaign__grand {
    grid-template-columns:
      minmax(0, 1.08fr)
      minmax(390px, 0.92fr);
  }

  .stead-campaign__grand-media,
  .stead-campaign__grand-media img,
  .stead-campaign__grand-content {
    min-height: 560px;
    height: 560px;
  }

  .stead-campaign__grand-content {
    padding: 40px 36px;
  }

  .stead-campaign__prize-media,
  .stead-campaign__prize-media img {
    height: 290px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
  .stead-campaign {
    padding: 94px 0 88px;
  }

  .stead-campaign__container {
    width: min(940px, calc(100% - 44px));
  }

  .stead-campaign::before {
    width: calc(100% - 44px);
  }

  .stead-campaign__heading {
    margin-bottom: 46px;
  }

  .stead-campaign__heading h2 {
    font-size: clamp(60px, 9vw, 86px);
  }

  .stead-campaign__grand {
    grid-template-columns: 1fr;
  }

  .stead-campaign__grand-media,
  .stead-campaign__grand-media img {
    min-height: 520px;
    height: 520px;
  }

  .stead-campaign__grand-content {
    min-height: auto;
    height: auto;
  }

  .stead-campaign__prizes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stead-campaign__prize:last-child {
    grid-column: 1 / -1;
  }

  .stead-campaign__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stead-campaign__products {
    grid-template-columns: 1fr;
  }

  .stead-campaign__products-visual,
  .stead-campaign__products-visual img {
    min-height: 420px;
    height: 420px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-campaign {
    padding: 74px 0 70px;
  }

  .stead-campaign__background {
    background-size: 36px 36px;
  }

  .stead-campaign__background::before {
    top: 5%;
    font-size: 110px;
  }

  .stead-campaign__container {
    width: calc(100% - 30px);
  }

  .stead-campaign::before {
    width: calc(100% - 30px);
  }

  .stead-campaign__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .stead-campaign__label {
    min-height: 31px;
    margin-bottom: 15px;
    padding: 0 13px;
    font-size: 10px;
  }

  .stead-campaign__heading h2 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.92;
  }

  .stead-campaign__heading p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-campaign__grand {
    gap: 10px;
  }

  .stead-campaign__grand-media,
  .stead-campaign__grand-media img {
    min-height: 410px;
    height: 410px;
  }

  .stead-campaign__grand-badge {
    top: 15px;
    left: 15px;
    min-height: 30px;
    font-size: 9px;
  }

  .stead-campaign__grand-content {
    padding: 27px 20px;
  }

  .stead-campaign__grand-content::before {
    top: 10px;
    right: 13px;
    font-size: 66px;
  }

  .stead-campaign__grand-content h3 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .stead-campaign__grand-content > p {
    margin-top: 17px;
    font-size: 14px;
  }

  .stead-campaign__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stead-campaign__button {
    width: 100%;
    min-height: 54px;
  }

  .stead-campaign__prizes {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stead-campaign__prize:last-child {
    grid-column: auto;
  }

  .stead-campaign__prize-media,
  .stead-campaign__prize-media img {
    height: 320px;
  }

  .stead-campaign__prize-content h3 {
    font-size: 26px;
  }

  .stead-campaign__entry {
    margin-top: 28px;
    padding: 26px 18px;
  }

  .stead-campaign__entry-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .stead-campaign__entry-heading h3 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .stead-campaign__steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stead-campaign__step {
    min-height: auto;
    padding: 20px 18px;
  }

  .stead-campaign__step > span {
    width: 44px;
    height: 44px;
    margin-bottom: 17px;
    font-size: 14px;
  }

  .stead-campaign__products {
    margin-top: 10px;
    gap: 0;
  }

  .stead-campaign__products-copy {
    padding: 27px 20px;
  }

  .stead-campaign__products-copy h3 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .stead-campaign__products-visual,
  .stead-campaign__products-visual img {
    min-height: 330px;
    height: 330px;
  }

  .stead-campaign__countdown {
    margin-top: 10px;
    padding: 26px 14px 18px;
  }

  .stead-campaign__countdown-heading {
    text-align: left;
  }

  .stead-campaign__countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .stead-campaign__countdown-item {
    min-height: 100px;
  }

  .stead-campaign__countdown-item strong {
    font-size: clamp(40px, 12vw, 58px);
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-campaign__container {
    width: calc(100% - 24px);
  }

  .stead-campaign::before {
    width: calc(100% - 24px);
  }

  .stead-campaign__heading h2 {
    font-size: clamp(44px, 13.5vw, 58px);
  }

  .stead-campaign__grand-media,
  .stead-campaign__grand-media img {
    min-height: 350px;
    height: 350px;
  }

  .stead-campaign__prize-media,
  .stead-campaign__prize-media img {
    height: 270px;
  }

  .stead-campaign__products-visual,
  .stead-campaign__products-visual img {
    min-height: 280px;
    height: 280px;
  }
}

/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {
  .stead-campaign__grand:hover
  .stead-campaign__grand-media img,
  .stead-campaign__prize:hover,
  .stead-campaign__prize:hover
  .stead-campaign__prize-media img,
  .stead-campaign__step:hover,
  .stead-campaign__button:hover {
    transform: none;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-campaign *,
  .stead-campaign *::before,
  .stead-campaign *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .stead-campaign__grand-media img,
  .stead-campaign__prize,
  .stead-campaign__prize-media img,
  .stead-campaign__step,
  .stead-campaign__button {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c38d51b *//* =========================================
   STEAD POMADE — SECTION 03: WHY STEAD
========================================= */

.stead-why,
.stead-why * {
  box-sizing: border-box;
}

.stead-why {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 125px 0 115px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(141, 227, 0, 0.09),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 82%,
      rgba(245, 173, 0, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #050705 0%,
      #090c08 48%,
      #030403 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-why__background {
  position: absolute;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.016) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.016) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  opacity: 0.36;
}

.stead-why__background::before {
  content: "STEAD";
  position: absolute;
  top: 1%;
  left: -3%;
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(180px, 27vw, 430px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.stead-why__background::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 20%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.18),
      rgba(141, 227, 0, 0.04) 45%,
      transparent 70%
    );
  filter: blur(35px);
}

.stead-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.45),
      rgba(245, 173, 0, 0.45),
      transparent
    );
}

.stead-why::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed rgba(245, 173, 0, 0.15);
  box-shadow:
    0 0 0 35px rgba(245, 173, 0, 0.012),
    0 0 0 70px rgba(245, 173, 0, 0.008);
}

/* =========================================
   CONTAINER
========================================= */

.stead-why__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================================
   HEADING
========================================= */

.stead-why__heading {
  max-width: 900px;
  margin: 0 auto 62px;
  text-align: center;
}

.stead-why__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 16px;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d2ff49,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-why__heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(62px, 6.6vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-why__heading h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 28px rgba(245, 173, 0, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.42);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-why__heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #b9c0b8;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================================
   GRID
========================================= */

.stead-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* =========================================
   CARD
========================================= */

.stead-card {
  position: relative;
  min-height: 315px;
  padding: 30px 28px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.062),
      rgba(255, 255, 255, 0.016)
    );
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.stead-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(141, 227, 0, 0.18),
      transparent 46%
    ),
    linear-gradient(
      145deg,
      rgba(141, 227, 0, 0.08),
      transparent 58%
    );
  transition: opacity 0.35s ease;
}

.stead-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  opacity: 0.35;
  background:
    linear-gradient(
      to bottom,
      #8de300,
      #f5ad00
    );
  transition: opacity 0.35s ease;
}

.stead-card:hover {
  transform: translateY(-10px);
  border-color: rgba(141, 227, 0, 0.42);
  background:
    linear-gradient(
      145deg,
      rgba(141, 227, 0, 0.08),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.38),
    0 0 32px rgba(141, 227, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stead-card:hover::before,
.stead-card:hover::after {
  opacity: 1;
}

.stead-card__number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Archivo Black", sans-serif;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.stead-card__icon {
  position: relative;
  z-index: 2;
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0a0d05;
  background:
    linear-gradient(
      135deg,
      #d9ff67,
      #8de300
    );
  border: 5px solid rgba(6, 8, 6, 0.9);
  outline: 1px solid rgba(245, 173, 0, 0.65);
  box-shadow:
    0 14px 28px rgba(141, 227, 0, 0.16),
    0 0 22px rgba(141, 227, 0, 0.09);
  font-size: 28px;
  line-height: 1;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.stead-card:hover .stead-card__icon {
  transform: translateY(-4px) rotate(-4deg) scale(1.04);
  box-shadow:
    0 18px 35px rgba(141, 227, 0, 0.22),
    0 0 30px rgba(141, 227, 0, 0.12);
}

.stead-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.stead-card p {
  position: relative;
  z-index: 2;
  margin: 17px 0 0;
  color: #aeb5ad;
  font-size: 14px;
  line-height: 1.72;
}

/* =========================================
   UNIQUE CARD ACCENTS
========================================= */

.stead-card:nth-child(2) .stead-card__icon,
.stead-card:nth-child(5) .stead-card__icon {
  background:
    linear-gradient(
      135deg,
      #fbd456,
      #f5ad00
    );
  outline-color: rgba(141, 227, 0, 0.55);
}

.stead-card:nth-child(3)::after,
.stead-card:nth-child(6)::after {
  background:
    linear-gradient(
      to bottom,
      #f5ad00,
      #8de300
    );
}

/* =========================================
   BOTTOM STRIP
========================================= */

.stead-why__strip {
  position: relative;
  margin-top: 38px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(
      135deg,
      rgba(14, 17, 13, 0.92),
      rgba(7, 9, 7, 0.8)
    );
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

.stead-why__strip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      transparent,
      #8de300 28%,
      #f5ad00 72%,
      transparent
    );
}

.stead-why__strip::after {
  content: "STEAD PERFORMANCE";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.02);
  font-family: "Archivo Black", sans-serif;
  font-size: 95px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.stead-why__strip > div {
  position: relative;
  z-index: 2;
  min-height: 70px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stead-why__strip > div:first-child {
  padding-left: 0;
}

.stead-why__strip > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.stead-why__strip strong {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.stead-why__strip span {
  margin-top: 8px;
  color: #8de300;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-why__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-why::before {
    width: min(1540px, calc(100% - 100px));
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-why {
    padding: 110px 0 105px;
  }

  .stead-why__container {
    width: min(1180px, calc(100% - 56px));
  }

  .stead-why::before {
    width: calc(100% - 56px);
  }

  .stead-why__heading h2 {
    font-size: clamp(58px, 6.6vw, 92px);
  }

  .stead-card {
    min-height: 295px;
    padding: 26px 24px;
  }

  .stead-card h3 {
    font-size: 28px;
  }

  .stead-why__strip {
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* =========================================
   TABLET LANDSCAPE
========================================= */

@media (max-width: 1024px) {
  .stead-why {
    padding: 96px 0 90px;
  }

  .stead-why__container {
    width: min(940px, calc(100% - 44px));
  }

  .stead-why::before {
    width: calc(100% - 44px);
  }

  .stead-why__heading {
    margin-bottom: 48px;
  }

  .stead-why__heading h2 {
    font-size: clamp(62px, 9vw, 88px);
  }

  .stead-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stead-card {
    min-height: 285px;
  }

  .stead-why__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .stead-why__strip > div {
    min-height: 82px;
  }

  .stead-why__strip > div:nth-child(2) {
    border-right: 0;
  }

  .stead-why__strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stead-why__strip > div:nth-child(3) {
    padding-left: 0;
  }
}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {
  .stead-why__container {
    width: calc(100% - 36px);
  }

  .stead-why::before {
    width: calc(100% - 36px);
  }

  .stead-why__heading h2 {
    font-size: clamp(58px, 10.5vw, 80px);
  }

  .stead-why__heading p {
    font-size: 15px;
  }

  .stead-card {
    min-height: 270px;
  }

  .stead-card__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
    font-size: 25px;
  }

  .stead-card h3 {
    font-size: 26px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-why {
    padding: 76px 0 72px;
    background:
      radial-gradient(
        circle at 50% 12%,
        rgba(141, 227, 0, 0.1),
        transparent 30%
      ),
      linear-gradient(
        180deg,
        #050705 0%,
        #090c08 52%,
        #030403 100%
      );
  }

  .stead-why__background {
    background-size: 36px 36px;
  }

  .stead-why__background::before {
    top: 2%;
    left: -18%;
    font-size: 180px;
  }

  .stead-why__background::after {
    right: -180px;
    top: 25%;
    width: 330px;
    height: 330px;
  }

  .stead-why__container {
    width: calc(100% - 30px);
  }

  .stead-why::before {
    width: calc(100% - 30px);
  }

  .stead-why__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .stead-why__label {
    min-height: 31px;
    margin-bottom: 16px;
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .stead-why__heading h2 {
    font-size: clamp(49px, 14vw, 68px);
    line-height: 0.92;
  }

  .stead-why__heading p {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.72;
  }

  .stead-why__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stead-card {
    min-height: auto;
    padding: 23px 21px 22px;
  }

  .stead-card__number {
    top: 14px;
    right: 15px;
    font-size: 48px;
  }

  .stead-card__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 19px;
    border-width: 4px;
    font-size: 23px;
  }

  .stead-card h3 {
    font-size: 25px;
  }

  .stead-card p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.65;
  }

  .stead-why__strip {
    margin-top: 25px;
    padding: 17px 16px;
    grid-template-columns: 1fr;
  }

  .stead-why__strip::after {
    font-size: 60px;
  }

  .stead-why__strip > div,
  .stead-why__strip > div:first-child,
  .stead-why__strip > div:nth-child(3) {
    min-height: 69px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stead-why__strip > div:last-child {
    border-bottom: 0;
  }

  .stead-why__strip strong {
    font-size: 19px;
  }

  .stead-why__strip span {
    margin-top: 6px;
    font-size: 9px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-why__container {
    width: calc(100% - 24px);
  }

  .stead-why::before {
    width: calc(100% - 24px);
  }

  .stead-why__heading h2 {
    font-size: clamp(45px, 13.5vw, 59px);
  }

  .stead-card {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-why *,
  .stead-why *::before,
  .stead-why *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .stead-card,
  .stead-card__icon {
    transform: none !important;
  }
}
/* =========================================
   SECTION 03 — ICONIFY HTML UPDATE
========================================= */

.stead-card__icon iconify-icon {
  width: 34px;
  height: 34px;
  font-size: 34px;
  color: #0a0d05;
}

.stead-card__content {
  position: relative;
  z-index: 2;
}

.stead-card__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-why__strip-item {
  position: relative;
  z-index: 2;
  min-height: 70px;
  padding: 0 24px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stead-why__strip-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: #8de300;
  border: 1px solid rgba(141, 227, 0, 0.28);
  background: rgba(141, 227, 0, 0.08);
}

.stead-why__strip-icon iconify-icon {
  font-size: 24px;
}

.stead-why__strip-item > div {
  display: flex;
  flex-direction: column;
}

@media (max-width: 680px) {
  .stead-card__icon iconify-icon {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }

  .stead-why__strip-item,
  .stead-why__strip-item:first-child,
  .stead-why__strip-item:nth-child(3) {
    padding: 14px 0;
    display: flex !important;
    flex-direction: row !important;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stead-why__strip-item:last-child {
    border-bottom: 0;
  }

  .stead-why__strip-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .stead-why__strip-icon iconify-icon {
    font-size: 21px;
  }
}
/* =========================================
   SECTION 03 — FOOTER CTA
========================================= */

.stead-why__footer{
    position:relative;
    margin-top:60px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

    padding:34px 38px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.05),
    rgba(255,255,255,.015));

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    box-shadow:
    0 20px 60px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.stead-why__footer::before{

    content:"";

    position:absolute;
    inset:0;

    background:
    radial-gradient(
    circle at right,
    rgba(141,227,0,.12),
    transparent 45%);

    pointer-events:none;

}

.stead-why__footer::after{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:3px;

    background:
    linear-gradient(
    90deg,
    #8de300,
    #f5ad00,
    #8de300);

}

.stead-why__footer p{

    position:relative;
    z-index:2;

    margin:0;

    max-width:620px;

    color:#d7d7d7;

    font-size:16px;
    line-height:1.8;

}

.stead-why__button{

    position:relative;
    z-index:2;

    display:inline-flex;
    align-items:center;
    gap:16px;

    padding:18px 34px;

    color:#091003;

    font-family:"Barlow Condensed",sans-serif;
    font-size:15px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;

    background:
    linear-gradient(
    135deg,
    #d7ff52,
    #8de300);

    box-shadow:
    0 18px 40px rgba(141,227,0,.25);

    transition:.35s;
}

.stead-why__button:hover{

    transform:translateY(-6px);

    box-shadow:
    0 30px 55px rgba(141,227,0,.35);

}

.stead-why__button span{

    width:42px;
    height:42px;

    display:grid;
    place-items:center;

    border-radius:50%;

    color:#fff;

    background:#111;

    transition:.35s;

}

.stead-why__button:hover span{

    transform:translateX(6px);

    background:#000;

}

.stead-why__button svg{

    width:18px;
    height:18px;

}


/* ===============================
   TABLET
================================ */

@media(max-width:900px){

.stead-why__footer{

flex-direction:column;
align-items:flex-start;

padding:30px;

}

.stead-why__button{

margin-top:5px;

}

}


/* ===============================
   MOBILE
================================ */

@media(max-width:680px){

.stead-why__footer{

margin-top:35px;

padding:24px;

gap:20px;

}

.stead-why__footer p{

font-size:14px;

line-height:1.7;

}

.stead-why__button{

width:100%;

justify-content:center;

padding:17px 22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fd2ade *//* =========================================
   STEAD POMADE — SECTION 04
   VISUAL STYLE TRANSFORMATION
========================================= */

.stead-transform,
.stead-transform * {
  box-sizing: border-box;
}

.stead-transform img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stead-transform a {
  color: inherit;
  text-decoration: none;
}

.stead-transform {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(141, 227, 0, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(245, 173, 0, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #030403 0%,
      #080b07 48%,
      #020302 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-transform__background {
  position: absolute;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.016) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.016) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  opacity: 0.34;
}

.stead-transform__background::before {
  content: "TRANSFORM";
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(130px, 18vw, 300px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.stead-transform__background::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 32%;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.16),
      rgba(141, 227, 0, 0.035) 42%,
      transparent 72%
    );
  filter: blur(44px);
}

.stead-transform::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.5),
      rgba(245, 173, 0, 0.5),
      transparent
    );
}

.stead-transform::after {
  content: "";
  position: absolute;
  right: -110px;
  top: 32%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px dashed rgba(141, 227, 0, 0.15);
  box-shadow:
    0 0 0 36px rgba(141, 227, 0, 0.012),
    0 0 0 72px rgba(141, 227, 0, 0.008);
}

/* =========================================
   CONTAINER
========================================= */

.stead-transform__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================================
   HEADING
========================================= */

.stead-transform__heading {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.stead-transform__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 16px;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d3ff4e,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-transform__heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(66px, 6.8vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-transform__heading h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 26px rgba(245, 173, 0, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-transform__heading p {
  margin: 20px 0 0;
  color: #bcc2bb;
  font-size: 16px;
  line-height: 1.7;
}

/* =========================================
   MAIN SHOWCASE
========================================= */

.stead-transform__showcase {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(250px, 0.56fr)
    minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  min-height: 620px;
}

/* =========================================
   BEFORE / AFTER PANELS
========================================= */

.stead-transform__panel {
  position: relative;
  margin: 0;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b0e0b;
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.stead-transform__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.stead-transform__panel--before::before {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.52)
    );
}

.stead-transform__panel--after::before {
  background:
    linear-gradient(
      180deg,
      rgba(141, 227, 0, 0.03),
      rgba(0, 0, 0, 0.34)
    );
}

.stead-transform__image-wrap {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
}

.stead-transform__image {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
  transition:
    transform 0.7s ease,
    filter 0.5s ease;
}

.stead-transform__panel--before .stead-transform__image {
  filter: grayscale(0.48) brightness(0.68) contrast(1.06);
}

.stead-transform__panel--after .stead-transform__image {
  filter: saturate(1.08) brightness(0.92) contrast(1.05);
}

.stead-transform__panel:hover .stead-transform__image {
  transform: scale(1.045);
}

.stead-transform__status {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  min-width: 92px;
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(4, 6, 4, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stead-transform__panel--after .stead-transform__status {
  color: #0a0d05;
  border-color: rgba(141, 227, 0, 0.44);
  background:
    linear-gradient(
      135deg,
      #d6ff59,
      #8de300
    );
}

.stead-transform__panel figcaption {
  position: absolute;
  z-index: 4;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(27px, 2.4vw, 42px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

/* =========================================
   CENTER PRODUCT
========================================= */

.stead-transform__centre {
  position: relative;
  z-index: 8;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(141, 227, 0, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(16, 20, 15, 0.94),
      rgba(5, 7, 5, 0.9)
    );
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stead-transform__centre::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(141, 227, 0, 0.16),
      transparent 46%
    );
}

.stead-transform__centre::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(245, 173, 0, 0.25);
  animation: steadTransformRing 24s linear infinite;
}

.stead-transform__centre-word {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: rgba(255, 255, 255, 0.035);
  font-family: "Archivo Black", sans-serif;
  font-size: 92px;
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-transform: uppercase;
}

.stead-transform__product-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.36),
      rgba(245, 173, 0, 0.09) 45%,
      transparent 72%
    );
  filter: blur(26px);
}

.stead-transform__product {
  position: relative;
  z-index: 3;
  width: min(320px, 86%);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 42px rgba(0, 0, 0, 0.8))
    drop-shadow(0 0 25px rgba(141, 227, 0, 0.14));
  animation: steadTransformProductFloat 5s ease-in-out infinite;
}

.stead-transform__switch {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  min-width: 140px;
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a0d05;
  background:
    linear-gradient(
      135deg,
      #f8cc3f,
      #f5ad00
    );
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =========================================
   STYLE GALLERY
========================================= */

.stead-transform__gallery {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 285px 285px;
  gap: 18px;
}

.stead-transform__gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0d0a;
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.28);
}

.stead-transform__gallery-item--large {
  grid-row: 1 / span 2;
}

.stead-transform__gallery-item--wide {
  grid-column: 2 / span 2;
}

.stead-transform__gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      transparent 35%,
      rgba(0, 0, 0, 0.82) 100%
    );
  pointer-events: none;
}

.stead-transform__gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid transparent;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  pointer-events: none;
}

.stead-transform__gallery-item:hover::after {
  border-color: rgba(141, 227, 0, 0.44);
  box-shadow:
    inset 0 0 34px rgba(141, 227, 0, 0.06);
}

.stead-transform__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.7s ease,
    filter 0.45s ease;
}

.stead-transform__gallery-item:hover img {
  transform: scale(1.055);
  filter: saturate(1.08);
}

.stead-transform__gallery-item figcaption {
  position: absolute;
  z-index: 4;
  left: 20px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.stead-transform__gallery-item figcaption span {
  color: #8de300;
  font-size: 11px;
  letter-spacing: 0.08em;
}

/* =========================================
   BOTTOM STATEMENT
========================================= */

.stead-transform__statement {
  position: relative;
  margin-top: 18px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(17, 21, 16, 0.94),
      rgba(6, 8, 6, 0.84)
    );
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stead-transform__statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(141, 227, 0, 0.14),
      transparent 38%
    );
}

.stead-transform__statement::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00,
      #8de300
    );
}

.stead-transform__statement-copy {
  position: relative;
  z-index: 2;
}

.stead-transform__statement-copy p {
  margin: 0;
  color: #aeb5ad;
  font-size: 14px;
  line-height: 1.4;
}

.stead-transform__statement-copy strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.stead-transform__button {
  position: relative;
  z-index: 2;
  min-width: 210px;
  min-height: 58px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d5ff57,
      #8de300
    );
  box-shadow:
    0 18px 38px rgba(141, 227, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.stead-transform__button:hover {
  transform: translateY(-5px);
  box-shadow:
    0 26px 48px rgba(141, 227, 0, 0.3);
}

.stead-transform__button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.stead-transform__button:hover svg {
  transform: translateX(5px);
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes steadTransformRing {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes steadTransformProductFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-14px) rotate(1.5deg);
  }
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-transform__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-transform::before {
    width: min(1540px, calc(100% - 100px));
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-transform {
    padding: 108px 0 100px;
  }

  .stead-transform__container {
    width: min(1180px, calc(100% - 56px));
  }

  .stead-transform::before {
    width: calc(100% - 56px);
  }

  .stead-transform__heading h2 {
    font-size: clamp(60px, 6.8vw, 94px);
  }

  .stead-transform__showcase,
  .stead-transform__panel,
  .stead-transform__image-wrap,
  .stead-transform__image,
  .stead-transform__centre {
    min-height: 560px;
  }

  .stead-transform__gallery {
    grid-template-rows: 250px 250px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
  .stead-transform {
    padding: 94px 0 88px;
  }

  .stead-transform__container {
    width: min(940px, calc(100% - 44px));
  }

  .stead-transform::before {
    width: calc(100% - 44px);
  }

  .stead-transform__showcase {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .stead-transform__panel,
  .stead-transform__image-wrap,
  .stead-transform__image {
    min-height: 520px;
  }

  .stead-transform__centre {
    grid-column: 1 / span 2;
    min-height: 390px;
  }

  .stead-transform__centre-word {
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
  }

  .stead-transform__product {
    width: min(300px, 40%);
  }

  .stead-transform__centre::after {
    width: 300px;
    height: 300px;
  }

  .stead-transform__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 360px 260px 260px;
  }

  .stead-transform__gallery-item--large {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .stead-transform__gallery-item--wide {
    grid-column: 1 / span 2;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-transform {
    padding: 74px 0 70px;
  }

  .stead-transform__background {
    background-size: 36px 36px;
  }

  .stead-transform__background::before {
    top: 5%;
    font-size: 135px;
  }

  .stead-transform__container {
    width: calc(100% - 30px);
  }

  .stead-transform::before {
    width: calc(100% - 30px);
  }

  .stead-transform__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .stead-transform__label {
    min-height: 31px;
    margin-bottom: 15px;
    padding: 0 13px;
    font-size: 10px;
  }

  .stead-transform__heading h2 {
    font-size: clamp(50px, 14vw, 68px);
    line-height: 0.92;
  }

  .stead-transform__heading p {
    margin-top: 16px;
    font-size: 14px;
  }

  .stead-transform__showcase {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .stead-transform__panel,
  .stead-transform__image-wrap,
  .stead-transform__image {
    min-height: 470px;
  }

  .stead-transform__centre {
    order: 3;
    min-height: 340px;
  }

  .stead-transform__centre-word {
    font-size: 88px;
  }

  .stead-transform__product {
    width: min(250px, 60%);
  }

  .stead-transform__centre::after {
    width: 245px;
    height: 245px;
  }

  .stead-transform__panel figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 29px;
  }

  .stead-transform__status {
    top: 15px;
    left: 15px;
    min-width: 80px;
    min-height: 31px;
    font-size: 10px;
  }

  .stead-transform__gallery {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }

  .stead-transform__gallery-item,
  .stead-transform__gallery-item--large,
  .stead-transform__gallery-item--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .stead-transform__gallery-item figcaption {
    left: 16px;
    bottom: 15px;
    font-size: 20px;
  }

  .stead-transform__statement {
    margin-top: 10px;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .stead-transform__statement-copy strong {
    font-size: clamp(30px, 10vw, 42px);
  }

  .stead-transform__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-transform__container {
    width: calc(100% - 24px);
  }

  .stead-transform::before {
    width: calc(100% - 24px);
  }

  .stead-transform__heading h2 {
    font-size: clamp(46px, 13.5vw, 58px);
  }

  .stead-transform__panel,
  .stead-transform__image-wrap,
  .stead-transform__image {
    min-height: 430px;
  }

  .stead-transform__gallery-item,
  .stead-transform__gallery-item--large,
  .stead-transform__gallery-item--wide {
    min-height: 320px;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-transform *,
  .stead-transform *::before,
  .stead-transform *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .stead-transform__product,
  .stead-transform__image,
  .stead-transform__gallery-item img,
  .stead-transform__button {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec6d0d3 *//* =========================================
   STEAD POMADE — SECTION 05
   CHOOSE YOUR STEAD
   PART 1 — BASE + HEADING + PRODUCT VISUAL
========================================= */

.stead-products,
.stead-products * {
  box-sizing: border-box;
}

.stead-products img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stead-products a {
  color: inherit;
  text-decoration: none;
}

.stead-products {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(141, 227, 0, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(245, 173, 0, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #050705 0%,
      #090c08 50%,
      #030403 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-products__background {
  position: absolute;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  opacity: 0.34;
}

.stead-products__background::before {
  content: "STEAD";
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(180px, 24vw, 390px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.stead-products__background::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 22%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.16),
      rgba(141, 227, 0, 0.035) 45%,
      transparent 72%
    );
  filter: blur(42px);
}

.stead-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.5),
      rgba(245, 173, 0, 0.5),
      transparent
    );
}

.stead-products::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: 8%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed rgba(245, 173, 0, 0.14);
  box-shadow:
    0 0 0 36px rgba(245, 173, 0, 0.012),
    0 0 0 72px rgba(245, 173, 0, 0.008);
}

/* =========================================
   CONTAINER
========================================= */

.stead-products__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================================
   HEADING
========================================= */

.stead-products__heading {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.stead-products__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 16px;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d4ff50,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-products__heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(64px, 6.8vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-products__heading h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 26px rgba(245, 173, 0, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-products__heading p {
  max-width: 700px;
  margin: 20px auto 0;
  color: #b7beb6;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   PRODUCT GRID
========================================= */

.stead-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* =========================================
   PRODUCT CARD
========================================= */

.stead-product {
  position: relative;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.stead-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(141, 227, 0, 0.14),
      transparent 48%
    );
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.stead-product::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 0.55;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00,
      #8de300
    );
  transition: opacity 0.35s ease;
}

.stead-product:hover {
  transform: translateY(-10px);
  border-color: rgba(141, 227, 0, 0.42);
  background:
    linear-gradient(
      180deg,
      rgba(141, 227, 0, 0.07),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow:
    0 32px 65px rgba(0, 0, 0, 0.4),
    0 0 36px rgba(141, 227, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.stead-product:hover::before,
.stead-product:hover::after {
  opacity: 1;
}

/* =========================================
   BADGE
========================================= */

.stead-product__badge {
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d7ff59,
      #8de300
    );
  box-shadow:
    0 9px 22px rgba(141, 227, 0, 0.16);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stead-product:nth-child(2) .stead-product__badge,
.stead-product:nth-child(4) .stead-product__badge {
  background:
    linear-gradient(
      135deg,
      #ffd75b,
      #f5ad00
    );
}

/* =========================================
   PRODUCT IMAGE — FULL BOX
========================================= */

.stead-product__image {
  position: relative;
  min-height: 400px;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  background: #0a0d0a;
}

.stead-product__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.08) 52%,
      rgba(0, 0, 0, 0.42) 100%
    );
  pointer-events: none;
}

.stead-product__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid transparent;
  box-shadow:
    inset 0 0 0 rgba(141, 227, 0, 0);
  pointer-events: none;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.stead-product__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  filter:
    brightness(0.96)
    saturate(1.02);
  transform: scale(1.01);
  transition:
    transform 0.7s ease,
    filter 0.4s ease;
}

.stead-product:hover .stead-product__image img {
  transform: scale(1.07);
  filter:
    brightness(1.04)
    saturate(1.08);
}

.stead-product:hover .stead-product__image::after {
  border-color: rgba(141, 227, 0, 0.4);
  box-shadow:
    inset 0 0 42px rgba(141, 227, 0, 0.065);
}
/* =========================================
   STEAD POMADE — SECTION 05
   CHOOSE YOUR STEAD
   PART 2 — CONTENT + BUTTON + BOTTOM CTA
========================================= */

/* =========================================
   PRODUCT CONTENT
========================================= */

.stead-product__content {
  position: relative;
  z-index: 5;
  flex: 1;
  padding: 25px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(6, 8, 6, 0.52),
      rgba(3, 4, 3, 0.82)
    );
}

.stead-product__type {
  display: block;
  margin-bottom: 10px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-product h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.stead-product__description {
  min-height: 48px;
  margin: 15px 0 0;
  color: #aeb5ad;
  font-size: 13px;
  line-height: 1.65;
}

.stead-product__price,
.stead-product__content > strong {
  display: block;
  margin-top: 19px;
  color: #f5ad00;
  font-family: "Archivo Black", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

/* =========================================
   PRODUCT BUTTON
========================================= */

.stead-product__button {
  position: relative;
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #0a0d05;
  background:
    linear-gradient(
      135deg,
      #d4ff53,
      #8de300
    );
  box-shadow:
    0 14px 30px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.stead-product__button::before {
  content: "";
  position: absolute;
  top: -130%;
  left: -55%;
  width: 42%;
  height: 360%;
  transform: rotate(24deg);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.58),
      transparent
    );
  transition: left 0.65s ease;
}

.stead-product__button::after {
  content: "→";
  position: relative;
  z-index: 2;
  margin-left: 12px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.stead-product__button > span {
  position: relative;
  z-index: 2;
}

.stead-product__button:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(
      135deg,
      #e0ff7d,
      #a0ef19
    );
  box-shadow:
    0 20px 40px rgba(141, 227, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.stead-product__button:hover::before {
  left: 135%;
}

.stead-product__button:hover::after {
  transform: translateX(5px);
}

/* =========================================
   BOTTOM BUNDLE CTA
========================================= */

.stead-products__bottom {
  position: relative;
  margin-top: 34px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(16, 20, 15, 0.94),
      rgba(6, 8, 6, 0.82)
    );
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.stead-products__bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(141, 227, 0, 0.13),
      transparent 38%
    );
  pointer-events: none;
}

.stead-products__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00,
      #8de300
    );
}

.stead-products__bottom > div {
  position: relative;
  z-index: 2;
}

.stead-products__bottom p {
  margin: 0;
  color: #aeb5ad;
  font-size: 13px;
  line-height: 1.4;
}

.stead-products__bottom h3 {
  margin: 6px 0 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

/* =========================================
   BOTTOM CTA BUTTON
========================================= */

.stead-products__bottom > a {
  position: relative;
  z-index: 2;
  min-width: 190px;
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #f7cd47,
      #f5ad00
    );
  box-shadow:
    0 16px 34px rgba(245, 173, 0, 0.2);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.stead-products__bottom > a::before {
  content: "";
  position: absolute;
  top: -130%;
  left: -55%;
  width: 42%;
  height: 360%;
  transform: rotate(24deg);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent
    );
  transition: left 0.65s ease;
}

.stead-products__bottom > a::after {
  content: "↗";
  position: relative;
  z-index: 2;
  margin-left: 12px;
  font-size: 17px;
  transition: transform 0.3s ease;
}

.stead-products__bottom > a:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 44px rgba(245, 173, 0, 0.28);
}

.stead-products__bottom > a:hover::before {
  left: 135%;
}

.stead-products__bottom > a:hover::after {
  transform: translate(4px, -4px);
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-products__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-products::before {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-products__grid {
    gap: 20px;
  }

  .stead-product__image,
  .stead-product__image img {
    min-height: 430px;
    height: 430px;
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-products {
    padding: 108px 0 100px;
  }

  .stead-products__container {
    width: min(1180px, calc(100% - 56px));
  }

  .stead-products::before {
    width: calc(100% - 56px);
  }

  .stead-products__heading h2 {
    font-size: clamp(58px, 6.6vw, 92px);
  }

  .stead-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stead-product {
    min-height: auto;
  }

  .stead-product__image,
  .stead-product__image img {
    min-height: 460px;
    height: 460px;
  }

  .stead-product__content {
    min-height: 245px;
  }
}
/* =========================================
   STEAD POMADE — SECTION 05
   CHOOSE YOUR STEAD
   PART 3 — TABLET + MOBILE + TOUCH
========================================= */

/* =========================================
   TABLET LANDSCAPE
========================================= */

@media (max-width: 1024px) {
  .stead-products {
    padding: 94px 0 88px;
  }

  .stead-products__container {
    width: min(940px, calc(100% - 44px));
  }

  .stead-products::before {
    width: calc(100% - 44px);
  }

  .stead-products__heading {
    margin-bottom: 46px;
  }

  .stead-products__heading h2 {
    font-size: clamp(60px, 9vw, 86px);
  }

  .stead-products__heading p {
    max-width: 650px;
  }

  .stead-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .stead-product__image,
  .stead-product__image img {
    min-height: 420px;
    height: 420px;
  }

  .stead-product__content {
    min-height: 245px;
  }

  .stead-product h3 {
    font-size: 30px;
  }

  .stead-products__bottom {
    padding: 28px 28px;
  }
}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {
  .stead-products__container {
    width: calc(100% - 36px);
  }

  .stead-products::before {
    width: calc(100% - 36px);
  }

  .stead-products__heading h2 {
    font-size: clamp(56px, 10.5vw, 78px);
  }

  .stead-product__image,
  .stead-product__image img {
    min-height: 390px;
    height: 390px;
  }

  .stead-product__content {
    padding: 23px 21px 25px;
  }

  .stead-product__description {
    min-height: 44px;
  }

  .stead-products__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .stead-products__bottom > a {
    width: 100%;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-products {
    padding: 74px 0 70px;
  }

  .stead-products__background {
    background-size: 36px 36px;
  }

  .stead-products__background::before {
    top: 5%;
    font-size: 150px;
  }

  .stead-products__background::after {
    right: -185px;
    top: 20%;
    width: 340px;
    height: 340px;
  }

  .stead-products__container {
    width: calc(100% - 30px);
  }

  .stead-products::before {
    width: calc(100% - 30px);
  }

  .stead-products__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .stead-products__label {
    min-height: 31px;
    margin-bottom: 15px;
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .stead-products__heading h2 {
    font-size: clamp(49px, 14vw, 67px);
    line-height: 0.92;
  }

  .stead-products__heading p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-products__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stead-product {
    min-height: auto;
  }

  .stead-product__badge {
    top: 15px;
    left: 15px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 9px;
  }

  .stead-product__image,
  .stead-product__image img {
    min-height: 430px;
    height: 430px;
  }

  .stead-product__image img {
    object-position: center center;
  }

  .stead-product__content {
    min-height: auto;
    padding: 22px 20px 24px;
  }

  .stead-product__type {
    font-size: 9px;
  }

  .stead-product h3 {
    font-size: 29px;
  }

  .stead-product__description {
    min-height: auto;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.65;
  }

  .stead-product__price,
  .stead-product__content > strong {
    margin-top: 17px;
    font-size: 23px;
  }

  .stead-product__button {
    min-height: 54px;
    margin-top: 24px;
  }

  .stead-products__bottom {
    margin-top: 20px;
    padding: 24px 20px;
    gap: 20px;
  }

  .stead-products__bottom h3 {
    font-size: clamp(28px, 10vw, 40px);
  }

  .stead-products__bottom > a {
    min-width: 0;
    min-height: 54px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-products__container {
    width: calc(100% - 24px);
  }

  .stead-products::before {
    width: calc(100% - 24px);
  }

  .stead-products__heading h2 {
    font-size: clamp(45px, 13.5vw, 58px);
  }

  .stead-product__image,
  .stead-product__image img {
    min-height: 380px;
    height: 380px;
  }

  .stead-product__content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .stead-product h3 {
    font-size: 27px;
  }
}

/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 360px) {
  .stead-product__image,
  .stead-product__image img {
    min-height: 340px;
    height: 340px;
  }

  .stead-product h3 {
    font-size: 25px;
  }

  .stead-product__price,
  .stead-product__content > strong {
    font-size: 21px;
  }

  .stead-product__button {
    font-size: 12px;
  }
}

/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {
  .stead-product:hover,
  .stead-product__button:hover,
  .stead-products__bottom > a:hover {
    transform: none;
  }

  .stead-product:hover .stead-product__image img {
    transform: scale(1.01);
  }

  .stead-product:hover .stead-product__image::after {
    border-color: transparent;
    box-shadow: none;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-products *,
  .stead-products *::before,
  .stead-products *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .stead-product,
  .stead-product__image img,
  .stead-product__button,
  .stead-products__bottom > a {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb9a4eb *//* =========================================
   STEAD — SECTION 06
   THE STEAD COMMUNITY
   PART 1
========================================= */

.stead-community,
.stead-community *{
    box-sizing:border-box;
}

.stead-community{

    position:relative;
    overflow:hidden;

    padding:120px 0;

    background:
    radial-gradient(circle at 20% 15%,rgba(141,227,0,.08),transparent 30%),
    radial-gradient(circle at 90% 75%,rgba(245,173,0,.06),transparent 28%),
    linear-gradient(
    180deg,
    #050705 0%,
    #090c08 55%,
    #020302 100%);

    color:#fff;

    font-family:
    "Plus Jakarta Sans",
    sans-serif;

}

/* ========================================= */

.stead-community__background{

    position:absolute;
    inset:0;

    pointer-events:none;

    background:

    linear-gradient(
    rgba(255,255,255,.015) 1px,
    transparent 1px),

    linear-gradient(
    90deg,
    rgba(255,255,255,.015) 1px,
    transparent 1px);

    background-size:48px 48px;

    opacity:.35;

}

.stead-community__background::before{

    content:"COMMUNITY";

    position:absolute;

    left:50%;
    top:4%;

    transform:translateX(-50%);

    font-family:
    "Archivo Black",
    sans-serif;

    font-size:clamp(140px,18vw,320px);

    color:rgba(255,255,255,.018);

    white-space:nowrap;

    letter-spacing:-.08em;

    line-height:.9;

}

.stead-community__background::after{

    content:"";

    position:absolute;

    width:480px;
    height:480px;

    right:-150px;
    top:12%;

    border-radius:50%;

    background:

    radial-gradient(circle,
    rgba(141,227,0,.18),
    rgba(141,227,0,.03) 45%,
    transparent 72%);

    filter:blur(40px);

}

/* ========================================= */

.stead-community__container{

    position:relative;

    z-index:5;

    width:min(1440px,calc(100% - 80px));

    margin:auto;

}

/* =========================================
   HEADING
========================================= */

.stead-community__heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 70px;

}

.stead-community__label{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:34px;

    padding:0 16px;

    margin-bottom:18px;

    background:

    linear-gradient(
    135deg,
    #d7ff59,
    #8de300);

    color:#071003;

    font-family:
    "Barlow Condensed",
    sans-serif;

    font-size:12px;

    font-weight:900;

    letter-spacing:.16em;

    text-transform:uppercase;

    transform:skewX(-8deg);

}

.stead-community__heading h2{

    margin:0;

    font-family:
    "Archivo Black",
    sans-serif;

    font-size:
    clamp(66px,6.8vw,108px);

    line-height:.9;

    text-transform:uppercase;

    letter-spacing:-.06em;

}

.stead-community__heading span{

    display:block;

    color:#f5ad00;

    margin-top:8px;

}

.stead-community__heading p{

    margin-top:22px;

    color:#b8beb7;

    font-size:16px;

    line-height:1.8;

}

/* =========================================
   FEATURED REVIEW
========================================= */

.stead-community__featured{

    display:grid;

    grid-template-columns:
    1.1fr
    .9fr;

    gap:28px;

    align-items:center;

    margin-bottom:28px;

}

/* =========================================
   IMAGE
========================================= */

.stead-community__featured-image{

    position:relative;

    overflow:hidden;

    border:1px solid
    rgba(255,255,255,.08);

    background:#111;

    min-height:650px;

    box-shadow:

    0 30px 60px
    rgba(0,0,0,.45);

}

.stead-community__featured-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.7s;

}

.stead-community__featured:hover
img{

    transform:scale(1.05);

}

.stead-community__featured-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(
    transparent 45%,
    rgba(0,0,0,.65));

}

/* =========================================
   REVIEW CARD
========================================= */

.stead-community__featured-content{

    position:relative;

    padding:55px;

    border:1px solid
    rgba(255,255,255,.08);

    background:

    linear-gradient(
    135deg,
    rgba(255,255,255,.05),
    rgba(255,255,255,.015));

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    box-shadow:

    0 25px 55px
    rgba(0,0,0,.35);

}

.stead-community__featured-content::before{

    content:"★★★★★";

    display:block;

    color:#f5ad00;

    font-size:22px;

    letter-spacing:6px;

    margin-bottom:30px;

}

.stead-community__featured-content blockquote{

    margin:0;

    font-family:
    "Archivo Black",
    sans-serif;

    font-size:42px;

    line-height:1.15;

    letter-spacing:-.03em;

}

.stead-community__featured-content strong{

    display:block;

    margin-top:40px;

    color:#8de300;

    font-size:15px;

    font-weight:700;

    letter-spacing:.12em;

    text-transform:uppercase;

}
/* =========================================
   STEAD — SECTION 06
   PART 2
   GALLERY + SOCIAL
========================================= */

/* =========================================
   GALLERY
========================================= */

.stead-community__gallery{

    display:grid;

    grid-template-columns:
    repeat(12,1fr);

    grid-auto-rows:180px;

    gap:18px;

}

.stead-community__gallery figure{

    position:relative;

    margin:0;

    overflow:hidden;

    border:1px solid
    rgba(255,255,255,.08);

    background:#090909;

    box-shadow:
    0 20px 45px
    rgba(0,0,0,.35);

    transition:
    .4s;

}

/* Layout */

.stead-community__gallery figure:nth-child(1){

    grid-column:span 4;
    grid-row:span 2;

}

.stead-community__gallery figure:nth-child(2){

    grid-column:span 4;

}

.stead-community__gallery figure:nth-child(3){

    grid-column:span 4;

}

.stead-community__gallery figure:nth-child(4){

    grid-column:span 3;

}

.stead-community__gallery figure:nth-child(5){

    grid-column:span 5;

}

.stead-community__gallery figure:nth-child(6){

    grid-column:span 4;

}

/* ========================================= */

.stead-community__gallery img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:
    transform .8s ease,
    filter .5s ease;

}

.stead-community__gallery figure:hover img{

    transform:scale(1.08);

    filter:
    brightness(1.05)
    saturate(1.08);

}

/* ========================================= */

.stead-community__gallery figure::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(
    transparent 40%,
    rgba(0,0,0,.78));

    z-index:2;

    pointer-events:none;

}

.stead-community__gallery figure::after{

    content:"";

    position:absolute;

    inset:0;

    border:1px solid transparent;

    transition:.35s;

    z-index:3;

}

.stead-community__gallery figure:hover{

    transform:
    translateY(-8px);

    box-shadow:

    0 35px 65px
    rgba(0,0,0,.42);

}

.stead-community__gallery figure:hover::after{

    border-color:
    rgba(141,227,0,.45);

    box-shadow:

    inset
    0 0 45px
    rgba(141,227,0,.08);

}

/* =========================================
   SOCIAL CTA
========================================= */

.stead-community__social{

    position:relative;

    margin-top:35px;

    padding:40px;

    overflow:hidden;

    text-align:center;

    border:1px solid
    rgba(255,255,255,.08);

    background:

    linear-gradient(
    135deg,
    rgba(255,255,255,.04),
    rgba(255,255,255,.015));

    backdrop-filter:blur(18px);

    box-shadow:

    0 25px 55px
    rgba(0,0,0,.35);

}

.stead-community__social::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(

    circle at center,

    rgba(141,227,0,.12),

    transparent 50%

    );

}

.stead-community__social p{

    position:relative;

    z-index:2;

    margin:0;

    color:#b8beb7;

    font-size:15px;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.stead-community__social h3{

    position:relative;

    z-index:2;

    margin:12px 0 0;

    font-family:

    "Archivo Black",
    sans-serif;

    font-size:
    clamp(48px,6vw,90px);

    line-height:1;

    letter-spacing:-.05em;

    color:#8de300;

    text-shadow:

    0 0 28px
    rgba(141,227,0,.15);

}

/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

.stead-community{

padding:95px 0;

}

.stead-community__container{

width:min(940px,calc(100% - 44px));

}

.stead-community__featured{

grid-template-columns:1fr;

gap:20px;

}

.stead-community__featured-image{

min-height:560px;

}

.stead-community__featured-image img{

height:560px;

}

.stead-community__featured-content{

padding:42px;

}

.stead-community__featured-content blockquote{

font-size:36px;

}

.stead-community__gallery{

grid-template-columns:
repeat(2,1fr);

grid-auto-rows:260px;

}

.stead-community__gallery figure,
.stead-community__gallery figure:nth-child(1),
.stead-community__gallery figure:nth-child(2),
.stead-community__gallery figure:nth-child(3),
.stead-community__gallery figure:nth-child(4),
.stead-community__gallery figure:nth-child(5),
.stead-community__gallery figure:nth-child(6){

grid-column:auto;
grid-row:auto;

}

}
/* =========================================
   STEAD — SECTION 06
   PART 3
   MOBILE + ANIMATION
========================================= */

@media(max-width:680px){

.stead-community{

padding:75px 0;

}

.stead-community__container{

width:calc(100% - 28px);

}

.stead-community__heading{

margin-bottom:38px;

text-align:left;

}

.stead-community__label{

min-height:30px;

padding:0 13px;

font-size:10px;

margin-bottom:15px;

}

.stead-community__heading h2{

font-size:
clamp(46px,13vw,62px);

line-height:.95;

}

.stead-community__heading p{

margin-top:16px;

font-size:14px;

line-height:1.75;

}

.stead-community__featured{

display:flex;

flex-direction:column;

gap:12px;

}

.stead-community__featured-image{

min-height:380px;

}

.stead-community__featured-image img{

height:380px;

}

.stead-community__featured-content{

padding:28px 22px;

}

.stead-community__featured-content::before{

font-size:18px;

letter-spacing:3px;

margin-bottom:20px;

}

.stead-community__featured-content blockquote{

font-size:28px;

line-height:1.2;

}

.stead-community__featured-content strong{

margin-top:24px;

font-size:13px;

}

.stead-community__gallery{

grid-template-columns:1fr;

grid-auto-rows:280px;

gap:10px;

}

.stead-community__gallery figure{

min-height:280px;

}

.stead-community__gallery figure,
.stead-community__gallery figure:nth-child(1),
.stead-community__gallery figure:nth-child(2),
.stead-community__gallery figure:nth-child(3),
.stead-community__gallery figure:nth-child(4),
.stead-community__gallery figure:nth-child(5),
.stead-community__gallery figure:nth-child(6){

grid-column:auto;
grid-row:auto;

}

.stead-community__social{

margin-top:16px;

padding:26px 18px;

}

.stead-community__social p{

font-size:12px;

}

.stead-community__social h3{

margin-top:10px;

font-size:
clamp(36px,11vw,54px);

}

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:420px){

.stead-community__container{

width:calc(100% - 20px);

}

.stead-community__heading h2{

font-size:
clamp(40px,12vw,52px);

}

.stead-community__featured-image{

min-height:320px;

}

.stead-community__featured-image img{

height:320px;

}

.stead-community__featured-content{

padding:22px 18px;

}

.stead-community__featured-content blockquote{

font-size:23px;

}

.stead-community__gallery{

grid-auto-rows:230px;

}

.stead-community__gallery figure{

min-height:230px;

}

}

/* =========================================
   HOVER ANIMATION
========================================= */

.stead-community__featured,
.stead-community__gallery figure,
.stead-community__social{

transition:

transform .45s ease,
box-shadow .45s ease,
border-color .45s ease;

}

.stead-community__featured:hover{

transform:translateY(-8px);

}

.stead-community__social:hover{

transform:translateY(-6px);

border-color:
rgba(141,227,0,.35);

box-shadow:

0 30px 70px
rgba(0,0,0,.42),

0 0 45px
rgba(141,227,0,.08);

}

/* =========================================
   IMAGE EFFECT
========================================= */

.stead-community__gallery img,
.stead-community__featured img{

backface-visibility:hidden;

will-change:transform;

}

/* =========================================
   SCROLL REVEAL SUPPORT
========================================= */

.stead-community__heading,
.stead-community__featured,
.stead-community__gallery,
.stead-community__social{

opacity:1;

transform:translateY(0);

}

/* =========================================
   TOUCH DEVICES
========================================= */

@media(hover:none){

.stead-community__gallery figure:hover,
.stead-community__featured:hover,
.stead-community__social:hover{

transform:none;

}

.stead-community__gallery figure:hover img,
.stead-community__featured:hover img{

transform:none;

}

}

/* =========================================
   REDUCED MOTION
========================================= */

@media(prefers-reduced-motion:reduce){

.stead-community *,
.stead-community *::before,
.stead-community *::after{

animation:none!important;

transition:none!important;

scroll-behavior:auto!important;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fadbd58 *//* =========================================
   STEAD POMADE — SECTION 07
   BUNDLE DEALS
   PART 1 — BASE + HEADING + CARDS
========================================= */

.stead-bundles,
.stead-bundles * {
  box-sizing: border-box;
}

.stead-bundles img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stead-bundles a {
  color: inherit;
  text-decoration: none;
}

.stead-bundles {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(141, 227, 0, 0.08),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(245, 173, 0, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #040604 0%,
      #090c08 50%,
      #020302 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-bundles__background {
  position: absolute;
  inset: 0;
  z-index: -6;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  opacity: 0.34;
}

.stead-bundles__background::before {
  content: "BUNDLE";
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(150px, 22vw, 380px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.stead-bundles__background::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 18%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.17),
      rgba(141, 227, 0, 0.035) 46%,
      transparent 72%
    );
  filter: blur(42px);
}

.stead-bundles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.5),
      rgba(245, 173, 0, 0.5),
      transparent
    );
}

.stead-bundles::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: 7%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed rgba(245, 173, 0, 0.14);
  box-shadow:
    0 0 0 36px rgba(245, 173, 0, 0.012),
    0 0 0 72px rgba(245, 173, 0, 0.008);
}

/* =========================================
   CONTAINER
========================================= */

.stead-bundles__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================================
   HEADING
========================================= */

.stead-bundles__heading {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.stead-bundles__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 16px;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d5ff56,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-bundles__heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(64px, 6.8vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-bundles__heading h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 26px rgba(245, 173, 0, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-bundles__heading p {
  max-width: 680px;
  margin: 20px auto 0;
  color: #b7beb6;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   BUNDLE GRID
========================================= */

.stead-bundles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* =========================================
   BUNDLE CARD
========================================= */

.stead-bundle-card {
  position: relative;
  min-height: 690px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.016)
    );
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.stead-bundle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(141, 227, 0, 0.16),
      transparent 46%
    );
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.stead-bundle-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 0.52;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00,
      #8de300
    );
}

.stead-bundle-card:hover {
  transform: translateY(-10px);
  border-color: rgba(141, 227, 0, 0.42);
  background:
    linear-gradient(
      180deg,
      rgba(141, 227, 0, 0.07),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow:
    0 32px 68px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(141, 227, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.stead-bundle-card:hover::before {
  opacity: 1;
}

/* =========================================
   CARD NUMBER
========================================= */

.stead-bundle-card__number {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Archivo Black", sans-serif;
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.06em;
  pointer-events: none;
}

/* =========================================
   CARD TOP
========================================= */

.stead-bundle-card__top {
  position: relative;
  z-index: 4;
  min-height: 66px;
  padding: 18px 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.stead-bundle-card__tag,
.stead-bundle-card__quantity {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 11px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-bundle-card__tag {
  color: #0a0d05;
  background:
    linear-gradient(
      135deg,
      #d6ff57,
      #8de300
    );
  box-shadow:
    0 8px 20px rgba(141, 227, 0, 0.14);
}

.stead-bundle-card__quantity {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* =========================================
   PRODUCT VISUAL
========================================= */

.stead-bundle-card__visual {
  position: relative;
  min-height: 370px;
  padding: 35px 24px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.stead-bundle-card__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 74%;
  height: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(
      ellipse,
      rgba(0, 0, 0, 0.72),
      transparent 72%
    );
  filter: blur(9px);
}

.stead-bundle-card__word {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.028);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(92px, 8vw, 140px);
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-transform: uppercase;
}

.stead-bundle-card__glow {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.27),
      rgba(245, 173, 0, 0.07) 46%,
      transparent 72%
    );
  filter: blur(20px);
}

.stead-bundle-card__image {
  position: relative;
  z-index: 3;
  width: min(320px, 90%);
  height: 300px;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 38px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 22px rgba(141, 227, 0, 0.12));
  transition:
    transform 0.55s ease,
    filter 0.35s ease;
}

.stead-bundle-card:hover .stead-bundle-card__image {
  transform: translateY(-10px) scale(1.035) rotate(-1.5deg);
  filter:
    drop-shadow(0 34px 44px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 30px rgba(141, 227, 0, 0.17));
}

/* =========================================
   SAVING BADGE
========================================= */

.stead-bundle-card__saving {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #0a0d05;
  background:
    linear-gradient(
      135deg,
      #ffd75f,
      #f5ad00
    );
  box-shadow:
    0 10px 24px rgba(245, 173, 0, 0.17);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

/* =========================================
   CARD CONTENT
========================================= */

.stead-bundle-card__content {
  position: relative;
  z-index: 4;
  flex: 1;
  padding: 25px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(6, 8, 6, 0.48),
      rgba(3, 4, 3, 0.76)
    );
}

.stead-bundle-card__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-bundle-card__content h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.stead-bundle-card__price {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.stead-bundle-card__price-label {
  margin-bottom: 4px;
  color: #aeb5ad;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.stead-bundle-card__old-price {
  margin-bottom: 5px;
  color: #777d76;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-decoration: line-through;
}

.stead-bundle-card__price strong {
  color: #f5ad00;
  font-family: "Archivo Black", sans-serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.stead-bundle-card__note {
  margin: 15px 0 0;
  color: #aeb5ad;
  font-size: 13px;
  line-height: 1.65;
}

/* =========================================
   BUTTON WRAPPER
   Full button styling sambung Part 2
========================================= */

.stead-bundle-card__button {
  margin-top: auto;
}
/* =========================================
   STEAD POMADE — SECTION 07
   PART 2
========================================= */


/* =========================================
   FEATURED CARD
========================================= */

.stead-bundle-card--featured{

transform:scale(1.03);

border-color:
rgba(141,227,0,.35);

box-shadow:

0 40px 75px
rgba(0,0,0,.45),

0 0 45px
rgba(141,227,0,.08);

}

.stead-bundle-card--featured::before{

opacity:1;

}

.stead-bundle-card__popular{

position:absolute;

top:20px;
left:50%;

transform:
translateX(-50%);

z-index:20;

padding:9px 18px;

background:

linear-gradient(
135deg,
#ffd95d,
#f5ad00);

color:#111;

font-family:
"Barlow Condensed",
sans-serif;

font-size:11px;

font-weight:900;

letter-spacing:.14em;

text-transform:uppercase;

box-shadow:

0 12px 28px
rgba(245,173,0,.25);

}


/* =========================================
   BUTTON
========================================= */

.stead-bundle-card__button{

margin-top:auto;

width:100%;

height:56px;

display:flex;

align-items:center;
justify-content:center;

gap:14px;

background:

linear-gradient(
135deg,
#d8ff5c,
#8de300);

color:#071003;

font-family:
"Barlow Condensed",
sans-serif;

font-size:14px;

font-weight:900;

letter-spacing:.12em;

text-transform:uppercase;

transition:.35s;

box-shadow:

0 18px 35px
rgba(141,227,0,.22);

}

.stead-bundle-card__button:hover{

transform:
translateY(-5px);

box-shadow:

0 28px 45px
rgba(141,227,0,.3);

}

.stead-bundle-card__button svg{

width:18px;

height:18px;

transition:.35s;

}

.stead-bundle-card__button:hover svg{

transform:translateX(5px);

}


/* =========================================
   REMINDER
========================================= */

.stead-bundles__reminder{

margin-top:55px;

display:grid;

grid-template-columns:

420px
1fr;

gap:35px;

align-items:center;

padding:26px;

border:1px solid
rgba(255,255,255,.08);

background:

linear-gradient(
135deg,
rgba(255,255,255,.05),
rgba(255,255,255,.015));

backdrop-filter:blur(18px);

box-shadow:

0 25px 55px
rgba(0,0,0,.35);

position:relative;

overflow:hidden;

}

.stead-bundles__reminder::before{

content:"";

position:absolute;

inset:0;

background:

radial-gradient(

circle at right,

rgba(141,227,0,.12),

transparent 45%);

}


/* =========================================
   IMAGE
========================================= */

.stead-bundles__reminder-image{

position:relative;

overflow:hidden;

min-height:300px;

background:#111;

}

.stead-bundles__reminder-image img{

width:100%;

height:300px;

object-fit:cover;

transition:.7s;

}

.stead-bundles__reminder:hover img{

transform:scale(1.06);

}


/* =========================================
   CONTENT
========================================= */

.stead-bundles__reminder-content{

position:relative;

z-index:2;

}

.stead-bundles__reminder-content span{

display:inline-block;

padding:8px 14px;

margin-bottom:18px;

background:

linear-gradient(
135deg,
#d6ff57,
#8de300);

color:#111;

font-family:
"Barlow Condensed",
sans-serif;

font-size:11px;

font-weight:900;

letter-spacing:.12em;

text-transform:uppercase;

}

.stead-bundles__reminder-content h3{

margin:0;

font-family:

"Archivo Black",
sans-serif;

font-size:

clamp(42px,4vw,70px);

line-height:.95;

letter-spacing:-.04em;

text-transform:uppercase;

}

.stead-bundles__reminder-content p{

margin:22px 0 30px;

color:#b8beb7;

font-size:16px;

line-height:1.8;

max-width:600px;

}

.stead-bundles__reminder-content a{

display:inline-flex;

align-items:center;

gap:14px;

height:56px;

padding:0 28px;

background:

linear-gradient(
135deg,
#ffd75b,
#f5ad00);

color:#111;

font-family:

"Barlow Condensed",
sans-serif;

font-size:14px;

font-weight:900;

letter-spacing:.12em;

text-transform:uppercase;

transition:.35s;

}

.stead-bundles__reminder-content a:hover{

transform:
translateY(-5px);

}

.stead-bundles__reminder-content svg{

width:18px;

height:18px;

transition:.35s;

}

.stead-bundles__reminder-content a:hover svg{

transform:
translateX(5px);

}


/* =========================================
   LAPTOP
========================================= */

@media(max-width:1280px){

.stead-bundles{

padding:105px 0;

}

.stead-bundles__container{

width:min(1180px,calc(100% - 56px));

}

.stead-bundles__grid{

grid-template-columns:
repeat(2,1fr);

}

.stead-bundle-card{

min-height:640px;

}

.stead-bundles__reminder{

grid-template-columns:

340px
1fr;

}

}
/* =========================================
   STEAD POMADE — SECTION 07
   PART 3
   RESPONSIVE + ANIMATION
========================================= */

/* =========================================
   TABLET LANDSCAPE
========================================= */

@media (max-width: 1024px) {

  .stead-bundles {
    padding: 92px 0 86px;
  }

  .stead-bundles__container {
    width: min(940px, calc(100% - 44px));
  }

  .stead-bundles::before {
    width: calc(100% - 44px);
  }

  .stead-bundles__heading {
    margin-bottom: 46px;
  }

  .stead-bundles__heading h2 {
    font-size: clamp(60px, 9vw, 86px);
  }

  .stead-bundles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .stead-bundle-card {
    min-height: 620px;
  }

  .stead-bundle-card--featured {
    transform: none;
  }

  .stead-bundle-card__visual {
    min-height: 340px;
  }

  .stead-bundle-card__image {
    height: 270px;
  }

  .stead-bundles__reminder {
    grid-template-columns: 300px 1fr;
    gap: 26px;
  }

  .stead-bundles__reminder-image,
  .stead-bundles__reminder-image img {
    min-height: 270px;
    height: 270px;
  }

  .stead-bundles__reminder-content h3 {
    font-size: clamp(38px, 5vw, 58px);
  }

  .stead-bundles__reminder-content p {
    margin: 18px 0 24px;
    font-size: 15px;
  }

}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {

  .stead-bundles__container {
    width: calc(100% - 36px);
  }

  .stead-bundles::before {
    width: calc(100% - 36px);
  }

  .stead-bundles__heading h2 {
    font-size: clamp(56px, 10.5vw, 78px);
  }

  .stead-bundles__grid {
    grid-template-columns: 1fr;
  }

  .stead-bundle-card {
    min-height: auto;
  }

  .stead-bundle-card__visual {
    min-height: 380px;
  }

  .stead-bundle-card__image {
    width: min(350px, 82%);
    height: 310px;
  }

  .stead-bundle-card__content {
    padding: 24px 22px 26px;
  }

  .stead-bundle-card__popular {
    top: 16px;
    left: auto;
    right: 16px;
    transform: none;
  }

  .stead-bundles__reminder {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .stead-bundles__reminder-image,
  .stead-bundles__reminder-image img {
    width: 100%;
    min-height: 360px;
    height: 360px;
  }

  .stead-bundles__reminder-content {
    padding: 10px 4px 8px;
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {

  .stead-bundles {
    padding: 74px 0 70px;
    background:
      radial-gradient(
        circle at 50% 14%,
        rgba(141, 227, 0, 0.09),
        transparent 28%
      ),
      linear-gradient(
        180deg,
        #040604 0%,
        #090c08 52%,
        #020302 100%
      );
  }

  .stead-bundles__background {
    background-size: 36px 36px;
  }

  .stead-bundles__background::before {
    top: 4%;
    font-size: 145px;
  }

  .stead-bundles__background::after {
    right: -190px;
    top: 22%;
    width: 350px;
    height: 350px;
  }

  .stead-bundles__container {
    width: calc(100% - 30px);
  }

  .stead-bundles::before {
    width: calc(100% - 30px);
  }

  .stead-bundles__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .stead-bundles__label {
    min-height: 31px;
    margin-bottom: 15px;
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .stead-bundles__heading h2 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.92;
  }

  .stead-bundles__heading p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-bundles__grid {
    gap: 10px;
  }

  .stead-bundle-card {
    min-height: auto;
  }

  .stead-bundle-card__number {
    top: 14px;
    right: 14px;
    font-size: 58px;
  }

  .stead-bundle-card__top {
    min-height: 60px;
    padding: 15px 15px 0;
  }

  .stead-bundle-card__tag,
  .stead-bundle-card__quantity {
    min-height: 27px;
    padding: 0 10px;
    font-size: 9px;
  }

  .stead-bundle-card__popular {
    top: 15px;
    right: 15px;
    padding: 8px 12px;
    font-size: 9px;
  }

  .stead-bundle-card--featured .stead-bundle-card__top {
    padding-top: 55px;
  }

  .stead-bundle-card__visual {
    min-height: 330px;
    padding: 26px 16px 20px;
  }

  .stead-bundle-card__word {
    font-size: 96px;
  }

  .stead-bundle-card__glow {
    width: 235px;
    height: 235px;
  }

  .stead-bundle-card__image {
    width: min(290px, 84%);
    height: 260px;
  }

  .stead-bundle-card__saving {
    right: 14px;
    bottom: 14px;
    min-height: 29px;
    padding: 0 10px;
    font-size: 9px;
  }

  .stead-bundle-card__content {
    padding: 22px 18px 22px;
  }

  .stead-bundle-card__eyebrow {
    font-size: 9px;
  }

  .stead-bundle-card__content h3 {
    font-size: 30px;
  }

  .stead-bundle-card__price {
    margin-top: 17px;
  }

  .stead-bundle-card__old-price {
    font-size: 16px;
  }

  .stead-bundle-card__price strong {
    font-size: 28px;
  }

  .stead-bundle-card__note {
    margin-top: 12px;
    font-size: 12px;
  }

  .stead-bundle-card__button {
    min-height: 54px;
    height: auto;
    margin-top: 24px;
  }

  .stead-bundles__reminder {
    margin-top: 30px;
    padding: 14px;
    gap: 18px;
  }

  .stead-bundles__reminder-image,
  .stead-bundles__reminder-image img {
    min-height: 280px;
    height: 280px;
  }

  .stead-bundles__reminder-content {
    padding: 6px;
  }

  .stead-bundles__reminder-content span {
    margin-bottom: 14px;
    padding: 7px 11px;
    font-size: 9px;
  }

  .stead-bundles__reminder-content h3 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .stead-bundles__reminder-content p {
    margin: 17px 0 22px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-bundles__reminder-content a {
    width: 100%;
    height: 54px;
    justify-content: center;
    padding: 0 18px;
    font-size: 12px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

  .stead-bundles__container {
    width: calc(100% - 24px);
  }

  .stead-bundles::before {
    width: calc(100% - 24px);
  }

  .stead-bundles__heading h2 {
    font-size: clamp(44px, 13.5vw, 58px);
  }

  .stead-bundle-card__visual {
    min-height: 300px;
  }

  .stead-bundle-card__image {
    width: min(260px, 86%);
    height: 230px;
  }

  .stead-bundle-card__word {
    font-size: 82px;
  }

  .stead-bundle-card__content h3 {
    font-size: 27px;
  }

  .stead-bundle-card__price strong {
    font-size: 25px;
  }

  .stead-bundles__reminder-image,
  .stead-bundles__reminder-image img {
    min-height: 235px;
    height: 235px;
  }

}

/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 360px) {

  .stead-bundle-card__top {
    gap: 8px;
  }

  .stead-bundle-card__tag,
  .stead-bundle-card__quantity {
    padding: 0 8px;
    font-size: 8px;
  }

  .stead-bundle-card__visual {
    min-height: 275px;
  }

  .stead-bundle-card__image {
    height: 210px;
  }

  .stead-bundle-card__popular {
    max-width: 125px;
    text-align: center;
    line-height: 1.2;
  }

}

/* =========================================
   BASE ANIMATIONS
========================================= */

@keyframes steadBundleFloat {

  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }

}

@keyframes steadBundleGlow {

  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.94);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }

}

.stead-bundle-card--featured .stead-bundle-card__image {
  animation: steadBundleFloat 5s ease-in-out infinite;
}

.stead-bundle-card--featured .stead-bundle-card__glow {
  animation: steadBundleGlow 4.8s ease-in-out infinite;
}

/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {

  .stead-bundle-card:hover,
  .stead-bundle-card__button:hover,
  .stead-bundles__reminder-content a:hover {
    transform: none;
  }

  .stead-bundle-card:hover .stead-bundle-card__image,
  .stead-bundles__reminder:hover img {
    transform: none;
  }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .stead-bundles *,
  .stead-bundles *::before,
  .stead-bundles *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .stead-bundle-card,
  .stead-bundle-card__image,
  .stead-bundle-card__button,
  .stead-bundles__reminder img,
  .stead-bundles__reminder-content a {
    transform: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd1c59d *//* =========================================
   STEAD POMADE — SECTION 09
   FAQ & SUPPORT
========================================= */

.stead-faq,
.stead-faq * {
  box-sizing: border-box;
}

.stead-faq img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stead-faq a {
  color: inherit;
  text-decoration: none;
}

.stead-faq {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(141, 227, 0, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(245, 173, 0, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #040604 0%,
      #090c08 52%,
      #020302 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-faq__background {
  position: absolute;
  inset: 0;
  z-index: -6;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  opacity: 0.34;
}

.stead-faq__background::before {
  content: "FAQ";
  position: absolute;
  top: 4%;
  left: 3%;
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(180px, 22vw, 390px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.stead-faq__background::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 14%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.16),
      rgba(141, 227, 0, 0.03) 46%,
      transparent 72%
    );
  filter: blur(42px);
}

.stead-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.48),
      rgba(245, 173, 0, 0.48),
      transparent
    );
}

/* =========================================
   CONTAINER
========================================= */

.stead-faq__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(0, 0.86fr)
    minmax(520px, 1.14fr);
  gap: 70px;
  align-items: start;
}

/* =========================================
   LEFT CONTENT
========================================= */

.stead-faq__content {
  position: sticky;
  top: 40px;
}

.stead-faq__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 16px;
  color: #090c05;
  background:
    linear-gradient(
      135deg,
      #d6ff57,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-faq__content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(60px, 5.8vw, 98px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-faq__content h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 26px rgba(245, 173, 0, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-faq__content > p {
  max-width: 570px;
  margin: 22px 0 0;
  color: #b7beb6;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================================
   SUPPORT CARD
========================================= */

.stead-faq__support {
  position: relative;
  margin-top: 38px;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.016)
    );
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.stead-faq__support::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(141, 227, 0, 0.12),
      transparent 40%
    );
  pointer-events: none;
}

.stead-faq__support::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      #8de300,
      #f5ad00
    );
}

.stead-faq__support-image {
  position: relative;
  z-index: 2;
  min-height: 190px;
  overflow: hidden;
  background: #0d100d;
}

.stead-faq__support-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(0, 0, 0, 0.42)
    );
}

.stead-faq__support-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition:
    transform 0.65s ease,
    filter 0.4s ease;
}

.stead-faq__support:hover .stead-faq__support-image img {
  transform: scale(1.055);
  filter: saturate(1.05);
}

.stead-faq__support > div:last-child {
  position: relative;
  z-index: 3;
}

.stead-faq__support small {
  display: block;
  margin-bottom: 8px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-faq__support strong {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.stead-faq__support a {
  min-height: 48px;
  margin-top: 18px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d6ff57,
      #8de300
    );
  box-shadow:
    0 14px 28px rgba(141, 227, 0, 0.18);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.stead-faq__support a:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 38px rgba(141, 227, 0, 0.25);
}

.stead-faq__support a svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.stead-faq__support a:hover svg {
  transform: translateX(5px);
}

/* =========================================
   ACCORDION
========================================= */

.stead-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stead-faq__item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.014)
    );
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.stead-faq__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  opacity: 0.25;
  background:
    linear-gradient(
      to bottom,
      #8de300,
      #f5ad00
    );
  transition: opacity 0.3s ease;
}

.stead-faq__item[open] {
  border-color: rgba(141, 227, 0, 0.38);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(141, 227, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.stead-faq__item[open]::before {
  opacity: 1;
}

.stead-faq__item summary {
  position: relative;
  min-height: 88px;
  padding: 24px 76px 24px 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.stead-faq__item summary::-webkit-details-marker {
  display: none;
}

.stead-faq__item summary::marker {
  display: none;
}

.stead-faq__item summary:hover {
  color: #d7ff59;
  background: rgba(141, 227, 0, 0.035);
}

.stead-faq__item summary span {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: #0a0d05;
  background:
    linear-gradient(
      135deg,
      #d7ff59,
      #8de300
    );
  box-shadow:
    0 10px 22px rgba(141, 227, 0, 0.16);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.stead-faq__item[open] summary span {
  transform:
    translateY(-50%)
    rotate(45deg);
  background:
    linear-gradient(
      135deg,
      #ffd75b,
      #f5ad00
    );
}

.stead-faq__answer {
  position: relative;
  padding: 0 28px 27px;
  color: #abb2aa;
  font-size: 14px;
  line-height: 1.8;
}

.stead-faq__answer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background:
    linear-gradient(
      90deg,
      rgba(141, 227, 0, 0.4),
      rgba(255, 255, 255, 0.08),
      transparent
    );
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-faq__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-faq::before {
    width: min(1540px, calc(100% - 100px));
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-faq {
    padding: 108px 0 100px;
  }

  .stead-faq__container {
    width: min(1180px, calc(100% - 56px));
    grid-template-columns:
      minmax(0, 0.88fr)
      minmax(470px, 1.12fr);
    gap: 48px;
  }

  .stead-faq::before {
    width: calc(100% - 56px);
  }

  .stead-faq__content h2 {
    font-size: clamp(56px, 5.7vw, 84px);
  }

  .stead-faq__support {
    grid-template-columns: 145px minmax(0, 1fr);
  }

  .stead-faq__support-image,
  .stead-faq__support-image img {
    min-height: 170px;
    height: 170px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
  .stead-faq {
    padding: 94px 0 88px;
  }

  .stead-faq__container {
    width: min(940px, calc(100% - 44px));
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .stead-faq::before {
    width: calc(100% - 44px);
  }

  .stead-faq__content {
    position: relative;
    top: auto;
    max-width: 760px;
  }

  .stead-faq__content h2 {
    font-size: clamp(60px, 9vw, 86px);
  }

  .stead-faq__support {
    max-width: 680px;
  }
}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {
  .stead-faq__container {
    width: calc(100% - 36px);
  }

  .stead-faq::before {
    width: calc(100% - 36px);
  }

  .stead-faq__content h2 {
    font-size: clamp(56px, 10.5vw, 78px);
  }

  .stead-faq__item summary {
    font-size: 21px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-faq {
    padding: 74px 0 70px;
  }

  .stead-faq__background {
    background-size: 36px 36px;
  }

  .stead-faq__background::before {
    top: 5%;
    left: -8%;
    font-size: 145px;
  }

  .stead-faq__background::after {
    right: -190px;
    top: 18%;
    width: 340px;
    height: 340px;
  }

  .stead-faq__container {
    width: calc(100% - 30px);
    gap: 34px;
  }

  .stead-faq::before {
    width: calc(100% - 30px);
  }

  .stead-faq__label {
    min-height: 31px;
    margin-bottom: 15px;
    padding: 0 13px;
    font-size: 10px;
  }

  .stead-faq__content h2 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.92;
  }

  .stead-faq__content > p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-faq__support {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 14px;
  }

  .stead-faq__support-image,
  .stead-faq__support-image img {
    min-height: 260px;
    height: 260px;
  }

  .stead-faq__support > div:last-child {
    padding: 3px 4px 8px;
  }

  .stead-faq__support strong {
    font-size: 23px;
  }

  .stead-faq__support a {
    width: 100%;
    min-height: 52px;
    margin-top: 16px;
  }

  .stead-faq__accordion {
    gap: 8px;
  }

  .stead-faq__item summary {
    min-height: 76px;
    padding: 20px 62px 20px 18px;
    font-size: 18px;
  }

  .stead-faq__item summary span {
    right: 16px;
    width: 34px;
    height: 34px;
    font-size: 21px;
  }

  .stead-faq__answer {
    padding: 0 18px 22px;
    font-size: 13px;
    line-height: 1.7;
  }

  .stead-faq__answer::before {
    margin-bottom: 17px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-faq__container {
    width: calc(100% - 24px);
  }

  .stead-faq::before {
    width: calc(100% - 24px);
  }

  .stead-faq__content h2 {
    font-size: clamp(44px, 13.5vw, 58px);
  }

  .stead-faq__support-image,
  .stead-faq__support-image img {
    min-height: 220px;
    height: 220px;
  }

  .stead-faq__item summary {
    padding-left: 16px;
    font-size: 17px;
  }
}

/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {
  .stead-faq__support:hover .stead-faq__support-image img,
  .stead-faq__support a:hover {
    transform: none;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-faq *,
  .stead-faq *::before,
  .stead-faq *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .stead-faq__support-image img,
  .stead-faq__support a,
  .stead-faq__item summary span {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c96de2 *//* =========================================
   STEAD POMADE — SECTION 10
   FINAL CTA
========================================= */

.stead-final,
.stead-final * {
  box-sizing: border-box;
}

.stead-final img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.stead-final a {
  color: inherit;
  text-decoration: none;
}

.stead-final {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 76% 36%,
      rgba(141, 227, 0, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(245, 173, 0, 0.09),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #030403 0%,
      #080b07 52%,
      #020302 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-final__background {
  position: absolute;
  inset: 0;
  z-index: -6;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  opacity: 0.34;
}

.stead-final__background::before {
  content: "STAY STEAD";
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.018);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(120px, 17vw, 300px);
  line-height: 0.88;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.stead-final__background::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 12%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.2),
      rgba(141, 227, 0, 0.04) 46%,
      transparent 72%
    );
  filter: blur(48px);
}

.stead-final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.55),
      rgba(245, 173, 0, 0.55),
      transparent
    );
}

/* =========================================
   CONTAINER
========================================= */

.stead-final__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  min-height: 720px;
  margin: 0 auto;
  padding-bottom: 110px;
  display: grid;
  grid-template-columns:
    minmax(0, 0.88fr)
    minmax(500px, 1.12fr);
  gap: 72px;
  align-items: center;
}

/* =========================================
   LEFT CONTENT
========================================= */

.stead-final__content {
  position: relative;
  z-index: 8;
  max-width: 650px;
}

.stead-final__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 16px;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d8ff5d,
      #8de300
    );
  box-shadow:
    0 10px 28px rgba(141, 227, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.stead-final__content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(66px, 6.6vw, 110px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.stead-final__content h2 span {
  display: block;
  margin-top: 8px;
  color: #f5ad00;
  text-shadow:
    0 0 28px rgba(245, 173, 0, 0.13),
    0 14px 38px rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.stead-final__content > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: #b9c0b8;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================================
   TRUST LIST
========================================= */

.stead-final__trust {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.stead-final__trust-item {
  min-height: 68px;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.016)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.stead-final__trust-item svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  padding: 6px;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d6ff57,
      #8de300
    );
}

.stead-final__trust-item span {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

/* =========================================
   ACTIONS
========================================= */

.stead-final__actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.stead-final__button,
.stead-final__whatsapp {
  min-height: 60px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
}

.stead-final__button {
  min-width: 190px;
  color: #081004;
  background:
    linear-gradient(
      135deg,
      #d8ff5d,
      #8de300
    );
  box-shadow:
    0 18px 38px rgba(141, 227, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.stead-final__button::after {
  content: "→";
  margin-left: 13px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.stead-final__button:hover {
  transform: translateY(-5px);
  box-shadow:
    0 27px 50px rgba(141, 227, 0, 0.32);
}

.stead-final__button:hover::after {
  transform: translateX(5px);
}

.stead-final__whatsapp {
  min-width: 180px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.stead-final__whatsapp::after {
  content: "↗";
  margin-left: 13px;
  color: #8de300;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.stead-final__whatsapp:hover {
  color: #8de300;
  border-color: rgba(141, 227, 0, 0.46);
  background: rgba(141, 227, 0, 0.06);
  transform: translateY(-5px);
}

.stead-final__whatsapp:hover::after {
  transform: translate(4px, -4px);
}

/* =========================================
   RIGHT VISUAL
========================================= */

.stead-final__visual {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.stead-final__visual::before {
  content: "";
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(141, 227, 0, 0.2);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.15),
      rgba(141, 227, 0, 0.035) 42%,
      transparent 70%
    );
  box-shadow:
    inset 0 0 85px rgba(141, 227, 0, 0.035),
    0 0 120px rgba(141, 227, 0, 0.07);
}

.stead-final__visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  width: 455px;
  height: 455px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(245, 173, 0, 0.27);
  animation: steadFinalRing 26s linear infinite;
}

.stead-final__word {
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.035);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(115px, 11vw, 190px);
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-transform: uppercase;
}

.stead-final__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.38),
      rgba(245, 173, 0, 0.1) 44%,
      transparent 72%
    );
  filter: blur(32px);
  animation: steadFinalGlow 5s ease-in-out infinite;
}

.stead-final__visual > img {
  position: relative;
  z-index: 4;
  width: min(500px, 74%);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 38px 46px rgba(0, 0, 0, 0.82))
    drop-shadow(0 0 28px rgba(141, 227, 0, 0.15));
  animation: steadFinalProduct 5.2s ease-in-out infinite;
}

/* =========================================
   FLOATING CAMPAIGN CARD
========================================= */

.stead-final__floating-card {
  position: absolute;
  z-index: 8;
  right: 1%;
  bottom: 11%;
  width: 210px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(
      145deg,
      rgba(19, 23, 18, 0.94),
      rgba(6, 8, 6, 0.8)
    );
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  animation: steadFinalCard 4.7s ease-in-out infinite;
}

.stead-final__floating-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      #8de300,
      #f5ad00
    );
}

.stead-final__floating-card small {
  display: block;
  margin-bottom: 8px;
  color: #8de300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stead-final__floating-card strong {
  display: block;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

/* =========================================
   BOTTOM STRIP
========================================= */

.stead-final__bottom {
  position: relative;
  z-index: 8;
  min-height: 92px;
  padding: 0 max(40px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      90deg,
      rgba(8, 10, 8, 0.94),
      rgba(14, 17, 13, 0.86),
      rgba(8, 10, 8, 0.94)
    );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.stead-final__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      transparent,
      #8de300 30%,
      #f5ad00 70%,
      transparent
    );
}

.stead-final__bottom-item {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.stead-final__bottom-item:last-child {
  border-right: 0;
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes steadFinalRing {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes steadFinalGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.94);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes steadFinalProduct {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-16px) rotate(1.5deg);
  }
}

@keyframes steadFinalCard {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(-11px) rotate(-1deg);
  }
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {
  .stead-final__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-final::before {
    width: min(1540px, calc(100% - 100px));
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-final {
    padding-top: 108px;
  }

  .stead-final__container {
    width: min(1180px, calc(100% - 56px));
    min-height: 660px;
    grid-template-columns:
      minmax(0, 0.92fr)
      minmax(440px, 1.08fr);
    gap: 42px;
  }

  .stead-final::before {
    width: calc(100% - 56px);
  }

  .stead-final__content h2 {
    font-size: clamp(60px, 6.4vw, 92px);
  }

  .stead-final__visual {
    min-height: 600px;
  }

  .stead-final__visual::before {
    width: 520px;
    height: 520px;
  }

  .stead-final__visual::after {
    width: 400px;
    height: 400px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
  .stead-final {
    padding-top: 94px;
  }

  .stead-final__container {
    width: min(940px, calc(100% - 44px));
    min-height: auto;
    padding-bottom: 88px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stead-final::before {
    width: calc(100% - 44px);
  }

  .stead-final__content {
    max-width: 760px;
  }

  .stead-final__content h2 {
    font-size: clamp(62px, 9vw, 88px);
  }

  .stead-final__visual {
    min-height: 640px;
  }

  .stead-final__visual > img {
    width: min(460px, 58%);
  }

  .stead-final__bottom {
    padding: 0 22px;
  }
}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {
  .stead-final__container {
    width: calc(100% - 36px);
  }

  .stead-final::before {
    width: calc(100% - 36px);
  }

  .stead-final__trust {
    grid-template-columns: 1fr;
  }

  .stead-final__trust-item {
    min-height: 60px;
  }

  .stead-final__visual {
    min-height: 570px;
  }

  .stead-final__floating-card {
    right: 2%;
    width: 190px;
  }

  .stead-final__bottom {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .stead-final__bottom-item {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stead-final__bottom-item:last-child {
    border-bottom: 0;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-final {
    padding-top: 74px;
  }

  .stead-final__background {
    background-size: 36px 36px;
  }

  .stead-final__background::before {
    top: 4%;
    font-size: 105px;
  }

  .stead-final__container {
    width: calc(100% - 30px);
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .stead-final::before {
    width: calc(100% - 30px);
  }

  .stead-final__content {
    width: 100%;
    max-width: none;
  }

  .stead-final__label {
    min-height: 31px;
    margin-bottom: 15px;
    padding: 0 13px;
    font-size: 10px;
  }

  .stead-final__content h2 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.92;
  }

  .stead-final__content > p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .stead-final__trust {
    margin-top: 24px;
    gap: 8px;
  }

  .stead-final__trust-item {
    min-height: 58px;
    padding: 11px 12px;
  }

  .stead-final__actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .stead-final__button,
  .stead-final__whatsapp {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .stead-final__visual {
    order: -1;
    width: calc(100% + 30px);
    min-height: 500px;
    margin: -32px -15px 0;
    overflow: hidden;
  }

  .stead-final__visual::before {
    width: 410px;
    height: 410px;
  }

  .stead-final__visual::after {
    width: 315px;
    height: 315px;
  }

  .stead-final__word {
    top: 48px;
    font-size: 90px;
  }

  .stead-final__visual > img {
    width: min(330px, 68%);
  }

  .stead-final__floating-card {
    right: 12px;
    bottom: 28px;
    width: 155px;
    padding: 15px;
  }

  .stead-final__floating-card small {
    font-size: 8px;
  }

  .stead-final__floating-card strong {
    font-size: 17px;
  }

  .stead-final__bottom {
    padding: 15px;
  }

  .stead-final__bottom-item {
    min-height: 54px;
    font-size: 13px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-final__container {
    width: calc(100% - 24px);
  }

  .stead-final::before {
    width: calc(100% - 24px);
  }

  .stead-final__content h2 {
    font-size: clamp(44px, 13.5vw, 58px);
  }

  .stead-final__visual {
    width: calc(100% + 24px);
    min-height: 455px;
    margin-right: -12px;
    margin-left: -12px;
  }

  .stead-final__visual > img {
    width: min(295px, 72%);
  }

  .stead-final__floating-card {
    right: 6px;
    width: 142px;
  }
}

/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {
  .stead-final__button:hover,
  .stead-final__whatsapp:hover {
    transform: none;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-final *,
  .stead-final *::before,
  .stead-final *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .stead-final__visual > img,
  .stead-final__glow,
  .stead-final__floating-card,
  .stead-final__button,
  .stead-final__whatsapp {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4e2b52 *//* =========================================
   STEAD POMADE — SECTION 11
   PREMIUM FOOTER
   PART 1 — BASE + BACKGROUND + BRAND
========================================= */

.stead-footer,
.stead-footer * {
  box-sizing: border-box;
}

.stead-footer img {
  display: block;
  max-width: 100%;
}

.stead-footer a {
  color: inherit;
  text-decoration: none;
}

.stead-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 92px 0 34px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(141, 227, 0, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(245, 173, 0, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #030403 0%,
      #070907 58%,
      #020302 100%
    );
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.stead-footer__background {
  position: absolute;
  inset: 0;
  z-index: -6;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  opacity: 0.32;
}

.stead-footer__background::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -120px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(141, 227, 0, 0.18),
      rgba(141, 227, 0, 0.03) 46%,
      transparent 72%
    );
  filter: blur(42px);
}

.stead-footer__background::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -210px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(245, 173, 0, 0.13),
      rgba(245, 173, 0, 0.025) 48%,
      transparent 72%
    );
  filter: blur(48px);
}

.stead-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 80px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.52),
      rgba(245, 173, 0, 0.5),
      transparent
    );
}

.stead-footer::after {
  content: "";
  position: absolute;
  top: 18%;
  right: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px dashed rgba(141, 227, 0, 0.13);
  box-shadow:
    0 0 0 34px rgba(141, 227, 0, 0.01),
    0 0 0 68px rgba(141, 227, 0, 0.006);
}

/* =========================================
   CONTAINER
========================================= */

.stead-footer__container {
  position: relative;
  z-index: 5;
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================================
   FOOTER MAIN GRID
========================================= */

.stead-footer__main {
  display: grid;
  grid-template-columns:
    minmax(300px, 1.35fr)
    minmax(150px, 0.65fr)
    minmax(190px, 0.78fr)
    minmax(250px, 1fr);
  gap: 54px;
  align-items: start;
}

/* =========================================
   BRAND
========================================= */

.stead-footer__brand {
  position: relative;
  max-width: 460px;
}

.stead-footer__brand::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -26px;
  width: 58px;
  height: 58px;
  border-top: 2px solid rgba(141, 227, 0, 0.5);
  border-left: 2px solid rgba(141, 227, 0, 0.5);
  pointer-events: none;
}

.stead-footer__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  margin-bottom: 24px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.stead-footer__logo:hover {
  transform: translateY(-4px);
  opacity: 0.92;
}

.stead-footer__logo img {
  width: auto;
  max-width: 220px;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(0 12px 24px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 18px rgba(141, 227, 0, 0.07));
}

.stead-footer__brand p {
  max-width: 430px;
  margin: 0;
  color: #aeb5ad;
  font-size: 14px;
  line-height: 1.8;
}

.stead-footer__tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  padding-left: 46px;
  color: #f5ad00;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-footer__tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 2px;
  transform: translateY(-50%);
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00
    );
  box-shadow:
    0 0 16px rgba(141, 227, 0, 0.15);
}

/* =========================================
   FOOTER LARGE WORD BASE
   Full positioning sambung Part 3
========================================= */

.stead-footer__word {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 58px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(90px, 15vw, 250px);
  line-height: 0.72;
  letter-spacing: -0.075em;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
}

/* =========================================
   LARGE DESKTOP BASE
========================================= */

@media (min-width: 1500px) {
  .stead-footer__container {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-footer::before {
    width: min(1540px, calc(100% - 100px));
  }

  .stead-footer__main {
    gap: 68px;
  }
}
/* =========================================
   STEAD POMADE — SECTION 11
   PREMIUM FOOTER
   PART 2 — COLUMNS + CONTACT + SOCIALS
========================================= */

/* =========================================
   FOOTER COLUMNS
========================================= */

.stead-footer__column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stead-footer__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.stead-footer__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00
    );
}

.stead-footer__column > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 2px 0;
  color: #aeb5ad;
  font-size: 13px;
  line-height: 1.5;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.stead-footer__column > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #8de300;
  transition: width 0.3s ease;
}

.stead-footer__column > a:hover {
  color: #ffffff;
  transform: translateX(6px);
}

.stead-footer__column > a:hover::before {
  width: 100%;
}

.stead-footer__column > a:last-of-type {
  margin-bottom: 0;
}

/* =========================================
   CONTACT COLUMN
========================================= */

.stead-footer__contact {
  position: relative;
}

.stead-footer__contact > a {
  word-break: break-word;
}

.stead-footer__contact > p {
  margin: 16px 0 0;
  color: #8a9189;
  font-size: 12px;
  line-height: 1.6;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.stead-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.stead-footer__socials a {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.016)
    );
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.stead-footer__socials a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(
      circle at center,
      rgba(141, 227, 0, 0.18),
      transparent 68%
    );
  transition: opacity 0.3s ease;
}

.stead-footer__socials a:hover {
  color: #0a0d05;
  border-color: rgba(141, 227, 0, 0.5);
  background:
    linear-gradient(
      135deg,
      #d7ff59,
      #8de300
    );
  box-shadow:
    0 18px 36px rgba(141, 227, 0, 0.2);
  transform: translateY(-5px);
}

.stead-footer__socials a:hover::before {
  opacity: 1;
}

.stead-footer__socials svg {
  position: relative;
  z-index: 2;
  width: 21px;
  height: 21px;
}

/* =========================================
   COLUMN DECORATION
========================================= */

.stead-footer__column::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -26px;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.12),
      transparent
    );
}

.stead-footer__column:last-child::after {
  display: none;
}

/* =========================================
   HOVER POLISH
========================================= */

.stead-footer__column,
.stead-footer__brand {
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.stead-footer__main:hover > * {
  opacity: 0.68;
}

.stead-footer__main > *:hover {
  opacity: 1;
  transform: translateY(-4px);
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1280px) {
  .stead-footer {
    padding-top: 82px;
  }

  .stead-footer__container {
    width: min(1180px, calc(100% - 56px));
  }

  .stead-footer::before {
    width: calc(100% - 56px);
  }

  .stead-footer__main {
    grid-template-columns:
      minmax(280px, 1.2fr)
      minmax(135px, 0.62fr)
      minmax(175px, 0.75fr)
      minmax(230px, 0.95fr);
    gap: 40px;
  }

  .stead-footer__column::after {
    right: -20px;
  }

  .stead-footer__logo img {
    max-width: 195px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {
  .stead-footer {
    padding-top: 74px;
  }

  .stead-footer__container {
    width: min(940px, calc(100% - 44px));
  }

  .stead-footer::before {
    width: calc(100% - 44px);
  }

  .stead-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 34px;
  }

  .stead-footer__brand {
    max-width: 100%;
  }

  .stead-footer__column::after {
    display: none;
  }

  .stead-footer__main:hover > * {
    opacity: 1;
  }

  .stead-footer__main > *:hover {
    transform: none;
  }
}

/* =========================================
   TABLET PORTRAIT
========================================= */

@media (max-width: 820px) {
  .stead-footer__container {
    width: calc(100% - 36px);
  }

  .stead-footer::before {
    width: calc(100% - 36px);
  }

  .stead-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 26px;
  }

  .stead-footer__brand {
    grid-column: 1 / -1;
  }

  .stead-footer__contact {
    grid-column: 1 / -1;
  }

  .stead-footer__socials {
    margin-top: 22px;
  }
}
/* =========================================
   STEAD POMADE — SECTION 11
   PREMIUM FOOTER
   PART 3 — BOTTOM + RESPONSIVE
========================================= */

/* =========================================
   DIVIDER
========================================= */

.stead-footer__divider {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 58px 0 30px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.12) 18%,
      rgba(255, 255, 255, 0.12) 82%,
      transparent
    );
}

.stead-footer__divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 170px;
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      #8de300,
      #f5ad00,
      transparent
    );
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.stead-footer__bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.stead-footer__bottom > p {
  margin: 0;
  color: #7f867e;
  font-size: 11px;
  line-height: 1.6;
}

.stead-footer__bottom > p span {
  color: #aeb5ad;
}

/* =========================================
   LEGAL LINKS
========================================= */

.stead-footer__legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.stead-footer__legal a {
  position: relative;
  color: #8f968e;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.stead-footer__legal a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      #8de300,
      #f5ad00
    );
  transition: width 0.3s ease;
}

.stead-footer__legal a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.stead-footer__legal a:hover::after {
  width: 100%;
}

/* =========================================
   LARGE FOOTER WORD
========================================= */

.stead-footer__word {
  position: relative;
  z-index: 2;
  margin-top: 55px;
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.025);
  text-shadow:
    0 0 60px rgba(141, 227, 0, 0.025);
}

.stead-footer__word::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 42%;
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(141, 227, 0, 0.26),
      rgba(245, 173, 0, 0.26),
      transparent
    );
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 680px) {
  .stead-footer {
    padding: 66px 0 24px;
  }

  .stead-footer__background {
    background-size: 36px 36px;
  }

  .stead-footer__background::before {
    top: -140px;
    left: -170px;
    width: 330px;
    height: 330px;
  }

  .stead-footer__background::after {
    right: -190px;
    bottom: -180px;
    width: 390px;
    height: 390px;
  }

  .stead-footer__container {
    width: calc(100% - 30px);
  }

  .stead-footer::before {
    width: calc(100% - 30px);
  }

  .stead-footer__main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .stead-footer__brand,
  .stead-footer__contact {
    grid-column: auto;
  }

  .stead-footer__brand::before {
    top: -18px;
    left: -12px;
    width: 42px;
    height: 42px;
  }

  .stead-footer__logo {
    min-height: 62px;
    margin-bottom: 20px;
  }

  .stead-footer__logo img {
    max-width: 175px;
    max-height: 72px;
  }

  .stead-footer__brand p {
    max-width: none;
    font-size: 13px;
    line-height: 1.7;
  }

  .stead-footer__tagline {
    margin-top: 21px;
    padding-left: 40px;
    font-size: 14px;
  }

  .stead-footer__tagline::before {
    width: 29px;
  }

  .stead-footer__title {
    margin-bottom: 19px;
    font-size: 13px;
  }

  .stead-footer__column > a {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .stead-footer__contact > p {
    margin-top: 13px;
  }

  .stead-footer__socials {
    margin-top: 20px;
  }

  .stead-footer__socials a {
    width: 43px;
    height: 43px;
  }

  .stead-footer__socials svg {
    width: 20px;
    height: 20px;
  }

  .stead-footer__divider {
    margin: 42px 0 24px;
  }

  .stead-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .stead-footer__bottom > p {
    font-size: 10px;
  }

  .stead-footer__legal {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .stead-footer__legal a {
    font-size: 9px;
  }

  .stead-footer__word {
    margin-top: 40px;
    font-size: clamp(58px, 18vw, 105px);
    line-height: 0.75;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .stead-footer__container {
    width: calc(100% - 24px);
  }

  .stead-footer::before {
    width: calc(100% - 24px);
  }

  .stead-footer__main {
    gap: 32px;
  }

  .stead-footer__logo img {
    max-width: 160px;
  }

  .stead-footer__brand p {
    font-size: 12px;
  }

  .stead-footer__tagline {
    font-size: 13px;
  }

  .stead-footer__legal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
  }

  .stead-footer__word {
    font-size: clamp(52px, 17vw, 88px);
  }
}

/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 360px) {
  .stead-footer__socials a {
    width: 40px;
    height: 40px;
  }

  .stead-footer__legal {
    grid-template-columns: 1fr;
  }

  .stead-footer__word {
    font-size: 50px;
  }
}

/* =========================================
   TOUCH DEVICES
========================================= */

@media (hover: none) {
  .stead-footer__logo:hover,
  .stead-footer__column > a:hover,
  .stead-footer__socials a:hover,
  .stead-footer__legal a:hover {
    transform: none;
  }

  .stead-footer__main:hover > * {
    opacity: 1;
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .stead-footer *,
  .stead-footer *::before,
  .stead-footer *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .stead-footer__logo,
  .stead-footer__column,
  .stead-footer__brand,
  .stead-footer__column > a,
  .stead-footer__socials a,
  .stead-footer__legal a {
    transform: none !important;
  }
}/* End custom CSS */