/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/privacy/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.page_page__VBc3I {
  min-height: 100vh;
  background: #0B0B0B;
  color: #E8E8E8;
  padding: 120px 8% 60px;
}

.page_container__8zzTT {
  max-width: 900px;
  margin: 0 auto;
}

.page_logoContainer__5CmrA {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  animation: page_fadeInDown__yd7zP 0.8s ease-out;
}

@keyframes page_fadeInDown__yd7zP {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page_logoContainer__5CmrA img {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0px 0px 20px rgba(230, 193, 90, 0.6)) 
          drop-shadow(0px 0px 40px rgba(255, 215, 119, 0.4))
          drop-shadow(0px 0px 60px rgba(230, 193, 90, 0.2));
  animation: page_glowPulse__61mtl 2s ease-in-out infinite;
}

@keyframes page_glowPulse__61mtl {
  0%, 100% {
    filter: drop-shadow(0px 0px 20px rgba(230, 193, 90, 0.6)) 
            drop-shadow(0px 0px 40px rgba(255, 215, 119, 0.4))
            drop-shadow(0px 0px 60px rgba(230, 193, 90, 0.2));
  }
  50% {
    filter: drop-shadow(0px 0px 30px rgba(230, 193, 90, 0.8)) 
            drop-shadow(0px 0px 50px rgba(255, 215, 119, 0.6))
            drop-shadow(0px 0px 70px rgba(230, 193, 90, 0.4));
  }
}

.page_backButton__sCnhQ {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #E6C15A;
  text-decoration: none;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  opacity: 0.9;
  font-weight: 500;
}

.page_backButton__sCnhQ:hover {
  opacity: 1;
  color: #FFD777;
  transform: translateX(-4px);
}

.page_title__S_l43 {
  font-size: 42px;
  font-weight: 700;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.page_lastUpdated__bbfXv {
  text-align: center;
  color: #E8E8E8;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 50px;
}

.page_card__VNWE9 {
  background: rgba(230, 193, 90, 0.05);
  border: 1px solid rgba(230, 193, 90, 0.2);
  border-radius: 12px;
  padding: 40px 30px;
  margin-bottom: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.page_card__VNWE9:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 193, 90, 0.4);
  box-shadow: 0 10px 30px rgba(230, 193, 90, 0.2);
}

.page_cardTitle__vOhqg {
  font-size: 24px;
  font-weight: 600;
  color: #FFD777;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page_subsectionTitle__WD932 {
  font-size: 20px;
  font-weight: 600;
  color: #FFD777;
  margin-top: 20px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.page_card__VNWE9 p {
  font-size: 16px;
  line-height: 1.8;
  color: #E8E8E8;
  margin-bottom: 15px;
  opacity: 0.9;
}

.page_card__VNWE9 ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page_card__VNWE9 ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #E8E8E8;
  opacity: 0.9;
  margin-bottom: 8px;
}

