body.search #header.escortify-discovery-header {
  background: rgba(13, 12, 15, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: auto !important;
  z-index: 1200;
}

body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
  max-width: 1360px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px;
}

body.search #header.escortify-discovery-header .hamburger {
  display: none;
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

body.search #header.escortify-discovery-header .hamburger a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

body.search .escortify-discovery-header__left {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
  flex: 1 1 auto;
}

body.search #header.escortify-discovery-header #logo.escortify-discovery-header__logo {
  float: none;
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.search #header.escortify-discovery-header #logo.escortify-discovery-header__logo a {
  display: inline-flex;
  align-items: center;
}

body.search #header.escortify-discovery-header #logo.escortify-discovery-header__logo img {
  width: auto;
  height: 38px;
}

body.search .escortify-discovery-header__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.search .escortify-discovery-header__nav a,
body.search .escortify-discovery-header__link,
body.search .escortify-discovery-header__account {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.search .escortify-discovery-header__nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "CircularXXWeb-Medium", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
}

body.search .escortify-discovery-header__nav a:hover,
body.search .escortify-discovery-header__link:hover,
body.search .escortify-discovery-header__account:hover {
  color: #fff;
}

body.search .escortify-discovery-header__nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 51, 102, 0.14);
  color: #ff3366;
  font-family: "CircularXXWeb-Bold", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.search .escortify-discovery-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 0 auto;
}

body.search .escortify-discovery-header__link {
  font-family: "CircularXXWeb-Medium", sans-serif;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

body.search .escortify-discovery-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ff3366;
  color: #fff !important;
  font-family: "CircularXXWeb-Bold", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  box-shadow: 0 18px 40px rgba(255, 51, 102, 0.22);
}

body.search .escortify-discovery-header__cta:hover {
  background: #ff4a78;
  transform: translateY(-1px);
}

body.search .escortify-discovery-header__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}

body.search .escortify-discovery-header__account {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "CircularXXWeb-Medium", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

body.search .escortify-discovery-header__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3366 0%, #7c3aed 100%);
  color: #fff;
  font-family: "CircularXXWeb-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.25);
}

body.search .escortify-discovery-subnav {
  margin-top: 88px;
  background: #0d0c0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1100;
}

body.search .escortify-discovery-subnav__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 20px;
  background: transparent;
}

body.search .escortify-discovery-subnav__inner fieldset,
body.search .escortify-discovery-subnav__inner nav {
  margin: 0;
}

body.search .escortify-discovery-subnav__inner ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

body.search .escortify-discovery-subnav__inner ul::-webkit-scrollbar {
  display: none;
}

body.search .escortify-discovery-subnav__inner li {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 14px;
  padding: 0 0 0 14px;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}

body.search .escortify-discovery-subnav__inner li:first-child {
  margin-left: 0;
  padding-left: 0;
}

body.search .escortify-discovery-subnav__inner li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
}

body.search .escortify-discovery-subnav__inner a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: "CircularXXWeb-Medium", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.search .escortify-discovery-subnav__inner a:hover,
body.search .escortify-discovery-subnav__inner a.pinkactive {
  color: #fff !important;
}

body.search .escortify-discovery-subnav__inner li:first-child a {
  color: #fff !important;
  font-family: "CircularXXWeb-Bold", sans-serif;
}

body.search .escortify-discovery-subnav__inner em {
  display: none !important;
}

body.search .fix_col {
  display: none;
}

body.search .intro_category.escortify-discovery-hero {
  background: #0d0c0f !important;
  min-height: 0;
  max-height: none;
  padding: 80px 0 56px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

body.search .intro_category.escortify-discovery-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 51, 102, 0.16), transparent 26%),
    radial-gradient(circle at 12% 24%, rgba(124, 58, 237, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
  max-width: 1360px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 56px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

body.search .escortify-discovery-hero .intro_cat_mini.escortify-discovery-hero__content {
  width: 100%;
}

body.search .escortify-discovery-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "CircularXXWeb-Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.search .escortify-discovery-hero__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

body.search .escortify-discovery-hero .intro_category_txt h1 {
  color: #fff;
  font-family: "CircularXXWeb-Bold", sans-serif;
  font-size: clamp(3rem, 5.1vw, 5rem);
  line-height: 0.98 !important;
  letter-spacing: -0.05em;
  margin: 0 0 26px;
  text-shadow: none;
  max-width: 760px;
}

body.search .escortify-discovery-hero .intro_category_txt p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "CircularXXWeb-Regular", sans-serif;
  font-size: clamp(1.0625rem, 2vw, 1.375rem);
  line-height: 1.58;
  text-shadow: none;
}

body.search .escortify-discovery-hero__actions {
  margin-top: 34px;
}

body.search .escortify-discovery-hero .lisakuulutus {
  margin: 0 !important;
  float: none;
  display: block;
  width: auto;
  max-width: none;
}

body.search .escortify-discovery-hero .lisakuulutus a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0 !important;
  width: auto !important;
  padding: 18px 30px;
  border-radius: 22px;
  background: #ff3366;
  border: 1px solid rgba(255, 51, 102, 0.32);
  box-shadow: 0 24px 60px rgba(255, 51, 102, 0.2);
  color: #fff !important;
  font-family: "CircularXXWeb-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.search .escortify-discovery-hero .lisakuulutus a::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 1;
}

