*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #362439;
  color: #f3f3f3;
  font-family: 'Nunito', serif;
  font-size: 16px;
  line-height: 1.6;
}

.NZuPhvubEnQ {
  background: linear-gradient(145deg, #172622, #837391);
  padding: 1.8rem 1.2rem;
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
  animation: fadeInSombra ease-in-out 1.2s;
}

.NBAtUMF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oDFhkNPC {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.oDFhkNPC img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin-right: 0.8rem;
  border: 2px solid #f870ff;
  background-color: #3b2f26;
}

.kxtwNq {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.9rem;
  color: #f870ff;
}

.hQBl {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ExvrOqBdKTSDHUv {
  font-size: 1rem;
  text-decoration: none;
  color: #f3f3f3dd;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.ExvrOqBdKTSDHUv:hover {
  background-color: #3f3127;
}

.ExvrOqBdKTSDHUv i {
  margin-right: 0.4rem;
  color: #f870ff;
}

.XCByHWE {
  margin-top: 1.4rem;
  font-size: 1.05rem;
  color: #e0dede;
}

.XCByHWE p + p {
  margin-top: 0.5rem;
}

.LcGkTIg {
  color: #e76ae9;
}

.LcGkTIg a {
  color: #ed9cff;
  text-decoration: underline;
}

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

@media (max-width: 1024px) {
  .NBAtUMF {
    flex-direction: column;
    align-items: flex-start;
  }

  .hQBl {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .oDFhkNPC img {
    width: 42px;
    height: 42px;
  }

  .kxtwNq {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .hQBl {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 320px) {
  .kxtwNq {
    font-size: 1.3rem;
  }

  .XCByHWE {
    font-size: 0.95rem;
  }
}

.gfpPaqkWKwn {
  background-image: url('../apt-img/apt-background-img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.gfpPaqkWKwn::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 25, 39, 0.82);
  z-index: -1;
}

.fFdKKmEkQ {
  max-width: 1100px;
  margin: 0 auto;
  color: #f4f4f4ed;
}

.VhNHuZJH {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
  color: #e45cff;
  animation: fadeInTop 1.2s ease-in-out;
}

.pkhxAXbXMgRI {
  font-family: 'Nunito', serif;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: #eaeaead9;
}

.vmxGtFFOLKbVj {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  animation: fadeInCards 1.6s ease-out;
}

.xNRwhiZE {
  background-color: #2d1a28;
  border: 1px solid #5c3957;
  padding: 1rem 1.4rem;
  border-radius: 10px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Nunito', serif;
  font-size: 0.95rem;
  color: #f8f8f8;
  transition: transform 0.3s ease, background 0.3s ease;
}

.xNRwhiZE:hover {
  background-color: #402942;
  transform: translateY(-6px);
}

.xNRwhiZE i {
  font-size: 2rem;
  color: #e45cff;
  margin-bottom: 0.6rem;
}

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

@keyframes fadeInCards {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1024px) {
  .vmxGtFFOLKbVj {
    gap: 1rem;
  }

  .xNRwhiZE {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .VhNHuZJH {
    font-size: 2rem;
  }

  .xNRwhiZE {
    width: 180px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .vmxGtFFOLKbVj {
    flex-direction: column;
    align-items: center;
  }

  .xNRwhiZE {
    width: 90%;
  }
}

@media (max-width: 320px) {
  .VhNHuZJH {
    font-size: 1.6rem;
  }

  .pkhxAXbXMgRI {
    font-size: 0.95rem;
  }
}

.pdazfaq {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  background-color: #39213e;
}

.ZTRDFDmMeBAS {
  background: #5e4262;
  border: 2px solid #5f3459;
  border-radius: 16px;
  padding: 2rem;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 20px rgba(255, 92, 252, 0.229);
  animation: levitarCartao 1.6s ease-in-out;
}

.sZSjSxkpJdm {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.lxISpfV {
  width: auto;
  height: auto;
  object-fit: contain;
  margin-right: 1rem;
  border-radius: 12px;
  background: #fff;
}

.lFmDD {
  flex: 1;
}

.vgdHLFmhypxy {
  font-family: 'Bebas Neue', cursive;
  color: #e45cff;
  font-size: 1.6rem;
  margin: 0 0 0.3rem;
}

.kHLHKI i {
  color: #ff07c5;
  font-size: 1.2rem;
  margin-right: 0.1rem;
}

.GIUZTCx {
  list-style: none;
  padding-left: 0;
  font-family: 'Nunito', serif;
  color: #eaeaeaed;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

.GIUZTCx li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.GIUZTCx i {
  color: #e45cff;
  font-size: 1.3rem;
}

.CxAOzeE {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background-color: #e45cff;
  color: #2d172c;
  padding: 0.8rem 1.4rem;
  border-radius: 8px;
  font-family: 'Nunito', serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.CxAOzeE:hover {
  background-color: #ff94dd;
}

@keyframes levitarCartao {
  0% { opacity: 0; transform: scale(0.95) translateY(20px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 768px) {
  .ZTRDFDmMeBAS {
    padding: 1.6rem;
  }

  .vgdHLFmhypxy {
    font-size: 1.4rem;
  }

  .GIUZTCx {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .sZSjSxkpJdm {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .lxISpfV {
    margin: 0;
  }

  .ZTRDFDmMeBAS {
    padding: 1.2rem;
  }
}

@media (max-width: 320px) {
  .vgdHLFmhypxy {
    font-size: 1.2rem;
  }

  .CxAOzeE {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}

.LpMwiCj {
  background-image: url('../media/cas_fon.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 1.5rem;
  background-color: #391b38;
}

.InMG {
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.UAmOBQpylbDYa {
  background-color: #251823;
  border: 2px solid #40283c;
  border-radius: 12px;
  padding: 1.5rem;
  width: calc(50% - 1rem);
  max-width: 360px;
  text-align: left;
  transition: transform 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 92, 239, 0.08);
}

.UAmOBQpylbDYa:hover {
  transform: translateY(-6px);
}

.UAmOBQpylbDYa i {
  font-size: 2rem;
  color: #e45cff;
  margin-bottom: 1rem;
  display: block;
}

.UAmOBQpylbDYa h3 {
  font-family: 'Bebas Neue', cursive;
  color: #f5f5f5e0;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.UAmOBQpylbDYa p {
  font-family: 'Nunito', serif;
  color: #d4d4dce0;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .UAmOBQpylbDYa {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .UAmOBQpylbDYa {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .UAmOBQpylbDYa {
    padding: 1.2rem;
  }

  .UAmOBQpylbDYa h3 {
    font-size: 1.1rem;
  }

  .UAmOBQpylbDYa p {
    font-size: 0.95rem;
  }
}

.uqyYjOnxwO {
  background-color: #2b182a;
  padding: 4rem 1.5rem;
}

.NztTpMKWkc {
  max-width: 900px;
  margin: 0 auto;
  background-color: #3a1f34;
  border-left: 5px solid #69c375;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(255, 100, 237, 0.05);
  animation: fadeInUp 1s ease forwards;
}

.zBqNSKMmAVeSS {
  text-align: center;
  margin-bottom: 1.2rem;
}

.zBqNSKMmAVeSS i {
  font-size: 2.4rem;
  color: #8ed097;
}

.VEMfPWZAZC {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.9rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.WfNjiJGxg p {
  font-family: 'Nunito', serif;
  font-size: 1rem;
  color: #dcdcedef;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.WfNjiJGxg a {
  color: #f9ca73;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.WfNjiJGxg a:hover {
  color: #f2ffb2;
}

@media (max-width: 1024px) {
  .NztTpMKWkc {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .VEMfPWZAZC {
    font-size: 1.6rem;
  }

  .zBqNSKMmAVeSS i {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .NztTpMKWkc {
    padding: 1.5rem 1.2rem;
  }

  .VEMfPWZAZC {
    font-size: 1.4rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.FNbhQaQ {
  background-image: url('../media/cas_fon.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.5rem 1.2rem;
  background-color: #241421;
}

.mCDyWuD {
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem 1.5rem;
}

.TANFtGYs {
  width: calc(33.333% - 1rem);
  max-width: 340px;
  background-color: #331f30;
  border: 2px dashed #59365c;
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 0 12px rgba(255, 128, 223, 0.05);
}

.TANFtGYs:hover {
  transform: scale(1.03);
  box-shadow: 0 0 18px rgba(255, 100, 229, 0.15);
}

.TANFtGYs i {
  font-size: 2.1rem;
  color: #64ddff;
  margin-bottom: 1rem;
  display: inline-block;
}

.TANFtGYs h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.TANFtGYs p {
  font-family: 'Nunito', serif;
  color: #d8d8e5;
  font-size: 1rem;
  line-height: 1.6;
}

.HFzghjYUkK,
.GQYIZURp {
  font-family: 'Bebas Neue', cursive;
  font-size: 2rem;
  background-color: #231825;
  color: #c9afde;
  max-width: 1200px;
  text-align: center;
  padding: 2rem;
  margin: 2.5rem auto;
  border-radius: 12px;
  animation: fadeSlideIn 1.2s ease-out;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  .TANFtGYs {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .TANFtGYs {
    width: 100%;
    padding: 1.4rem;
  }
}

@media (max-width: 480px) {
  .TANFtGYs i {
    font-size: 1.8rem;
  }

  .TANFtGYs h3 {
    font-size: 1.15rem;
  }

  .TANFtGYs p {
    font-size: 0.95rem;
  }
}

.SCXbvLEx {
  background-color: #20131c;
  padding: 3rem 1.5rem;
  color: #f8f6f2ea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  border-top: 3px solid #672c85;
}

.fKEeFTJkkg {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.xlywMyYZAGXea {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}

.xlywMyYZAGXea li img {
  height: 30px;
  transition: transform 0.3s ease;
}

.xlywMyYZAGXea li img:hover {
  transform: scale(1.05);
}

.TTmUnsZB img {
  height: 40px;
}

.cdzBqwQHKnY {
  flex: 2 1 400px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d0ffdb;
}

.LqHxoLweFhsQ {
  flex: 1 1 200px;
}

.DNKOyf {
  list-style: none;
  padding: 0;
}

.DNKOyf li {
  margin-bottom: 0.7rem;
}

.DNKOyf a {
  color: #ff8ecc;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.DNKOyf a:hover {
  color: #ffffff;
}

.eBcJBvyDLvFskRW {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #aaa1b8;
}

.NxOgczJBYwV {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(10, 8, 20, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #f0e8ff;
  font-family: 'Nunito', serif;
  text-align: center;
  padding: 2rem;
}

.kYhtyhRH {
  max-width: 500px;
  background-color: #29142a;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 12px rgba(246, 144, 255, 0.4);
  animation: scaleUp .4s ease-out;
}

.lxhtGWdeuyDy {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8rem;
  color: #c6598f;
  margin-bottom: 1rem;
}

.Yide {
  font-size: 1rem;
  color: #f8e5d7;
  margin-bottom: 2rem;
}

.lMAfCnfY {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.xRpIiOY,
.CkqOEYapYx {
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.xRpIiOY {
  background-color: #4b7731;
  color: #ffffff;
}

.xRpIiOY:hover {
  background-color: #69ff87;
}

.CkqOEYapYx {
  background-color: #c95969;
  color: #ffffff;
}

.CkqOEYapYx:hover {
  background-color: #c46072;
}

.yoqcqaDS {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #402340;
  color: #e9d7ff;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  font-size: 0.95rem;
  max-width: 90%;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 0 10px rgba(160, 203, 255, 0.3);
  animation: fadeIn .5s ease;
}

.iaPWHmx {
  background-color: #447db3;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.iaPWHmx:hover {
  background-color: #7477db;
}

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

@keyframes scaleUp {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@media (max-width: 480px) {
  .kYhtyhRH {
    padding: 1rem;
  }

  .lMAfCnfY {
    flex-direction: column;
  }

  .yoqcqaDS {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.QFROiwQDBNu {
  padding: 60px 20px 30px;
  text-align: center;
  background-color: #261b23;
}

.tnGCtZd {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.2rem;
  color: #f95f34;
  letter-spacing: 1px;
}

.sjcbFDyxlU {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lJtjf {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #25181f;
  padding: 20px;
  border-left: 4px solid #f95f34;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  animation: fadeInUp 0.6s ease-in-out;
}

.lJtjf i {
  font-size: 24px;
  color: #f95f34;
  flex-shrink: 0;
}

.lJtjf p {
  margin: 0;
  color: #ffffff;
  font-family: 'Nunito', serif;
  font-size: 1rem;
  line-height: 1.7;
}

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

@media (max-width: 768px) {
  .lJtjf {
    flex-direction: column;
    align-items: flex-start;
  }

  .lJtjf i {
    margin-bottom: 8px;
  }
}

.fOBXtbPgM {
  padding: 60px 25px 30px;
  text-align: center;
  background-color: #291a28;
}

.KXIuY {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.4rem;
  color: #35b2e3;
  text-shadow: 1px 1px 0 #000;
}

.KrBXwSkVjeDzvJ {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.MQdYkOhONiv {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #1d141f;
  padding: 24px;
  border-left: 6px solid #35b2e3;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  animation: slideFade 0.7s ease;
}

.MQdYkOhONiv i {
  font-size: 26px;
  color: #35b2e3;
  flex-shrink: 0;
}

.MQdYkOhONiv p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #f3f3f3;
  font-family: 'Nunito', serif;
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .MQdYkOhONiv {
    flex-direction: column;
    gap: 12px;
  }

  .KXIuY {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .KXIuY {
    font-size: 1.6rem;
  }

  .KrBXwSkVjeDzvJ {
    padding: 40px 16px;
  }
}

.ZQdlAQSvU {
  padding: 70px 20px 30px;
  background-color: #201622;
  text-align: center;
}

.prNrghorQgsvL {
  font-family: 'Bebas Neue', cursive;
  font-size: 2.5rem;
  color: #efba3f;
  text-shadow: 1px 1px 2px #000;
}

.XEkxHEMDhDj {
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.NXLSrXhLPi {
  display: flex;
  gap: 20px;
  background-color: #2c1a2c;
  padding: 26px 24px;
  border-left: 5px solid #efba3f;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.25);
  animation: fadeSlideIn var(--anim-dur, 0.8s) ease forwards;
}

.NXLSrXhLPi i {
  font-size: 28px;
  color: #efba3f;
  flex-shrink: 0;
}

.NXLSrXhLPi p {
  font-family: 'Nunito', serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #f3f3f3;
  margin: 0;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .NXLSrXhLPi {
    flex-direction: column;
    gap: 16px;
  }

  .prNrghorQgsvL {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .prNrghorQgsvL {
    font-size: 1.6rem;
  }

  .XEkxHEMDhDj {
    padding: 40px 16px;
  }
}