/*
Theme Name: Futcoin Sniper Child
Theme URI: https://futcoinsniper.com/
Description: Child theme for Futcoin Sniper based on Flatsome
Author: Oleh Krasnianskyi
Version: 1.0.0
Template: flatsome
Text Domain: flatsome-child
*/

/* =========================================================
   FUTCOINSNIPER CHILD THEME
   Clean base file.

   IMPORTANT:
   Header styles were moved to assets/css/header.css
   to avoid conflicts between style.css and header.css.
========================================================= */

html,
body {
  margin: 0;
  background: #02060a;
}

* {
  box-sizing: border-box;
}

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

.fcs-site-footer {
  position: relative !important;
  z-index: 10 !important;
  padding: 40px 0 42px !important;
  background: #02060a !important;
}

.fcs-site-footer__shell {
  width: min(100% - 120px, 1720px) !important;
  margin: 0 auto !important;
}

.fcs-site-footer__box {
  position: relative !important;

  min-height: 335px !important;
  padding: 54px 90px !important;

  display: grid !important;
  grid-template-columns: 1.55fr 1.1fr 0.8fr 0.75fr !important;
  gap: 54px !important;
  align-items: start !important;

  border: 1px solid rgba(245, 174, 38, 0.78) !important;
  border-radius: 24px !important;

  background: transparent !important;
box-shadow: none !important;
backdrop-filter: none !important;
}

/* вертикальные линии */

.fcs-footer-subscribe,
.fcs-footer-platforms,
.fcs-footer-links,
.fcs-footer-connect {
  position: relative !important;
}

.fcs-footer-subscribe::after,
.fcs-footer-platforms::after,
.fcs-footer-links::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: -27px !important;

  width: 1px !important;
  height: 100% !important;

  background: linear-gradient(
    180deg,
    rgba(245, 174, 38, 0) 0%,
    rgba(245, 174, 38, 0.38) 50%,
    rgba(245, 174, 38, 0) 100%
  ) !important;
}

/* subscribe */

.fcs-footer-subscribe h3 {
  margin: 0 0 28px !important;

  color: #f7bd3d !important;
  font-size: 42px !important;
  line-height: 1 !important;
  font-weight: 900 !important;

  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 12px rgba(236, 204, 121, 0.16) !important;
}

.fcs-footer-email {
  width: 100% !important;
  max-width: 460px !important;
  height: 64px !important;

  display: flex !important;
  align-items: center !important;

  padding: 0 7px 0 0 !important;

  border: 1px solid rgba(245, 174, 38, 0.45) !important;
  border-radius: 20px !important;

  background: rgba(255, 255, 255, 0.045) !important;
  overflow: hidden !important;

  box-shadow:
    inset 0 0 18px rgba(0, 0, 0, 0.22),
    0 0 14px rgba(245, 174, 38, 0.05) !important;
}

.fcs-footer-email input {
  flex: 1 !important;
  height: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 26px !important;

  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fcs-footer-email input::placeholder {
  color: rgba(255, 255, 255, 0.72) !important;
}

.fcs-footer-email button {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
  border-radius: 50% !important;

  background: #f7bd3d !important;
  color: #071018 !important;

  cursor: pointer !important;

  box-shadow:
    0 0 18px rgba(236, 204, 121, 0.28),
    inset 0 0 10px rgba(255, 255, 255, 0.18) !important;

  line-height: 1 !important;

  transition:
    transform 0.2s ease,
    background 0.2s ease !important;
}

.fcs-footer-email button:hover {
  background: #eccc79 !important;
  transform: scale(1.03) !important;
}

.fcs-footer-email button span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 100% !important;

  font-size: 44px !important;
  line-height: 1 !important;
  font-weight: 900 !important;

  transform: translateY(-3px) !important;
}

.fcs-footer-subscribe p {
  max-width: 520px !important;
  margin: 34px 0 0 !important;

  color: #e6edf5 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* platforms */

.fcs-footer-platforms {
  padding-top: 4px !important;
}

.fcs-footer-platform-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
}

.fcs-footer-platform-row a,
.fcs-footer-theme-row {
  height: 68px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid rgba(245, 174, 38, 0.30) !important;
  border-radius: 8px !important;

  background: rgba(255, 255, 255, 0.035) !important;

  color: #e6edf5 !important;
  text-decoration: none !important;

  font-size: 20px !important;
  font-weight: 700 !important;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease !important;
}

.fcs-footer-platform-row a:hover {
  color: #f7bd3d !important;
  border-color: rgba(247, 189, 61, 0.72) !important;
  background: rgba(247, 189, 61, 0.06) !important;
}

.fcs-footer-theme-row {
  justify-content: space-between !important;
  padding: 0 18px 0 38px !important;
}

.fcs-footer-theme-row span {
  color: #e6edf5 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.fcs-footer-toggle {
  width: 150px !important;
  height: 56px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  padding: 0 10px !important;

  border: 2px solid rgba(236, 204, 121, 0.65) !important;
  border-radius: 999px !important;

  background: rgba(236, 204, 121, 0.13) !important;

  cursor: pointer !important;

  box-shadow:
    inset 0 0 20px rgba(236, 204, 121, 0.16),
    0 0 12px rgba(236, 204, 121, 0.12) !important;
}

