/* =========================================================
   FOLLOWERS STORE
   PLATFORM VIP
   ========================================================= */

.platform-vip-body {
  overflow-x: hidden;
  background: #f2f5fa;
}


/* =========================================================
   HEADER
   ========================================================= */

.platform-vip-body .site-header {
  position: relative;
  z-index: 30;

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

  background:
    #06101d;
}

.platform-vip-body
.site-header .nav-shell {
  min-height: 82px;
}

.platform-vip-body
.site-header .brand {
  color: #fff;
}

.platform-vip-body
.site-header .brand-mark {
  color: #fff;

  background:
    linear-gradient(
      145deg,
      #2467e8,
      #3b8dff
    );

  box-shadow:
    0 12px 30px
    rgba(36,103,232,.23);
}

.platform-vip-body
.site-header .brand strong {
  color: #fff;
}

.platform-vip-body
.site-header .brand small {
  color:
    rgba(200,214,233,.6);
}

.platform-vip-body
.site-header .desktop-nav a {
  color:
    rgba(221,230,243,.58);
}

.platform-vip-body
.site-header .desktop-nav a:hover,
.platform-vip-body
.site-header .desktop-nav a.active-link {
  color: #fff;
}

.platform-vip-body
.site-header .public-shop-action,
.platform-vip-body
.site-header .public-login-link {
  color: #fff;
}

.platform-vip-body
.site-header .public-account-button {
  border:
    1px solid rgba(255,255,255,.12);

  color: #fff;

  background:
    rgba(255,255,255,.06);
}

.platform-vip-body
.site-header .fp-public-menu-trigger {
  border:
    1px solid rgba(255,255,255,.13);

  color: #fff;

  background:
    rgba(255,255,255,.06);

  box-shadow: none;
}


/* =========================================================
   PAGE
   ========================================================= */

.platform-vip-body .fp-platform-shop {
  min-height: 75vh;

  background:
    linear-gradient(
      180deg,
      #f2f5fa,
      #edf2f8
    );
}


/* =========================================================
   PLATFORM HERO
   ========================================================= */

.platform-vip-body
.fp-platform-shop-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  padding:
    42px 0 55px;

  border: 0;

  color: #fff;

  background:
    radial-gradient(
      circle at 76% 16%,
      rgba(48,124,255,.26),
      transparent 31%
    ),
    linear-gradient(
      145deg,
      #06101d,
      #09182d 55%,
      #06101d
    );
}

.platform-vip-body
.fp-platform-shop-header::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: -1;

  opacity: .38;

  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(255,255,255,.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.018) 1px,
      transparent 1px
    );

  background-size:
    52px 52px;
}


/* Instagram */

.platform-vip-instagram
.fp-platform-shop-header {
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(221,55,145,.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 63% 85%,
      rgba(112,67,255,.14),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #06101d,
      #11152d 55%,
      #07101e
    );
}


/* TikTok */

.platform-vip-tiktok
.fp-platform-shop-header {
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(42,211,220,.18),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #06101b,
      #071621,
      #07101c
    );
}


/* YouTube */

.platform-vip-youtube
.fp-platform-shop-header {
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(255,45,60,.2),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #071019,
      #20121b,
      #07101c
    );
}


/* Discord */

.platform-vip-discord
.fp-platform-shop-header {
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(88,101,242,.25),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #07101d,
      #111733,
      #07101d
    );
}


/* =========================================================
   BACK LINK
   ========================================================= */

.platform-vip-body
.fp-platform-back {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 29px;

  color:
    rgba(206,219,237,.68);

  font-size: 11px;
  font-weight: 800;

  text-decoration: none;
}

.platform-vip-body
.fp-platform-back:hover {
  color: #fff;
}


/* =========================================================
   HERO TITLE
   ========================================================= */

.platform-vip-body
.fp-platform-title-row {
  display: grid;

  grid-template-columns:
    84px
    minmax(0,1fr)
    auto;

  align-items: center;

  gap: 23px;
}