.page_card__VNWE9 ul li strong {
  color: #E6C15A;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .page_page__VBc3I {
    padding: 100px 6% 50px;
  }

  .page_title__S_l43 {
    font-size: 36px;
  }

  .page_cardTitle__vOhqg {
    font-size: 22px;
  }

  .page_subsectionTitle__WD932 {
    font-size: 18px;
  }
  
  .page_card__VNWE9 {
    padding: 30px 25px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .page_page__VBc3I {
    padding: 90px 5% 40px;
  }

  .page_logoContainer__5CmrA {
    margin-bottom: 20px;
  }

  .page_logoContainer__5CmrA img {
    max-width: 150px;
  }

  .page_title__S_l43 {
    font-size: 32px;
  }

  .page_cardTitle__vOhqg {
    font-size: 20px;
  }

  .page_subsectionTitle__WD932 {
    font-size: 16px;
  }

  .page_card__VNWE9 {
    padding: 25px 20px;
  }

  .page_card__VNWE9 p,
  .page_card__VNWE9 ul li {
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .page_page__VBc3I {
    padding: 80px 4% 30px;
  }

  .page_logoContainer__5CmrA {
    margin-bottom: 15px;
  }

  .page_logoContainer__5CmrA img {
    max-width: 120px;
  }

  .page_title__S_l43 {
    font-size: 28px;
  }

  .page_cardTitle__vOhqg {
    font-size: 18px;
  }

  .page_subsectionTitle__WD932 {
    font-size: 15px;
  }

  .page_card__VNWE9 {
    padding: 20px 16px;
  }

  .page_card__VNWE9 p,
  .page_card__VNWE9 ul li {
    font-size: 14px;
  }
}



/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__pQtti {
  background: rgba(11, 11, 11, 0.95);
  border-top: 1px solid rgba(230, 193, 90, 0.2);
  padding: 60px 8% 30px;
  position: relative;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.Footer_container__KpDnW {
  max-width: 1200px;
  margin: 0 auto;
}

.Footer_footerContent__yAl3k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 50px;
}

.Footer_footerSection__UvV_8 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Footer_footerTitle__sYXFH {
  font-size: 24px;
  font-weight: 700;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.Footer_footerDescription___K8RA {
  font-size: 16px;
  color: #E8E8E8;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}

.Footer_footerTagline__jv0tL {
  font-size: 14px;
  color: #E6C15A;
  opacity: 0.8;
  font-weight: 500;
  margin: 0;
}

.Footer_footerContact__1eAu_ {
  margin-top: 8px;
  margin: 0;
}

.Footer_contactEmail__5NNlW {
  font-size: 15px;
  color: #E6C15A;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-block;
}

.Footer_contactEmail__5NNlW:hover {
  color: #FFD777;
  opacity: 1;
  transform: translateX(4px);
}

.Footer_sectionTitle__ZVW8h {
  font-size: 18px;
  font-weight: 600;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.Footer_footerLinks__M17kI {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.Footer_footerLinks__M17kI li a {
  font-size: 15px;
  color: #E8E8E8;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.Footer_footerLinks__M17kI li a:hover {
  color: #E6C15A;
  opacity: 1;
  padding-left: 4px;
}

.Footer_footerBottom__YIYBj {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(230, 193, 90, 0.1);
}

.Footer_goldLine__X8ewZ {
  width: 200px;
  height: 2px;
  margin: 0 auto 30px;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 120, 0),
    #ffd86b,
    #ffb700,
    #ffd86b,
    rgba(255, 215, 120, 0)
  );
  box-shadow:
    0 0 10px rgba(255, 183, 0, 0.9),
    0 0 25px rgba(255, 183, 0, 0.6);
  border-radius: 10px;
}

.Footer_copyright__j4atB {
  font-size: 14px;
  color: #E8E8E8;
  margin-bottom: 12px;
  opacity: 0.8;
}

.Footer_disclaimer__qddzw {
  font-size: 12px;
  color: #E6C15A;
  opacity: 0.7;
  font-style: italic;
}

/* Tablet */
@media (max-width: 1024px) {
  .Footer_footer__pQtti {
    padding: 55px 6% 28px;
  }

  .Footer_footerContent__yAl3k {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}

/* Mobile Tablet */
@media (max-width: 768px) {
  .Footer_footer__pQtti {
    padding: 50px 5% 25px;
  }

  .Footer_footerContent__yAl3k {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .Footer_footerTitle__sYXFH {
    font-size: 20px;
  }

  .Footer_footerDescription___K8RA {
    font-size: 15px;
  }

  .Footer_footerTagline__jv0tL {
    font-size: 13px;
  }

  .Footer_sectionTitle__ZVW8h {
    font-size: 16px;
  }

  .Footer_footerLinks__M17kI li a {
    font-size: 14px;
  }

  .Footer_goldLine__X8ewZ {
    width: 150px;
  }

  .Footer_copyright__j4atB {
    font-size: 13px;
  }

  .Footer_disclaimer__qddzw {
    font-size: 11px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .Footer_footer__pQtti {
    padding: 40px 4% 20px;
  }

  .Footer_footerContent__yAl3k {
    gap: 25px;
    margin-bottom: 35px;
  }

  .Footer_footerTitle__sYXFH {
    font-size: 18px;
  }

  .Footer_footerDescription___K8RA {
    font-size: 14px;
  }

  .Footer_footerTagline__jv0tL {
    font-size: 12px;
  }

  .Footer_sectionTitle__ZVW8h {
    font-size: 15px;
  }

  .Footer_footerLinks__M17kI {
    gap: 10px;
  }

  .Footer_footerLinks__M17kI li a {
    font-size: 13px;
  }

  .Footer_footerBottom__YIYBj {
    padding-top: 30px;
  }

  .Footer_goldLine__X8ewZ {
    width: 120px;
    margin-bottom: 24px;
  }

  .Footer_copyright__j4atB {
    font-size: 12px;
  }

  .Footer_disclaimer__qddzw {
    font-size: 10px;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .Footer_footer__pQtti {
    padding: 35px 3% 18px;
  }

  .Footer_footerTitle__sYXFH {
    font-size: 16px;
  }

  .Footer_sectionTitle__ZVW8h {
    font-size: 14px;
  }
}

