
/* =========================================================
   PLATFORM PAGE V2
   CLEAN REDESIGN
   ========================================================= */


.fpv2-body {
  --v2-bg: #fff9fb;
  --v2-soft: #fff2f7;
  --v2-card: #ffffff;
  --v2-rose: #d84f85;
  --v2-rose-dark: #b63d6d;
  --v2-plum: #58223f;
  --v2-deep: #321323;
  --v2-muted: #806d78;
  --v2-border: rgba(116,65,91,.11);

  margin: 0;

  color: var(--v2-deep);

  background:
    linear-gradient(
      180deg,
      #fff9fb 0%,
      #fcf7fb 100%
    );
}


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

.fpv2-page {
  min-height: 70vh;
}


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

.fpv2-hero {
  padding:
    34px 0 22px;

  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(221,92,143,.13),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #fffafd,
      #fff4f8
    );

  border-bottom:
    1px solid
    rgba(116,65,91,.07);
}


.fpv2-back {
  display: inline-flex;

  align-items: center;

  gap: 5px;

  margin-bottom: 25px;

  color: var(--v2-rose-dark);

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

  text-decoration: none;
}


.fpv2-heading {
  display: grid;

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

  align-items: center;

  gap: 16px;
}


.fpv2-platform-icon {
  display: grid;

  place-items: center;

  width: 76px;
  height: 76px;

  border:
    1px solid
    rgba(116,65,91,.08);

  border-radius: 22px;

  color: var(--v2-rose);

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

  box-shadow:
    0 12px 30px
    rgba(77,37,58,.06);

  font-size: 30px;
}


.fpv2-heading-copy {
  min-width: 0;
}


.fpv2-eyebrow {
  display: block;

  margin-bottom: 5px;

  color: var(--v2-rose);

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

  letter-spacing: .16em;
}


.fpv2-heading h1 {
  margin: 0;

  color: var(--v2-deep);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(
      34px,
      6vw,
      54px
    );

  line-height: .98;

  letter-spacing: -.035em;
}