.platform-vip-body
.fp-platform-title-icon {
  display: grid;
  place-items: center;

  width: 84px;
  height: 84px;

  border:
    1px solid rgba(255,255,255,.12);

  border-radius: 25px;

  color: #fff;

  background:
    rgba(255,255,255,.065);

  box-shadow:
    0 20px 50px
    rgba(0,0,0,.2),
    inset 0 1px 0
    rgba(255,255,255,.05);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.platform-vip-body
.fp-platform-title-icon
.platform-brand-icon {
  width: 42px;
  height: 42px;
}

.platform-vip-body
.fp-platform-label {
  display: block;

  margin-bottom: 7px;

  color: #70a4ff;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: .14em;
}

.platform-vip-instagram
.fp-platform-label {
  color: #e875ad;
}

.platform-vip-body
.fp-platform-title-copy h1 {
  margin: 0;

  color: #fff;

  font-size:
    clamp(
      40px,
      6vw,
      62px
    );

  line-height: .95;

  letter-spacing: -.055em;
}

.platform-vip-body
.fp-platform-title-copy p {
  max-width: 620px;

  margin:
    12px 0 0;

  color:
    rgba(196,210,230,.68);

  font-size: 13px;
  line-height: 1.65;
}


/* SERVICE COUNT */

.platform-vip-body
.fp-platform-service-count {
  min-width: 105px;

  padding:
    14px 17px;

  border:
    1px solid rgba(255,255,255,.1);

  border-radius: 16px;

  background:
    rgba(255,255,255,.055);

  text-align: center;
}

.platform-vip-body
.fp-platform-service-count strong {
  color: #fff;

  font-size: 25px;
}

.platform-vip-body
.fp-platform-service-count span {
  color:
    rgba(192,207,228,.63);

  font-size: 8px;

  text-transform: uppercase;

  letter-spacing: .08em;
}


/* =========================================================
   PLATFORM SWITCHER
   ========================================================= */

.platform-vip-body
.fp-platform-switcher {
  display: flex;

  gap: 8px;

  margin-top: 33px;

  padding-bottom: 3px;

  overflow-x: auto;

  scrollbar-width: none;
}

.platform-vip-body
.fp-platform-switcher::-webkit-scrollbar {
  display: none;
}

.platform-vip-body
.fp-platform-switch {
  display: inline-flex;
  align-items: center;

  flex: 0 0 auto;

  gap: 8px;

  min-height: 39px;

  padding:
    5px 12px 5px 7px;

  border:
    1px solid rgba(255,255,255,.095);

  border-radius: 999px;

  color:
    rgba(216,226,240,.67);

  background:
    rgba(255,255,255,.045);

  font-size: 10px;

  text-decoration: none;
}

.platform-vip-body
.fp-platform-switch > span {
  display: grid;
  place-items: center;

  width: 28px;
  height: 28px;

  border-radius: 50%;

  background:
    rgba(255,255,255,.07);
}

.platform-vip-body
.fp-platform-switch
.platform-brand-icon {
  width: 15px;
  height: 15px;
}

.platform-vip-body
.fp-platform-switch strong {
  font-weight: 800;
}

.platform-vip-body
.fp-platform-switch.active {
  border-color:
    rgba(92,150,255,.38);

  color: #fff;

  background:
    rgba(47,111,237,.2);

  box-shadow:
    inset 0 0 0 1px
    rgba(72,137,246,.08);
}

.platform-vip-instagram
.fp-platform-switch.active {
  border-color:
    rgba(225,88,166,.33);

  background:
    rgba(201,64,143,.14);
}


/* =========================================================
   PRODUCTS
   ========================================================= */

.platform-vip-body
.fp-platform-products {
  padding:
    44px 0 78px;
}

.platform-vip-body
.fp-platform-product-grid {
  display: grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap: 15px;
}


/* =========================================================
   SERVICE CARD
   ========================================================= */

.platform-vip-body
.fp-service-card {
  min-width: 0;
}

.platform-vip-body
.fp-service-card-link {
  height: 100%;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border:
    1px solid rgba(15,23,42,.075);

  border-radius: 21px;

  color: inherit;

  background: #fff;

  text-decoration: none;

  box-shadow:
    0 14px 38px
    rgba(15,23,42,.065);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.platform-vip-body
a.fp-service-card-link:hover {
  transform:
    translateY(-4px);

  border-color:
    rgba(47,111,237,.2);

  box-shadow:
    0 22px 55px
    rgba(15,23,42,.105);
}


/* =========================================================
   SERVICE VISUAL
   ========================================================= */

.platform-vip-body
.fp-service-visual {
  position: relative;

  display: flex;
  flex-direction: column;

  aspect-ratio: auto;

  min-height: 178px;

  margin:
    10px 10px 0;

  overflow: hidden;

  border-radius: 16px;

  color: #fff;

  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(82,150,255,.26),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #07111f,
      #102545
    );
}

.platform-vip-body
.fp-service-visual::after {
  display: none;
}


/* Followers */

.platform-vip-body
.fp-service-visual-followers {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(138,82,255,.25),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      #07111f,
      #161633
    );
}