.fcs-footer-toggle span {
  width: 42px !important;
  height: 42px !important;

  display: block !important;

  border-radius: 50% !important;
  background: #eccc79 !important;

  box-shadow:
    0 0 16px rgba(236, 204, 121, 0.45),
    inset 0 0 8px rgba(255, 255, 255, 0.25) !important;
}

/* links */

.fcs-footer-links h4,
.fcs-footer-connect h4 {
  margin: 0 0 26px !important;

  color: #f7bd3d !important;
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.fcs-footer-links a,
.fcs-footer-connect a {
  display: block !important;
  margin-bottom: 24px !important;

  color: #e6edf5 !important;
  text-decoration: none !important;

  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;

  transition: color 0.2s ease, transform 0.2s ease !important;
}

.fcs-footer-links a:hover,
.fcs-footer-connect a:hover {
  color: #f7bd3d !important;
  transform: translateX(2px) !important;
}

/* copyright */

.fcs-site-footer__copyright {
  margin-top: 32px !important;
  text-align: center !important;

  color: #e6edf5 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.fcs-site-footer__copyright span {
  color: #eccc79 !important;
  font-weight: 800 !important;
}
.fcs-footer-mobile-simple {
  display: none !important;
}

/* responsive */

@media (max-width: 1300px) {
  .fcs-site-footer__box {
    grid-template-columns: 1.2fr 1fr !important;
    gap: 42px !important;
  }

  .fcs-footer-subscribe::after,
  .fcs-footer-platforms::after,
  .fcs-footer-links::after {
    display: none !important;
  }
}

/* =========================================================
   MOBILE FOOTER — SIMPLE CENTERED VERSION
   ========================================================= */

.fcs-footer-mobile-simple {
  display: none !important;
}

@media (max-width: 900px) {
  .fcs-site-footer {
    position: relative !important;

    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 18px !important;

    padding: 18px 0 34px !important;

    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.90) 0%,
        rgba(0, 0, 0, 0.96) 100%
      ) !important;

    box-shadow:
      0 -26px 46px rgba(0, 0, 0, 0.78),
      inset 0 1px 0 rgba(247, 189, 61, 0.24) !important;
  }

  .fcs-site-footer::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: 1px !important;

    background: linear-gradient(
      90deg,
      rgba(247, 189, 61, 0) 0%,
      rgba(247, 189, 61, 0.65) 24%,
      rgba(247, 189, 61, 0.9) 50%,
      rgba(247, 189, 61, 0.65) 76%,
      rgba(247, 189, 61, 0) 100%
    ) !important;

    box-shadow: 0 0 18px rgba(247, 189, 61, 0.34) !important;
  }

  .fcs-site-footer__shell {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

  .fcs-site-footer__box {
  min-height: auto !important;

  display: block !important;

  width: 100% !important;
  max-width: none !important;

  padding: 18px 14px 28px !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
  .fcs-footer-platforms,
  .fcs-footer-links,
  .fcs-footer-connect {
    display: none !important;
  }

  .fcs-footer-subscribe::after,
  .fcs-footer-platforms::after,
  .fcs-footer-links::after {
    display: none !important;
    content: none !important;
  }

  .fcs-footer-subscribe {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .fcs-footer-subscribe h3 {
    margin: 0 0 18px !important;

    color: #f7bd3d !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
  }

  .fcs-footer-email {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;

    margin: 0 !important;
    padding: 0 5px 0 0 !important;

    border-radius: 16px !important;
    border: 1px solid rgba(245, 174, 38, 0.52) !important;

    background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.24) !important;
    overflow: hidden !important;
  }

  .fcs-footer-email input {
    height: 100% !important;

    padding: 0 18px !important;

    color: #ffffff !important;
    background: transparent !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    font-size: 15.5px !important;
    line-height: 56px !important;
    font-weight: 600 !important;
  }

  .fcs-footer-email input::placeholder {
    color: rgba(255, 255, 255, 0.68) !important;
  }

  .fcs-footer-email button {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #f7bd3d !important;
    color: #071018 !important;
  }

  .fcs-footer-email button span {
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    transform: translateY(-2px) !important;
  }

  .fcs-footer-subscribe p {
    max-width: none !important;
    margin: 20px 0 30px !important;

    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 15.5px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
  }

  .fcs-footer-mobile-simple {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .fcs-footer-mobile-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;

    column-gap: 26px !important;
    row-gap: 14px !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 auto 22px !important;
    padding: 0 2px !important;

    text-align: center !important;
  }

  .fcs-footer-mobile-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #ffffff !important;

    font-size: 15.5px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;

    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .fcs-footer-mobile-nav a:hover {
    color: #f7bd3d !important;
  }

  .fcs-footer-mobile-socials {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.fcs-footer-mobile-socials a {
  width: 38px !important;
  height: 38px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 50% !important;

  color: #f7bd3d !important;
  text-decoration: none !important;

  background: rgba(255, 255, 255, 0.02) !important;
  transition: 0.2s ease !important;
}

.fcs-footer-mobile-socials a:hover {
  border-color: #f7bd3d !important;
  background: rgba(247, 189, 61, 0.08) !important;
}

.fcs-footer-mobile-socials a svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

  .fcs-site-footer__copyright {
    margin-top: 20px !important;

    color: #e6edf5 !important;

    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
}