.fpv2-heading p {
  max-width: 560px;

  margin:
    9px 0 0;

  color: var(--v2-muted);

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


.fpv2-service-count {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 4px;

  padding:
    8px 11px;

  border:
    1px solid
    rgba(190,61,111,.12);

  border-radius: 999px;

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

  white-space: nowrap;
}


.fpv2-service-count strong {
  color: var(--v2-rose-dark);

  font-size: 12px;
  line-height: 1;
}


.fpv2-service-count span {
  color: #a17a8d;

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

  letter-spacing: .08em;
}


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

.fpv2-switcher {
  display: flex;

  align-items: center;

  gap: 8px;

  margin-top: 24px;

  overflow-x: auto;

  padding:
    2px 0 4px;

  scrollbar-width: none;
}


.fpv2-switcher::-webkit-scrollbar {
  display: none;
}


.fpv2-switch {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  flex: 0 0 auto;

  min-height: 39px;

  padding:
    0 14px;

  border:
    1px solid
    rgba(116,65,91,.10);

  border-radius: 999px;

  color: #9b4c71;

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

  text-decoration: none;

  box-shadow:
    0 4px 12px
    rgba(79,38,59,.025);
}


.fpv2-switch.is-active {
  border-color:
    rgba(216,79,133,.24);

  background: #fff;

  box-shadow:
    0 5px 14px
    rgba(121,57,88,.06);
}


.fpv2-switch-icon {
  display: grid;

  place-items: center;

  width: 21px;
  height: 21px;

  font-size: 13px;
}


.fpv2-switch strong {
  font-size: 10px;
  font-weight: 800;

  white-space: nowrap;
}


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

.fpv2-products {
  padding:
    30px 0 58px;
}


.fpv2-grid {
  display: grid;

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

  align-items: start;

  gap:
    28px 20px;
}


.fpv2-card {
  min-width: 0;
}


.fpv2-card-link {
  display: block;

  color: inherit;

  text-decoration: none;
}


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

.fpv2-visual {
  position: relative;

  display: grid;

  place-items: center;

  width: 100%;

  aspect-ratio: 1 / 1;

  overflow: hidden;

  border:
    1px solid
    rgba(116,65,91,.09);

  border-radius: 21px;

  color: #fff;

  background:
    linear-gradient(
      145deg,
      #6c5060,
      #4c3947
    );

  box-shadow:
    0 12px 28px
    rgba(69,31,52,.07);
}


.fpv2-visual-followers {
  background:
    linear-gradient(
      145deg,
      #4c1738,
      #171932
    );
}


.fpv2-visual-likes {
  background:
    linear-gradient(
      145deg,
      #806b75,
      #5e5660
    );
}


.fpv2-visual-views {
  background:
    linear-gradient(
      145deg,
      #35182f,
      #132d55
    );
}


.fpv2-visual-comments {
  background:
    linear-gradient(
      145deg,
      #6a2850,
      #34355d
    );
}


.fpv2-visual-shares {
  background:
    linear-gradient(
      145deg,
      #702c52,
      #42334f
    );
}


.fpv2-mini-platform {
  position: absolute;

  top: 10px;
  left: 10px;

  display: grid;

  place-items: center;

  width: 29px;
  height: 29px;

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

  border-radius: 9px;

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

  color: #ec669c;

  font-size: 14px;
}


.fpv2-badge {
  position: absolute;

  top: 10px;
  right: 10px;

  max-width: 62%;

  overflow: hidden;

  padding:
    6px 9px;

  border-radius: 999px;

  color: #a63c69;

  background: #fff5f9;

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

  line-height: 1;

  white-space: nowrap;

  text-overflow: ellipsis;
}


.fpv2-main-icon {
  display: grid;

  place-items: center;

  width: 74px;
  height: 74px;

  border-radius: 22px;

  color: #fff;

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

  font-size: 39px;

  line-height: 1;
}


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

.fpv2-content {
  padding:
    11px 3px 0;
}


.fpv2-content h2 {
  display: -webkit-box;

  margin: 0;

  overflow: hidden;

  color: var(--v2-deep);

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

  line-height: 1.2;

  letter-spacing: -.018em;

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


.fpv2-content p {
  display: -webkit-box;

  min-height: 30px;

  margin:
    6px 0 9px;

  overflow: hidden;

  color: #8d7c86;

  font-size: 10px;

  line-height: 1.45;

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


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

.fpv2-price-row {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 7px;

  min-width: 0;

  margin-top: 2px;
}


.fpv2-price {
  display: flex;

  align-items: baseline;

  gap: 6px;

  min-width: 0;
}


.fpv2-price span {
  flex: 0 0 auto;

  color: #9e8793;

  font-size: 8px;
  font-weight: 700;

  line-height: 1;

  text-transform: uppercase;

  letter-spacing: .04em;
}


.fpv2-price strong {
  min-width: 0;

  color: var(--v2-deep);

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

  line-height: 1;

  white-space: nowrap;
}


.fpv2-coming-soon {
  overflow: hidden;

  color: #715d68 !important;

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

  text-overflow: ellipsis;

  white-space: nowrap;
}


.fpv2-arrow {
  display: grid;

  place-items: center;

  flex: 0 0 27px;

  width: 27px;
  height: 27px;

  border-radius: 9px;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #b63d6d,
      #db5b8d
    );

  font-size: 12px;

  box-shadow:
    0 5px 12px
    rgba(182,61,109,.15);
}


/* =========================================================
   UNAVAILABLE
   ========================================================= */

.fpv2-card.is-unavailable
.fpv2-visual {
  opacity: .76;

  filter: grayscale(.15);
}


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

.fpv2-empty {
  padding:
    50px 20px;

  text-align: center;
}


.fpv2-empty-icon {
  display: grid;

  place-items: center;

  width: 58px;
  height: 58px;

  margin:
    0 auto;

  border-radius: 17px;

  color: var(--v2-rose);

  background: #fff;
}


.fpv2-empty h2 {
  margin:
    14px 0 5px;

  color: var(--v2-deep);
}


.fpv2-empty p {
  margin: 0;

  color: var(--v2-muted);
}


/* =========================================================
   TABLET
   ========================================================= */

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

  .fpv2-grid {
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

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

  .fpv2-hero {
    padding:
      22px 0 18px;
  }


  .fpv2-back {
    margin-bottom: 19px;

    font-size: 10px;
  }


  .fpv2-heading {
    grid-template-columns:
      58px
      minmax(0,1fr)
      auto;

    gap: 10px;
  }


  .fpv2-platform-icon {
    width: 58px;
    height: 58px;

    border-radius: 17px;

    font-size: 23px;
  }


  .fpv2-eyebrow {
    margin-bottom: 4px;

    font-size: 7px;
  }


  .fpv2-heading h1 {
    font-size: 32px;
  }


  .fpv2-heading p {
    margin-top: 6px;

    font-size: 9px;

    line-height: 1.4;
  }


  .fpv2-service-count {
    align-self: start;

    gap: 3px;

    padding:
      6px 8px;
  }


  .fpv2-service-count strong {
    font-size: 10px;
  }


  .fpv2-service-count span {
    font-size: 6px;
  }


  .fpv2-switcher {
    gap: 6px;

    margin-top: 18px;
  }


  .fpv2-switch {
    min-height: 35px;

    padding:
      0 11px;
  }


  .fpv2-switch-icon {
    width: 18px;
    height: 18px;

    font-size: 11px;
  }


  .fpv2-switch strong {
    font-size: 9px;
  }


  .fpv2-products {
    padding:
      23px 0 46px;
  }


  .fpv2-grid {
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );

    gap:
      23px 13px;
  }


  /*
   * Compact visual size.
   * It does not fill the entire column.
   */

  .fpv2-visual {
    width: 88%;

    max-width: 145px;

    margin:
      0 auto;

    border-radius: 17px;
  }


  .fpv2-mini-platform {
    top: 8px;
    left: 8px;

    width: 24px;
    height: 24px;

    border-radius: 7px;

    font-size: 11px;
  }


  .fpv2-badge {
    top: 8px;
    right: 8px;

    max-width: 72px;

    padding:
      5px 7px;

    font-size: 6.5px;
  }


  .fpv2-main-icon {
    width: 49px;
    height: 49px;

    border-radius: 15px;

    font-size: 26px;
  }


  .fpv2-content {
    padding:
      9px 1px 0;
  }


  .fpv2-content h2 {
    font-size: 12px;

    line-height: 1.18;
  }


  .fpv2-content p {
    min-height: 0;

    margin:
      4px 0 7px;

    font-size: 8px;

    line-height: 1.35;

    -webkit-line-clamp: 1;
  }


  /*
   * Tiny clean price line.
   * No price box.
   */

  .fpv2-price-row {
    gap: 5px;

    margin-top: 0;
  }


  .fpv2-price {
    gap: 5px;
  }


  .fpv2-price span {
    font-size: 6px;

    letter-spacing: .03em;
  }


  .fpv2-price strong {
    font-size: 11px;
  }


  .fpv2-coming-soon {
    font-size: 8px !important;
  }


  .fpv2-arrow {
    flex-basis: 22px;

    width: 22px;
    height: 22px;

    border-radius: 7px;

    font-size: 9px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

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

  .fpv2-heading {
    grid-template-columns:
      54px
      minmax(0,1fr)
      auto;
  }


  .fpv2-platform-icon {
    width: 54px;
    height: 54px;
  }


  .fpv2-heading h1 {
    font-size: 29px;
  }


  .fpv2-grid {
    gap:
      21px 11px;
  }


  .fpv2-visual {
    width: 84%;

    max-width: 132px;
  }


  .fpv2-content h2 {
    font-size: 11px;
  }


  .fpv2-content p {
    font-size: 7.5px;
  }


  .fpv2-price strong {
    font-size: 10.5px;
  }


  .fpv2-coming-soon {
    font-size: 7.5px !important;
  }


  .fpv2-arrow {
    width: 20px;
    height: 20px;

    flex-basis: 20px;

    font-size: 8px;
  }

}


/* END PLATFORM PAGE V2 */


/* =========================================================
   PLATFORM V2 - MOBILE TOP BAR FIX V1
   ========================================================= */

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

  /* HEADER */

  .fpv2-body .site-header {
    position: sticky;
    top: 0;

    z-index: 50;

    border-bottom:
      1px solid
      rgba(116,65,91,.08);

    background:
      rgba(255,250,252,.94);

    backdrop-filter:
      blur(16px);

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

    box-shadow:
      0 4px 18px
      rgba(77,37,58,.035);
  }


  /* HEADER INNER */

  .fpv2-body
  .site-header
  .nav-shell {
    min-height: 62px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 10px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }


  /* HIDE DESKTOP NAV */

  .fpv2-body
  .site-header
  .desktop-nav {
    display: none !important;
  }


  /* BRAND */

  .fpv2-body
  .site-header
  .brand {
    display: inline-flex !important;

    align-items: center !important;

    gap: 9px !important;

    flex: 1 1 auto !important;

    min-width: 0 !important;

    margin-right: 0 !important;
  }


  /* ROSE LOGO */

  .fpv2-body
  .site-header
  .brand-mark {
    display: grid !important;

    place-items: center !important;

    flex: 0 0 40px !important;

    width: 40px !important;
    height: 40px !important;

    border-radius: 12px !important;

    color: #fff !important;

    background:
      linear-gradient(
        145deg,
        #e46b9a,
        #cf477d
      ) !important;

    box-shadow:
      0 7px 16px
      rgba(207,71,125,.17) !important;

    font-size: 19px !important;

    font-weight: 900 !important;
  }


  /* BRAND TEXT */

  .fpv2-body
  .site-header
  .brand > span:last-child {
    min-width: 0 !important;
  }


  .fpv2-body
  .site-header
  .brand strong {
    display: block !important;

    overflow: hidden !important;

    color: #321323 !important;

    font-size: 16px !important;

    font-weight: 850 !important;

    line-height: 1.05 !important;

    letter-spacing: -.015em !important;

    white-space: nowrap !important;

    text-overflow: ellipsis !important;
  }


  .fpv2-body
  .site-header
  .brand small {
    display: none !important;
  }


  /* RIGHT ACTION AREA */

  .fpv2-body
  .site-header
  .public-header-actions {
    display: flex !important;

    align-items: center !important;

    justify-content: flex-end !important;

    flex: 0 0 auto !important;

    margin-left: auto !important;
  }


  /* MENU BUTTON */

  .fpv2-body
  .fp-public-menu-trigger {
    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex: 0 0 40px !important;

    width: 40px !important;
    min-width: 40px !important;

    height: 40px !important;
    min-height: 40px !important;

    padding: 0 !important;

    border:
      1px solid
      rgba(116,65,91,.11) !important;

    border-radius: 12px !important;

    color: #58223f !important;

    background:
      rgba(255,255,255,.78) !important;

    box-shadow:
      0 5px 14px
      rgba(81,38,60,.045) !important;
  }


  .fpv2-body
  .fp-menu-trigger-lines {
    transform:
      scale(.88);
  }


  .fpv2-body
  .fp-menu-trigger-lines i {
    background:
      #58223f !important;
  }


  .fpv2-body
  .fp-menu-trigger-text {
    display: none !important;
  }

}


/* SMALL IPHONE */

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

  .fpv2-body
  .site-header
  .nav-shell {
    min-height: 58px !important;
  }


  .fpv2-body
  .site-header
  .brand-mark {
    flex-basis: 38px !important;

    width: 38px !important;
    height: 38px !important;

    border-radius: 11px !important;

    font-size: 18px !important;
  }


  .fpv2-body
  .site-header
  .brand strong {
    font-size: 15px !important;
  }


  .fpv2-body
  .fp-public-menu-trigger {
    flex-basis: 38px !important;

    width: 38px !important;
    min-width: 38px !important;

    height: 38px !important;
    min-height: 38px !important;

    border-radius: 11px !important;
  }

}

/* END PLATFORM V2 - MOBILE TOP BAR FIX V1 */
