.rf-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    padding 0.4s ease;
}

.rf-header.rf-header--hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}
.rf-header__btn.rf-header__btn--secondary.js-open-meeting {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 18px;
    background: #fff;
    border-radius: 999px;
    color: #ff5122;
    border: 1px solid #ff5122;
}

/* GLASS BACKGROUND */
.rf-header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.4s ease;

  /* GLASS EFFECT */
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.18),
      rgba(255,255,255,0.08)
    );

  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);

  border-bottom: 1px solid rgba(255,255,255,0.22);

  box-shadow:
    0 8px 32px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.rf-header.scrolled::before {
  opacity: 1;
}

.rf-header.scrolled {
  padding: 0;
}

/* CONTAINER */

.rf-header .custom-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* INNER */

.rf-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 64px;
}

/* LOGO */

.rf-header__logo {
  display: flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
}

.rf-header__logo img {
  max-height: 42px;
  width: auto;
  display: block;
}

/* NAVIGATION */

.desktop-nav {
  justify-self: center;
}

.desktop-nav .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.desktop-nav .hs-menu-wrapper > ul > li > a:hover {
  color: #000;
}

/* BUTTON */

.desktop-cta {
  justify-self: end;
}

.rf-header__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f56a44 0%, #eb5541 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(244, 106, 67, 0.22);
}


.rf-header__btn svg {
  transition: all 0.3s ease;
  height:30px;
  width:30px;
}



/* MOBILE TOGGLE */

.rf-header__toggle {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: none;
  justify-self: end;
  position: relative;
  z-index: 9999;
}

.rf-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111827;
  margin: 5px auto;
  transition: all 0.3s ease;
}

/* MOBILE MENU */

.rf-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  transition: all 0.45s ease;
  background: radial-gradient(at 15% 20%, rgba(254, 142, 57, .24), transparent 55%), radial-gradient(at 85% 30%, rgba(3, 100, 143, .14), transparent 50%), radial-gradient(at 50% 100%, rgba(255, 81, 34, .09), transparent 60%), linear-gradient(180deg, #fffefd, #fffbf8);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.rf-mobile-menu.active {
  right: 0;
}

.rf-mobile-menu__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding:50px 24px 20px;
}

.rf-mobile-menu__close {
  position: absolute;
  top: 28px;
  right: 24px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  color: #111827;
}

.rf-mobile-menu__nav {
  flex: 0;
}

.rf-mobile-menu__nav .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-mobile-menu__nav .hs-menu-wrapper > ul > li {
  margin-bottom: 28px;
}

.rf-mobile-menu__nav .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #111827;
  font-size: 30px;
  font-weight: 600;
}

.rf-mobile-menu__cta {
  text-align: center;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  button.rf-meeting-modal__close {
    right: 0px !IMPORTANT;
}
  .rf-header__cta.desktop-cta {
    display: none;
}
  
  
button:not([class*='splide_']), .button {

    font-family: 'Plus Jakarta Sans', sans-serif;

    font-style: normal;

    font-weight: normal;

    text-decoration: none;

    color: #fff;

    font-size: 18px;

        background: transparent;

    border: 0px solid #fe8e39;

    border-radius: 6px;

    padding: 11px 28px;

    text-transform: none;

    letter-spacing: -0.03em;

}
  .rf-header__btn{
  font-size: 14px;
    width: max-content;
  }

  .button, button:not([class*=splide_]) {

        background: transparent;

        border: 0 solid #fe8e39;

        border-radius: 6px;

        color: #000;

        font-family: Plus Jakarta Sans, sans-serif;

        font-size: 21px;

        font-style: normal;

        font-weight: 700;

        letter-spacing: -.03em;

        padding: 11px 28px;

        text-decoration: none;

        text-transform: none;

    }
  .rf-header__inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .rf-header__toggle {
    display: block;
  }

}

@media (max-width: 767px) {
.rf-header__cta.desktop-cta {
    display: none;
}
  .rf-header {
    padding: 14px 0;
  }

  .rf-header .custom-wrapper {
    padding: 0 18px;
  }

  .rf-header__logo img {
    max-height: 36px;
  }

  .rf-mobile-menu__nav .hs-menu-wrapper > ul > li > a {
    font-size: 21px;
    margin-bottom:8px
  }
    .rf-mobile-menu__nav .hs-menu-wrapper>ul>li

 {

    margin-bottom: 8px;

}

}











/* ==========================
   CTA BUTTONS
========================== */

.rf-header__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.rf-mobile-menu__cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}

.rf-header__cta.desktop-cta.rf-header__btn--secondary.js-open-meeting {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 18px;
    background: #fff;
    border-radius: 999px;
    color: #ff5122;
    border: 1px solid #ff5122;
}
}

.rf-header__btn--secondary:hover {
  background: #F9FAFB;
  color: #111827;
}

/* ==========================
   MEETING MODAL
========================== */

.rf-meeting-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.65);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .3s ease, visibility .3s ease;

  z-index: 999999;
}

.rf-meeting-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.rf-meeting-modal__overlay {
  position: absolute;
  inset: 0;
}

.rf-meeting-modal__content {
  position: relative;

  width: 1100px;
  max-width: calc(100vw - 40px);

  height: 750px;
  max-height: calc(100vh - 40px);

  
  border-radius: 16px;
  overflow: hidden;

  z-index: 2;

  transform: translateY(0);
}

.rf-meeting-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

button.rf-meeting-modal__close {
  position: absolute;
     align-items: center;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    font-size: 30px !important;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 120px;
    top: 14px;
    color: #000 !important;
    width: 42px;
    z-index: 5;
}

.rf-meeting-modal__close:hover {
  background: #f3f4f6;
}

/* MOBILE */

@media (max-width:767px){
.rf-header__cta.desktop-cta {
    display: none;
}
  .rf-meeting-modal__content{
      width:95vw;
      height:90vh;
      border-radius:12px;
  }

}