/* Likes */

.platform-vip-body
.fp-service-visual-likes {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(229,64,150,.28),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      #07111f,
      #24132c
    );
}


/* Views */

.platform-vip-body
.fp-service-visual-views {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(56,132,255,.3),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      #07111f,
      #10264a
    );
}


/* COMMENTS */

.platform-vip-body
.fp-service-visual-comments {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(42,184,210,.26),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      #07111f,
      #0d2a36
    );
}


/* =========================================================
   SERVICE PLATFORM NAME
   ========================================================= */

.platform-vip-body
.fp-service-platform-name {
  position: relative;
  z-index: 3;

  display: flex;
  align-items: center;

  gap: 8px;

  padding: 12px;

  color:
    rgba(226,235,246,.83);

  font-size: 9px;
}

.platform-vip-body
.fp-service-platform-name > span {
  display: grid;
  place-items: center;

  width: 27px;
  height: 27px;

  border:
    1px solid rgba(255,255,255,.08);

  border-radius: 8px;

  background:
    rgba(255,255,255,.07);
}

.platform-vip-body
.fp-service-platform-name
.platform-brand-icon {
  width: 15px;
  height: 15px;
}


/* MAIN SERVICE ICON */

.platform-vip-body
.fp-service-main-icon {
  display: grid;
  place-items: center;

  width: 64px;
  height: 64px;

  margin: auto;

  border:
    1px solid
    rgba(255,255,255,.11);

  border-radius: 19px;

  color: #fff;

  background:
    rgba(255,255,255,.055);

  box-shadow:
    0 12px 28px
    rgba(0,0,0,.11),
    inset 0 1px 0
    rgba(255,255,255,.04);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-size: 27px;
}



/* FOLLOWERS / USERS ICON */

.platform-vip-body
.fp-service-visual-followers
.fp-service-main-icon {
  position: relative;
}

.platform-vip-body
.fp-service-visual-followers
.fp-service-main-icon::before,
.platform-vip-body
.fp-service-visual-followers
.fp-service-main-icon::after {
  content: "";
  position: absolute;
}

.platform-vip-body
.fp-service-visual-followers
.fp-service-main-icon::before {
  width: 12px;
  height: 12px;

  top: 8px;
  left: 50%;

  transform:
    translateX(-50%);

  border:
    3px solid #fff;

  border-radius: 50%;
}

.platform-vip-body
.fp-service-visual-followers
.fp-service-main-icon::after {
  width: 25px;
  height: 13px;

  left: 50%;
  bottom: 8px;

  transform:
    translateX(-50%);

  border:
    3px solid #fff;

  border-bottom: 0;

  border-radius:
    16px 16px 0 0;
}


/* BADGE */

