.page-id-11 .ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
  display: none !important;
}

#s-logo {
  padding: 0 45px;
}

.headerr{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease;
}
#s-nav.hide-header{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}
#s-nav.hide-nav{
    transform: translateY(-120%);
    opacity: 0;
}

/* ══════ HERO ══════ */
#s-hero {
  position: relative;
  height: 220vh;
  background: #1a1a1a;
}

/* ── MOBILE: hide hero entirely, show sec2 directly ── */
@media (max-width: 768px) {
  #s-hero {
    display: none !important;
  }
  #s-main-pw {
    display: none !important;
  }
  #s-sec2-img {
    opacity: 1 !important;
  }
}

#s-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* BG Logo */
#s-logo {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  user-select: none;
}

/* Navbar */
#s-nav {
  /* position: absolute; */
  top: 0; left: 0; right: 0;
  padding: 22px 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 30;
}

#s-nav-left { display: flex; align-items: flex-start; gap: 12px; }
#s-nav-icon { width: 34px; height: 34px; flex-shrink: 0; opacity: 0.7; margin-top: 2px; }

#s-nav-desc {
  font-size: 8px; color: #666; max-width: 185px;
  line-height: 1.65; text-transform: uppercase; letter-spacing: 0.5px;
  font-family: Arial, sans-serif; font-weight: normal;
}

#s-join {
  border: 1px solid #555; border-radius: 20px; padding: 9px 22px;
  font-size: 10px; color: #bbb; background: transparent; cursor: pointer;
  letter-spacing: 1.5px; text-transform: uppercase; font-family: Arial, sans-serif;
  white-space: nowrap;
}
#s-join:hover { border-color: #aaa; color: #fff; }

/* Blur packets */
.s-bpw {
  position: absolute;
  pointer-events: none;
}
.s-bpw img { display: block; }

/* Main packet */
#s-main-pw {
  position: fixed;
  top: 0; left: 0;
  z-index: 100;
  pointer-events: none;
  display: none;
}
#s-main-pw img { display: block; width: 320px; }

/* ══════ SECTION 2 ══════ */
#s-sec2 {
    margin-top: -100vh;
    position: relative;
    z-index: 10;
  background: #1a1a1a;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  box-sizing: border-box;
}

#s-sec2 .sec2-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

#s-sec2-left {
  flex: 0 0 64%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 60px 0 60px 30px;
}

#s-sec2-left img {
  width: 420px;
  max-width: 100%;
  display: block;
  transform: rotate(-5deg);
}

#s-sec2-right {
  flex: 1;
  padding: 60px 0 60px 0px;
}

#s-sec2-right h2 {
  font-size: 46px; font-weight: 900; color: #fff;
  letter-spacing: 2px; margin-bottom: 18px;
  font-family: 'Arial Black', Arial, sans-serif;
}

#s-sec2-right p {
  font-size: 14px; color: #888; line-height: 1.75;
  margin-bottom: 26px; max-width: 380px;
  font-family: Arial, sans-serif; font-weight: normal;
}

.s-features { list-style: none; margin-bottom: 34px; }
.s-features li {
  font-size: 13px; color: #777; margin-bottom: 13px;
  display: flex; align-items: center; gap: 13px;
  font-family: Arial, sans-serif;
}
.s-features li::before {
  content: '';
  display: inline-block; width: 16px; height: 16px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline points='2.5,8 6,11.5 13.5,4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat;
}

.s-packs { display: flex; gap: 10px; margin-bottom: 18px; }
.s-pbtn {
  border: 1px solid #444; background: transparent; color: #aaa;
  padding: 12px 24px; font-size: 13px; cursor: pointer;
  border-radius: 4px; font-family: Arial, sans-serif;
  transition: background .15s, border-color .15s, color .15s;
}
.s-pbtn.active { background: #fff; color: #111; border-color: #fff; }
.s-pbtn:hover:not(.active) { border-color: #777; color: #ddd; }

.s-cta {
  display: block; width: 100%; max-width: 420px;
  background: #fff; color: #111; border: none;
  padding: 18px 32px; font-size: 13px; font-weight: 900;
  letter-spacing: 1.5px; cursor: pointer; border-radius: 3px;
  text-transform: uppercase; font-family: 'Arial Black', Arial, sans-serif;
}
.s-cta:hover { background: #e5e5e5; }

@media (max-width: 820px) {
  #s-sec2 { padding: 60px 6%; }
  #s-sec2 .sec2-wrapper { flex-direction: column; }
  #s-sec2-left { flex: none; width: 100%; justify-content: center; padding: 60px 0 20px; }
  #s-sec2-left img { width: 260px; }
  #s-sec2-right { padding: 20px 0 60px; }
  #s-sec2-right h2 { font-size: 34px; }
}

@media (max-width: 767px) {
  #s-sec2 .sec2-wrapper {
    display: flex;
    flex-direction: column;
  }
  .s-packs {
    display: flex;
    flex-direction: column;
  }
  #s-sec2 {
    margin-top: 0 !important;
  }
}

.s-cta.popmake-487.pum-trigger:focus {
    background: #fff;
}

#s-join a {
    color: #666666 !important;
    text-decoration: none !important;
    font-size: 14px;
}