body.search .escortify-discovery-hero .lisakuulutus a:hover {
  background: #ff4774;
  transform: translateY(-2px);
}

body.search .escortify-discovery-hero__visual {
  position: relative;
}

body.search .escortify-discovery-hero__glow {
  position: absolute;
  inset: auto auto 6% 10%;
  width: 72%;
  height: 72%;
  border-radius: 999px;
  background: rgba(255, 51, 102, 0.18);
  filter: blur(110px);
}

body.search .escortify-discovery-hero__card {
  position: relative;
  width: min(100%, 540px);
  margin-left: auto;
  aspect-ratio: 4 / 3;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #151218;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.48);
}

body.search .escortify-discovery-hero__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 12, 15, 0.08) 0%, rgba(13, 12, 15, 0.22) 42%, rgba(13, 12, 15, 0.54) 100%);
}

body.search .escortify-discovery-hero__card img,
body.search .escortify-discovery-hero__card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.search .escortify-discovery-hero__badge {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 10, 0.56);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  font-family: "CircularXXWeb-Medium", sans-serif;
  font-size: 14px;
}

body.search .escortify-discovery-hero__badge-dot {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3366 0%, #7c3aed 100%);
  box-shadow: 0 0 24px rgba(255, 51, 102, 0.32);
}

@media (max-width: 1100px) {
  body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    gap: 16px;
  }

  body.search .escortify-discovery-header__left {
    gap: 24px;
  }

  body.search .escortify-discovery-header__nav {
    gap: 18px;
  }

  body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    gap: 40px;
  }
}

@media (max-width: 920px) {
  body.search .escortify-discovery-header__nav {
    display: none;
  }

  body.search .escortify-discovery-header__account-text {
    display: none;
  }

  body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
    grid-template-columns: 1fr;
  }

  body.search .escortify-discovery-hero__card {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body.search #header.escortify-discovery-header .wrapper.escortify-discovery-header__inner {
    min-height: 72px;
    padding: 0 16px;
  }

  body.search #header.escortify-discovery-header .hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.search .escortify-discovery-header__actions {
    gap: 12px;
  }

  body.search .escortify-discovery-header__link {
    display: none;
  }

  body.search .escortify-discovery-header__cta {
    padding: 12px 16px;
    font-size: 13px;
  }

  body.search .escortify-discovery-header__avatar {
    width: 38px;
    height: 38px;
  }

  body.search .escortify-discovery-subnav {
    margin-top: 72px;
  }

  body.search .escortify-discovery-subnav__inner {
    padding: 12px 16px;
  }

  body.search .intro_category.escortify-discovery-hero {
    padding: 32px 0 42px;
  }

  body.search .escortify-discovery-hero .intro_category_txt.escortify-discovery-hero__inner {
    padding: 0 16px;
    gap: 30px;
  }

  body.search .escortify-discovery-hero .intro_category_txt h1 {
    margin-bottom: 20px;
  }

  body.search .escortify-discovery-hero .intro_category_txt p {
    font-size: 17px !important;
  }

  body.search .escortify-discovery-hero__actions {
    margin-top: 28px;
  }

  body.search .escortify-discovery-hero .lisakuulutus a {
    width: 100% !important;
    justify-content: center;
    padding: 16px 22px;
    border-radius: 18px;
  }

  body.search .escortify-discovery-hero__card {
    width: 100%;
    border-radius: 30px;
  }

  body.search .escortify-discovery-hero__badge {
    left: 18px;
    bottom: 18px;
    font-size: 13px;
  }
}