.platform-vip-body
.fp-service-badge {
  position: absolute;

  top: 11px;
  right: 11px;

  z-index: 5;

  max-width: 48%;

  padding:
    5px 8px;

  overflow: hidden;

  border:
    1px solid rgba(255,255,255,.1);

  border-radius: 999px;

  color: #fff;

  background:
    rgba(7,17,31,.43);

  box-shadow: none;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-size: 7px;
  font-weight: 850;

  text-overflow: ellipsis;

  white-space: nowrap;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.platform-vip-body
.fp-service-content {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding:
    16px 16px 17px;
}

.platform-vip-body
.fp-service-content h2 {
  margin: 0;

  color: #101827;

  font-size: 20px;

  line-height: 1.12;

  letter-spacing: -.035em;
}

.platform-vip-body
.fp-service-content p {
  display: -webkit-box;

  margin:
    7px 0 16px;

  overflow: hidden;

  color: #7b889b;

  font-size: 11px;

  line-height: 1.55;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* =========================================================
   PRICE
   ========================================================= */

.platform-vip-body
.fp-service-card-bottom {
  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 12px;

  margin-top: auto;

  padding-top: 15px;

  border-top:
    1px solid rgba(15,23,42,.065);
}

.platform-vip-body
.fp-service-price {
  display: grid;

  gap: 3px;

  min-width: 0;
}

.platform-vip-body
.fp-service-price span {
  color: #8995a6;

  font-size: 8px;

  font-weight: 750;

  text-transform: uppercase;

  letter-spacing: .06em;
}

.platform-vip-body
.fp-service-price strong {
  color: #101827;

  font-size: 24px;

  line-height: 1;
}

.platform-vip-body
.fp-service-arrow {
  display: grid;
  place-items: center;

  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  border-radius: 11px;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #2467e8,
      #338cff
    );

  box-shadow:
    0 10px 24px
    rgba(36,103,232,.22);

  font-size: 17px;
}


/* =========================================================
   COMING SOON
   ========================================================= */

.platform-vip-body
.fp-service-card.is-unavailable
.fp-service-card-link {
  opacity: 1;
  cursor: default;
}

.platform-vip-body
.fp-service-card.is-unavailable
.fp-service-visual {
  opacity: .72;
  filter:
    grayscale(.38);
}

.platform-vip-body
.fp-service-card.is-unavailable
.fp-service-content h2 {
  color: #344054;
}

.platform-vip-body
.fp-service-card.is-unavailable
.fp-service-content p {
  color: #98a2b3;
}

.platform-vip-body
.fp-service-card.is-unavailable
.fp-service-card-bottom {
  border-top-color:
    rgba(15, 23, 42, .055);
}

.platform-vip-body
.fp-coming-soon {
  color: #8b97a7 !important;

  font-size: 12px !important;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.platform-vip-body
.fp-platform-empty {
  padding:
    55px 24px;

  border:
    1px solid rgba(15,23,42,.075);

  border-radius: 21px;

  background: #fff;

  box-shadow:
    0 14px 38px
    rgba(15,23,42,.055);
}

.platform-vip-body
.fp-platform-empty > div {
  width: 62px;
  height: 62px;

  border-radius: 18px;

  background:
    #edf4ff;
}


/* =========================================================
   FOOTER
   ========================================================= */

.platform-vip-body
.site-footer {
  border-top:
    1px solid rgba(255,255,255,.06);

  color: #fff;

  background:
    #091423;
}

.platform-vip-body
.site-footer strong {
  color: #fff;
}

.platform-vip-body
.site-footer p,

.platform-vip-body
.site-footer .footer-note {
  color:
    rgba(190,204,222,.57);
}


/* =========================================================
   PLATFORM VIP TABLET
   ========================================================= */

@media screen and (max-width: 950px) {

  .platform-vip-body
  .fp-platform-product-grid {
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );

    gap: 13px;
  }

}


/* =========================================================
   PLATFORM VIP MOBILE
   ========================================================= */

@media screen and (max-width: 720px) {

  /* HEADER */

  .platform-vip-body
  .site-header .nav-shell {
    min-height: 68px;
  }


  /* HERO */

  .platform-vip-body
  .fp-platform-shop-header {
    padding:
      28px 0 36px;
  }

  .platform-vip-body
  .fp-platform-back {
    margin-bottom: 22px;

    font-size: 10px;
  }

  .platform-vip-body
  .fp-platform-title-row {
    grid-template-columns:
      59px
      minmax(0,1fr)
      auto;

    gap: 13px;
  }

  .platform-vip-body
  .fp-platform-title-icon {
    width: 59px;
    height: 59px;

    border-radius: 17px;
  }

  .platform-vip-body
  .fp-platform-title-icon
  .platform-brand-icon {
    width: 29px;
    height: 29px;
  }

  .platform-vip-body
  .fp-platform-label {
    margin-bottom: 4px;

    font-size: 7px;
  }

  .platform-vip-body
  .fp-platform-title-copy h1 {
    font-size:
      clamp(
        29px,
        9vw,
        39px
      );
  }

  .platform-vip-body
  .fp-platform-title-copy p {
    margin-top: 7px;

    font-size: 10px;

    line-height: 1.5;
  }

  .platform-vip-body
  .fp-platform-service-count {
    min-width: 64px;

    padding:
      9px 8px;

    border-radius: 12px;
  }

  .platform-vip-body
  .fp-platform-service-count strong {
    font-size: 19px;
  }

  .platform-vip-body
  .fp-platform-service-count span {
    font-size: 6px;
  }


  /* SWITCHER */

  .platform-vip-body
  .fp-platform-switcher {
    width:
      calc(100% + 18px);

    margin-top: 23px;

    padding-right: 18px;
  }

  .platform-vip-body
  .fp-platform-switch {
    min-height: 36px;

    padding:
      4px 10px 4px 5px;

    font-size: 9px;
  }

  .platform-vip-body
  .fp-platform-switch > span {
    width: 26px;
    height: 26px;
  }


  /* PRODUCT AREA */

  .platform-vip-body
  .fp-platform-products {
    padding:
      18px 0 55px;
  }

  .platform-vip-body
  .fp-platform-product-grid {
    grid-template-columns:
      minmax(0,1fr);

    gap: 10px;
  }


  /* SERVICE CARD */

  .platform-vip-body
  .fp-service-card-link {
    display: grid;

    grid-template-columns:
      125px
      minmax(0,1fr);

    align-items: center;

    min-height: 155px;

    padding: 7px;

    border-radius: 18px;

    background: #fff;
  }


  /* VISUAL */

  .platform-vip-body
  .fp-service-visual {
    width: 100%;

    min-height: 0;

    height: 112px;

    aspect-ratio: auto;

    align-self: center;

    margin: 0;

    border:
      1px solid
      rgba(255,255,255,.07);

    border-radius: 14px;

    box-shadow:
      inset 0 1px 0
      rgba(255,255,255,.035);
  }

  .platform-vip-body
  .fp-service-platform-name {
    position: absolute;

    top: 9px;
    left: 9px;

    z-index: 4;

    padding: 0;

    font-size: 7px;
  }

  .platform-vip-body
  .fp-service-platform-name strong {
    display: none;
  }

  .platform-vip-body
  .fp-service-platform-name > span {
    width: 25px;
    height: 25px;

    border-radius: 7px;
  }

  .platform-vip-body
  .fp-service-main-icon {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 54px;
    height: 54px;

    margin: 0;

    transform:
      translate(-50%, -50%);

    display: grid;
    place-items: center;

    border: 0;

    border-radius: 0;

    background: transparent;

    box-shadow: none;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    color: #fff;

    font-size: 29px;
  }

  .platform-vip-body
  .fp-service-badge {
    top: 9px;
    right: 9px;

    max-width: 66%;

    padding:
      4px 7px;

    font-size: 6px;
  }


  /* CONTENT */

  .platform-vip-body
  .fp-service-content {
    min-width: 0;

    padding:
      9px 11px 9px 14px;
  }

  .platform-vip-body
  .fp-service-content h2 {
    font-size: 17px;

    line-height: 1.1;
  }

  .platform-vip-body
  .fp-service-content p {
    margin:
      6px 0 11px;

    font-size: 9px;

    line-height: 1.45;

    -webkit-line-clamp: 2;
  }

  .platform-vip-body
  .fp-service-card-bottom {
    gap: 8px;

    padding-top: 10px;
  }

  .platform-vip-body
  .fp-service-price span {
    font-size: 6px;
  }

  .platform-vip-body
  .fp-service-price strong {
    font-size: 20px;
  }

  .platform-vip-body
  .fp-service-arrow {
    width: 33px;
    height: 33px;

    flex-basis: 33px;

    border-radius: 10px;

    font-size: 14px;
  }

}


/* =========================================================
   SMALL IPHONE
   ========================================================= */

@media screen and (max-width: 430px) {

  .platform-vip-body
  .fp-platform-title-row {
    grid-template-columns:
      55px
      minmax(0,1fr);
  }

  .platform-vip-body
  .fp-platform-service-count {
    grid-column:
      1 / 3;

    width: fit-content;

    min-width: 0;

    margin-top: 5px;

    display: flex;

    align-items: center;

    gap: 5px;

    padding:
      7px 10px;
  }

  .platform-vip-body
  .fp-platform-service-count strong {
    font-size: 14px;
  }

  .platform-vip-body
  .fp-platform-service-count span {
    margin: 0;

    font-size: 7px;
  }

  .platform-vip-body
  .fp-service-card-link {
    grid-template-columns:
      112px
      minmax(0,1fr);
  }

  .platform-vip-body
  .fp-service-content h2 {
    font-size: 16px;
  }

}
