/* =========================================================
   FOLLOWERS STORE
   CONTACT VIP
   /contact
   ========================================================= */

.contact-vip-body {
  overflow-x: hidden;

  color: #101827;

  background: #06101d;
}


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

.contact-vip-body
.contact-page {
  position: relative;

  isolation: isolate;

  display: flex;

  align-items: center;

  justify-content: center;

  min-height:
    calc(100vh - 170px);

  padding:
    76px 20px 88px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(47,111,237,.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(76,68,216,.11),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #06101d,
      #091a30
    );
}


/* Grid texture */

.contact-vip-body
.contact-page::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: -2;

  pointer-events: none;

  opacity: .38;

  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:
    48px 48px;
}


/* Large ambient glow */

.contact-vip-body
.contact-page::after {
  content: "";

  position: absolute;

  z-index: -1;

  width: 650px;
  height: 650px;

  top: -450px;
  left: 50%;

  transform:
    translateX(-50%);

  border-radius: 50%;

  pointer-events: none;

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

  filter:
    blur(24px);
}


/* =========================================================
   CONTACT CARD
   ========================================================= */

.contact-vip-body
.contact-card {
  position: relative;

  width:
    min(
      620px,
      100%
    );

  height: auto;

  overflow: hidden;

  padding:
    38px;

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

  border-radius: 26px;

  color: #fff;

  background:
    rgba(8,23,42,.82);

  box-shadow:
    0 32px 90px
    rgba(0,0,0,.28);

  backdrop-filter:
    blur(20px);

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


.contact-vip-body
.contact-card::before {
  content: "";

  position: absolute;

  width: 230px;
  height: 230px;

  top: -145px;
  right: -105px;

  border-radius: 50%;

  pointer-events: none;

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

  filter:
    blur(4px);
}


/* =========================================================
   HEADING
   ========================================================= */

.contact-vip-body
.contact-eyebrow {
  position: relative;

  display: inline-flex;

  align-items: center;

  min-height: 27px;

  padding:
    0 10px;

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

  border-radius: 999px;

  color: #79a9ff;

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

  font-size: 8px;

  font-weight: 900;

  letter-spacing: .13em;

  text-transform: uppercase;
}


.contact-vip-body
.contact-card h1 {
  position: relative;

  max-width: 500px;

  margin:
    15px 0 12px;

  color: #fff;

  font-size:
    clamp(
      39px,
      7vw,
      56px
    );

  line-height: .96;

  letter-spacing: -.052em;
}


.contact-vip-body
.contact-description {
  position: relative;

  max-width: 500px;

  margin:
    0 0 28px;

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

  font-size: 13px;

  line-height: 1.65;
}


/* =========================================================
   TELEGRAM METHOD
   ========================================================= */

.contact-vip-body
.contact-method-card {
  position: relative;

  display: flex;

  align-items: center;

  gap: 14px;

  padding:
    16px;

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

  border-radius: 15px;

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


.contact-vip-body
.contact-method-icon {
  display: grid;

  place-items: center;

  flex:
    0 0 48px;

  width: 48px;
  height: 48px;

  border-radius: 13px;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #2163df,
      #3a8dff
    );

  box-shadow:
    0 12px 28px
    rgba(47,111,237,.2);

  font-size: 20px;
}


.contact-vip-body
.contact-method-info {
  display: grid;

  min-width: 0;

  gap: 2px;
}


.contact-vip-body
.contact-method-info small {
  color:
    rgba(189,205,226,.5);

  font-size: 8px;

  font-weight: 800;

  letter-spacing: .07em;

  text-transform: uppercase;
}


.contact-vip-body
.contact-method-info strong {
  color: #fff;

  font-size: 14px;

  line-height: 1.3;
}


.contact-vip-body
.contact-method-info span {
  color: #78a9ff;

  font-size: 12px;

  font-weight: 800;
}


/* =========================================================
   TELEGRAM BUTTON
   ========================================================= */

.contact-vip-body
.contact-telegram-button {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  width: 100%;

  min-height: 53px;

  margin-top: 12px;

  padding:
    0 17px;

  box-sizing: border-box;

  border-radius: 13px;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #2163df,
      #338cff
    );

  box-shadow:
    0 15px 32px
    rgba(47,111,237,.22);

  font-size: 11px;

  font-weight: 900;

  text-decoration: none;

  transition:
    transform .15s ease,
    box-shadow .15s ease;
}


.contact-vip-body
.contact-telegram-button:hover {
  transform:
    translateY(-1px);

  box-shadow:
    0 18px 38px
    rgba(47,111,237,.28);
}


.contact-vip-body
.contact-telegram-button span {
  display: grid;

  place-items: center;

  width: 27px;
  height: 27px;

  border-radius: 8px;

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

  font-size: 15px;
}


/* =========================================================
   ORDER NOTE
   ========================================================= */

.contact-vip-body
.contact-order-note {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  margin-top: 15px;

  padding:
    13px 14px;

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

  border-radius: 11px;

  color:
    rgba(190,205,225,.58);

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

  font-size: 10px;

  line-height: 1.55;
}


.contact-vip-body
.contact-order-note strong {
  display: grid;

  place-items: center;

  flex:
    0 0 24px;

  width: 24px;
  height: 24px;

  border-radius: 7px;

  color: #76a8ff;

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

  font-size: 11px;
}


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

.contact-vip-body
.contact-footer {
  padding:
    24px 20px
    calc(
      24px +
      env(safe-area-inset-bottom)
    );

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

  color:
    rgba(184,199,220,.44);

  background: #06101d;

  text-align: center;

  font-size: 9px;
}


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

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

  .contact-vip-body
  .contact-page {
    min-height:
      calc(100vh - 150px);

    align-items: flex-start;

    padding:
      38px 12px 52px;
  }


  .contact-vip-body
  .contact-card {
    padding:
      25px 18px 20px;

    border-radius: 20px;
  }


  .contact-vip-body
  .contact-card h1 {
    margin-top: 12px;

    font-size:
      clamp(
        37px,
        11vw,
        46px
      );
  }


  .contact-vip-body
  .contact-description {
    margin-bottom: 22px;

    font-size: 12px;
  }


  .contact-vip-body
  .contact-method-card {
    padding: 14px;

    border-radius: 13px;
  }


  .contact-vip-body
  .contact-method-icon {
    flex-basis: 44px;

    width: 44px;
    height: 44px;

    border-radius: 11px;
  }


  .contact-vip-body
  .contact-telegram-button {
    min-height: 50px;
  }

}


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

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

  .contact-vip-body
  .contact-page {
    padding-left: 10px;
    padding-right: 10px;
  }


  .contact-vip-body
  .contact-card {
    padding:
      23px 16px 18px;
  }


  .contact-vip-body
  .contact-card h1 {
    font-size: 36px;
  }

}
