:root {
  --accent-gradient: linear-gradient(135deg, #c774ff, #33b1ff, #b300ff);
  --text-color-main: #ffffff;
  --text-color-light: rgba(255, 255, 255, 0.85);
  --bg-header: #1e1e1e;
  --font-title: 'Libre Baskerville', serif;
  --font-body: 'EB Garamond', serif;
  --max-content-width: 1326px;
}

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

html {
  font-size: 16px;
}

body {
  background: var(--bg-header);
  color: var(--text-color-main);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

.rewlRwwFgxkM {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 2rem 1rem;
  animation: fadeInDown 1s ease-out forwards;
}

.UBRvjyMVul {
  text-align: center;
  animation: slideInLeft 0.8s ease-out forwards;
}

.wsGGjPXTPgl {
  font-family: var(--font-title);
  font-size: 2rem;
  color: var(--text-color-main);
  text-decoration: none;
  font-weight: 700;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TXLDHMVg {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeInUp 1s ease-out forwards;
}

.TefGO {
  font-size: 1rem;
  color: var(--text-color-light);
  margin-bottom: 1.2rem;
  min-height: 3rem;
}

.Xjcko {
  width: 100%;
}

.WctapCxbYm {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.IxtvUZfDfvtl {
  transition: transform 0.3s ease;
}

.IxtvUZfDfvtl:hover {
  transform: scale(1.05);
}

.plMcDmzaATRs {
  text-decoration: none;
  color: var(--text-color-main);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.plMcDmzaATRs:hover {
  color: #e100ff;
}

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

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

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

@media (max-width: 1024px) {
  .wsGGjPXTPgl {
    font-size: 1.8rem;
  }

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

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

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

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

  .TefGO {
    font-size: 0.9rem;
  }

  .WctapCxbYm {
    gap: 0.8rem;
  }
}

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

  .TefGO {
    font-size: 0.85rem;
  }
}

.GoWeUMVEbmL {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.JQzDnLrnMGbGg {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 6rem 1rem 4rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeInUp 1.5s ease-in-out forwards;
}

.vVXddDBVrxEp {
  font-family: var(--font-title);
  font-size: 2.5rem;
  color: var(--text-color-main);
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #c774ff, #33b1ff, #b300ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bgdsTtDZHiD {
  font-size: 1.1rem;
  color: var(--text-color-light);
  margin-bottom: 3rem;
  min-height: 4rem;
  max-width: 800px;
}

.DffHhVpNDoV {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.OeUPDFnwEM {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  padding: 2rem;
  flex: 1 1 220px;
  min-width: 220px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: bounceIn 1s ease-in-out forwards;
}

.OeUPDFnwEM:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.3);
}

.IWqUbbIATAo {
  font-size: 2.5rem;
  color: #ffff00;
  margin-bottom: 1rem;
}

.XJMDMCzUfc {
  font-family: var(--font-title);
  font-size: 1.4rem;
  color: var(--text-color-main);
  margin-bottom: 0.8rem;
}

.ODmEmoTJivD {
  font-size: 1rem;
  color: var(--text-color-light);
}

.GoWeUMVEbmL::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../arts/fones.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.3) contrast(1.1);
  z-index: 1;
  animation: zoomEffect 20s ease-in-out infinite alternate;
}

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@media (max-width: 1024px) {
  .vVXddDBVrxEp {
    font-size: 2.2rem;
  }

  .bgdsTtDZHiD {
    font-size: 1rem;
  }

  .OeUPDFnwEM {
    padding: 1.8rem;
  }
}

@media (max-width: 768px) {
  .DffHhVpNDoV {
    gap: 1.5rem;
  }

  .OeUPDFnwEM {
    min-width: 200px;
  }
}

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

  .bgdsTtDZHiD {
    font-size: 0.95rem;
  }

  .OeUPDFnwEM {
    padding: 1.5rem;
  }

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

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

  .bgdsTtDZHiD {
    font-size: 0.9rem;
  }

  .OeUPDFnwEM {
    padding: 1.2rem;
  }

  .IWqUbbIATAo {
    font-size: 1.8rem;
  }
}

.SNgMiMW {
    padding: 4rem 1rem;
    background: linear-gradient(135deg, #1a2a3a, #2d3e50);
    position: relative;
    overflow: hidden;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../arts/fones2.webp') no-repeat center/cover;
        opacity: 0.05;
        z-index: 0;
    }
}

.vKeEBxape {
    max-width: var(--max-content-width);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wQtiglhVFrC {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.TTjVaRouZSdKf,
.foznNIp {
    flex: 1 1 100%;
    max-width: 100%;
}

.wUMBAKBU {
    font-family: var(--font-title);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(90deg, #c774ff, #33b1ff, #b300ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    
    i {
        color: #c774ff;
    }
}

.adKeQ {
    background: rgba(30, 30, 30, 0.7);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.edvFaOhvOerM {
    background: rgba(74, 45, 105, 0.3);
    max-width: 50%;
    margin: 0 auto;
}

.DUuYGcKrdV {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.behehqUDb {
    display: flex;
    gap: 1rem;
    transition: all 0.3s ease;
}

.hsuUScqvzBY {
    display: none;
}

.SxfrSLihoJ {
    flex: 1;
    background: linear-gradient(145deg, #372d50, #2a1a3a);
    border-radius: 10px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    
    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    }
}

.ADVmmqLYFVgFz {
    background: linear-gradient(145deg, #2d2e69, #1a253a);
    position: relative;
    border: 2px solid #d56bff;
    
    &::after {
        content: 'Exclusive';
        position: absolute;
        top: 10px;
        right: 10px;
        background: #d56bff;
        color: #1a2a3a;
        padding: 0.3rem 0.6rem;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }
}

.jvrJq {
    height: 60px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
    img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
}

.GlGmTJLs {
    font-family: var(--font-title);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #d56bff;
}

.pdCSCoK {
    list-style: none;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    min-height: 250px;
    
    li {
        margin-bottom: 0.8rem;
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        line-height: 1.4;
        
        i {
            color: #ffee33;
            margin-top: 0.2rem;
            flex-shrink: 0;
        }
    }
}

.sBMGXL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.hQfTCxFWLkgVz {
    color: #ffc96b;
    
    i:last-child {
        color: rgba(255, 251, 0, 0.5);
    }
}

.ZvNFbfM {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(to right, #7f4dff, #cc33ff);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    
    &:hover {
        background: linear-gradient(to right, #9233ff, #d56bff);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(184, 51, 255, 0.4);
    }
}

.ftWyuhMsqs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: white;
    font-family: var(--font-body);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    
    &:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    
    i {
        transition: transform 0.3s ease;
    }
}

.ftWyuhMsqs.active i {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .wQtiglhVFrC {
        flex-direction: column;
    }
    
    .TTjVaRouZSdKf,
    .foznNIp {
        flex: 1 1 100%;
    }
    
    .SxfrSLihoJ {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .wUMBAKBU {
        font-size: 2rem;
    }
    
    .behehqUDb {
        flex-direction: column;
    }
    
    .SxfrSLihoJ {
        min-height: auto;
    }

    .edvFaOhvOerM {
      max-width: 100%;
    }
    
    .pdCSCoK {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .SNgMiMW {
        padding: 2rem 0.5rem;
    }
    
    .wUMBAKBU {
        font-size: 1.8rem;
    }
    
    .adKeQ {
        padding: 1rem;
    }
    
    .GlGmTJLs {
        font-size: 1.3rem;
    }
    
    .pdCSCoK li {
        font-size: 0.9rem;
    }
}

@media (max-width: 320px) {
    .wUMBAKBU {
        font-size: 1.6rem;
    }
    
    .ZvNFbfM {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
}

.MnmxilCkDioFin {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #bb4dff, #338bff, #d56bff);
  color: #fff;
}

.taAiANZMrfY {
  max-width: var(--max-content-width);
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.Grku {
  flex: 1 1 48%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.ZdNmvPtzihQh {
  font-family: var(--font-title);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}

.ZdNmvPtzihQh::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-gradient);
}

.HZgczWpDWutKg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.VcYcyLJ {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.VcYcyLJ:hover {
  background: rgba(255, 255, 255, 0.15);
}

.bCRIcpQgJgD {
  color: #6ee334;
  width: 100%;
  padding: 1rem 1.2rem;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
}

.bCRIcpQgJgD i.bx {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.mCyNwdU {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.bCRIcpQgJgD:focus {
  outline: none;
}

.EqwdWp {
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.VcYcyLJ.active .EqwdWp {
  max-height: 200px;
  opacity: 1;
  padding: 1rem 1.2rem;
}

.VcYcyLJ.active .mCyNwdU {
  transform: rotate(180deg);
}

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

  .Grku {
    flex: 1 1 100%;
  }
}

.ODGVOacV {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #1e1e1e, #2d3e50);
  color: var(--text-color-main);
}

.SWjVnegu {
  max-width: var(--max-content-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mVhRKVpQEKu {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease-in-out forwards;
}

.lUztysmUYHC {
  font-family: var(--font-title);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--accent-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.lUztysmUYHC::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--accent-gradient);
  z-index: -1;
}

.jmCcvjNuD {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  min-height: 250px;
  opacity: 0.95;
  animation: floatIn 1.5s ease-in-out;
}

.aMmSkPnG {
  color: var(--accent-gradient);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.aMmSkPnG:hover {
  color: #d56bff;
}

.oBuWMxx {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  animation: pulseIcons 2s infinite ease-in-out;
}

.pZCgsvf,
.pibsuwG,
.mlPTsKrzHAu {
  font-size: 2.5rem;
  color: var(--accent-gradient);
  transition: transform 0.3s ease;
}

.oBuWMxx i:hover {
  transform: scale(1.2) rotate(5deg);
}

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

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

@keyframes pulseIcons {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

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

  .lUztysmUYHC {
    font-size: 1.75rem;
    gap: 0.8rem;
  }

  .jmCcvjNuD {
    font-size: 1rem;
    line-height: 1.6;
  }

  .oBuWMxx {
    gap: 1.5rem;
  }

  .pZCgsvf,
  .pibsuwG,
  .mlPTsKrzHAu {
    font-size: 2.2rem;
  }
}

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

  .lUztysmUYHC {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0.5rem;
  }

  .lUztysmUYHC::before {
    display: none;
  }

  .jmCcvjNuD {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .oBuWMxx {
    flex-direction: column;
    gap: 1.2rem;
  }

  .pZCgsvf,
  .pibsuwG,
  .mlPTsKrzHAu {
    font-size: 2rem;
  }
}

.rvBBwMr {
  background: linear-gradient(135deg, #1e1e1e, #2d3e50);
  color: var(--text-color-light);
  padding: 3rem 1.5rem;
}

.jMkijzyY {
  max-width: var(--max-content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.UiUFvKnRiYaZ {
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}

.iCBHzIty {
  font-family: var(--font-title);
  font-size: 1.75rem;
  color: var(--accent-gradient);
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.iCBHzIty::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--accent-gradient);
  z-index: -1;
}

.ngEZVeFVF {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.XoQLyIehVBdqC {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.XoQLyIehVBdqC img {
  transition: filter 0.3s ease;
}

.XoQLyIehVBdqC img:hover {
  filter: brightness(1.2);
}

.FrtpFsYlhLEWUP {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
  animation: slideIn 1.2s ease-in-out;
}

.QrXMVBGPVtHc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.PTGRPuQzhQOxM {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  font-size: 0.95rem;
}

.PTGRPuQzhQOxM a {
  color: var(--text-color-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.3s ease;
}

.PTGRPuQzhQOxM a:hover {
  color: var(--accent-gradient);
}

.GhLoYYKzNMKXBl {
  font-size: 0.9rem;
  opacity: 0.8;
  text-align: center;
}

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

@keyframes slideIn {
  from {
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

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

  .ngEZVeFVF {
    font-size: 0.95rem;
  }

  .XoQLyIehVBdqC {
    justify-content: center;
  }

  .XoQLyIehVBdqC img {
    width: 100px;
    height: auto;
  }

  .PTGRPuQzhQOxM {
    justify-content: center;
    gap: 1rem;
  }

  .PTGRPuQzhQOxM a {
    font-size: 0.9rem;
  }
}

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

  .ngEZVeFVF {
    font-size: 0.9rem;
  }

  .XoQLyIehVBdqC {
    flex-direction: column;
    align-items: center;
  }

  .XoQLyIehVBdqC img {
    width: 120px;
    height: auto;
  }

  .PTGRPuQzhQOxM {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  .GhLoYYKzNMKXBl {
    font-size: 0.85rem;
  }
}

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

  .XoQLyIehVBdqC img {
    width: 100px;
    height: auto;
  }
}

.QYSXwRGCXj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.99);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.IUAPcGp {
  background: linear-gradient(135deg, #1e1e1e, #2d3e50);
  padding: 2.5rem;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  animation: fadeInZoom 1s ease-in-out;
}

.gdtfqoTpFU {
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: var(--accent-gradient);
  margin-bottom: 1rem;
  position: relative;
}

.gdtfqoTpFU::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--accent-gradient);
}

.NzTqnf {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  color: var(--text-color-light);
  min-height: 40px;
}

.okAj {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.KhAmy {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
}

.VViZYCvZO {
  background: var(--accent-gradient);
  color: #1e1e1e;
}

.jWMAE {
  background: transparent;
  color: var(--accent-gradient);
  border: 2px solid var(--accent-gradient);
}

.KhAmy:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 85, 255, 0.4);
}

@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.BytFfJwWKlxpYXd {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(8px);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 9998;
  animation: slideUp 0.6s ease-in-out;
}

.rXpWgmKUQR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.hngxz {
  font-size: 1rem;
  color: var(--text-color-light);
  flex: 1 1 70%;
  min-height: 40px;
}

.zcrGlGOduEn {
  color: var(--accent-gradient);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.zcrGlGOduEn:hover {
  color: #d56bff;
}

.eTFEjQ {
  flex: 1 1 25%;
  padding: 0.75rem 1.5rem;
  background: var(--accent-gradient);
  color: #1e1e1e;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.eTFEjQ:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 153, 0, 0.4);
}

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

  .hngxz {
    flex: 1 1 100%;
  }

  .eTFEjQ {
    flex: 1 1 100%;
    margin-top: 0.75rem;
  }
}

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

.mKoFVNdvVkmx {
  position: fixed;
  bottom: 170px;
  left: 2rem;
  width: 50px;
  height: 50px;
  background: var(--accent-gradient);
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 9997;
  box-shadow: 0 8px 20px rgba(0, 55, 255, 0.6);
  transition: all 0.3s ease;
  animation: pulseGlow 2s infinite ease-in-out;
}

.mKoFVNdvVkmx:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(115, 0, 255, 0.8);
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(162, 0, 255, 0.6);
  }
  50% {
    box-shadow: 0 10px 25px rgba(140, 0, 255, 0.9);
  }
}

.wujHcVu {
  background: linear-gradient(135deg, #d54dff, #339cff, #d56bff);
  color: #1e1e1e;
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.gCgFUwNG {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}

.nRIowZdJkeGKyV {
  font-family: var(--font-title);
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  animation: fadeInDown 1s ease-in-out;
}

.iApqkXSbEz {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  animation: fadeInUp 1.2s ease-in-out;
}

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

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

.CxdPhHWGwAf {
  padding: 4rem 2rem;
  background: #1e1e1e;
  color: var(--text-color-light);
}

.uNDnUYtGf {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(5px);
}

.uNDnUYtGf:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.iskGFFo {
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 1.2rem;
  color: var(--accent-gradient);
  animation: floatIcon 2s infinite ease-in-out;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.IuhYXcb {
  font-family: var(--font-title);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.IuhYXcb::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-gradient);
}

.znjstO {
  font-size: 1.05rem;
  line-height: 1.7;
  min-height: 80px;
  opacity: 0.9;
}

.ryeJxCLGzceE {
  color: var(--accent-gradient);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.ryeJxCLGzceE:hover {
  color: #d56bff;
}

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

  .iApqkXSbEz {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .uNDnUYtGf {
    padding: 1.8rem;
    margin-bottom: 2rem;
  }

  .IuhYXcb {
    font-size: 1.6rem;
  }

  .znjstO {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .wujHcVu {
    padding: 5rem 1.5rem 3rem;
  }

  .nRIowZdJkeGKyV {
    font-size: 2rem;
  }

  .iApqkXSbEz {
    font-size: 1rem;
  }

  .uNDnUYtGf {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .IuhYXcb {
    font-size: 1.4rem;
  }

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

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

  .iApqkXSbEz {
    font-size: 0.95rem;
  }

  .znjstO {
    font-size: 0.9rem;
  }
}

.ppEPyjIxYqwGx {
  background: linear-gradient(135deg, #a64dff, #3396ff, #d56bff);
  color: #1e1e1e;
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.cFTZlGPCDtP {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}

.pOQTzzLyng {
  font-family: var(--font-title);
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  animation: fadeInDown 1s ease-in-out;
}

.NcXHlznTLZmE {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  animation: fadeInUp 1.2s ease-in-out;
}

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

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

.CoFfgmCUCmeDlP {
  padding: 4rem 2rem;
  background: #1e1e1e;
  color: var(--text-color-light);
}

.WnCHIysMB {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(5px);
}

.WnCHIysMB:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.WvoprPh {
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 1.2rem;
  color: var(--accent-gradient);
  animation: floatIcon 2s infinite ease-in-out;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.RStBTgnZWRjFxM {
  font-family: var(--font-title);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.RStBTgnZWRjFxM::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-gradient);
}

.QnyIqhcC {
  font-size: 1.05rem;
  line-height: 1.7;
  min-height: 80px;
  opacity: 0.9;
}

.EtshKTlGWzFCh {
  color: var(--accent-gradient);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.EtshKTlGWzFCh:hover {
  color: #d56bff;
}

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

  .NcXHlznTLZmE {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .WnCHIysMB {
    padding: 1.8rem;
    margin-bottom: 2rem;
  }

  .RStBTgnZWRjFxM {
    font-size: 1.6rem;
  }

  .QnyIqhcC {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .ppEPyjIxYqwGx {
    padding: 5rem 1.5rem 3rem;
  }

  .pOQTzzLyng {
    font-size: 2rem;
  }

  .NcXHlznTLZmE {
    font-size: 1rem;
  }

  .WnCHIysMB {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .RStBTgnZWRjFxM {
    font-size: 1.4rem;
  }

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

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

  .NcXHlznTLZmE {
    font-size: 0.95rem;
  }

  .QnyIqhcC {
    font-size: 0.9rem;
  }

  .EtshKTlGWzFCh {
    font-size: 0.8rem;
  }
}

.UrnFzS {
  background: linear-gradient(135deg, #a34dff, #3370ff, #d56bff);
  color: #1e1e1e;
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.gnXgAq {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}

.MYjkBOVtwp {
  font-family: var(--font-title);
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  animation: fadeInDown 1s ease-in-out;
}

.MvVjLmJDzX {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  animation: fadeInUp 1.2s ease-in-out;
}

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

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

.woGUmWzBq {
  padding: 4rem 2rem;
  background: #1e1e1e;
  color: var(--text-color-light);
}

.phgdQslkRtwGj {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(5px);
}

.phgdQslkRtwGj:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.AeoGpHAFYSwsKQ {
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 1.2rem;
  color: var(--accent-gradient);
  animation: floatIcon 2s infinite ease-in-out;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.XtwTkncnlY {
  font-family: var(--font-title);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.XtwTkncnlY::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-gradient);
}

.hsBGKkSEUM {
  font-size: 1.05rem;
  line-height: 1.7;
  min-height: 80px;
  opacity: 0.9;
}

.LihTXk {
  color: var(--accent-gradient);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.LihTXk:hover {
  color: #d56bff;
}

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

  .MvVjLmJDzX {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .phgdQslkRtwGj {
    padding: 1.8rem;
    margin-bottom: 2rem;
  }

  .XtwTkncnlY {
    font-size: 1.6rem;
  }

  .hsBGKkSEUM {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .UrnFzS {
    padding: 5rem 1.5rem 3rem;
  }

  .MYjkBOVtwp {
    font-size: 2rem;
  }

  .MvVjLmJDzX {
    font-size: 1rem;
  }

  .phgdQslkRtwGj {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .XtwTkncnlY {
    font-size: 1.4rem;
  }

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

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

  .MvVjLmJDzX {
    font-size: 0.95rem;
  }

  .hsBGKkSEUM {
    font-size: 0.9rem;
  }

  .LihTXk {
    font-size: 0.8rem;
  }
}

.GMFDP {
  background: linear-gradient(135deg, #bb4dff, #33adff, #d56bff);
  color: #1e1e1e;
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.WXrGpHXMgjnNi {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}

.lTgVVGX {
  font-family: var(--font-title);
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  animation: fadeInDown 1s ease-in-out;
}

.acCVDIcetdA {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  animation: fadeInUp 1.2s ease-in-out;
}

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

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

.ifwnXdzNgcGoKIv {
  padding: 4rem 2rem;
  background: #1e1e1e;
  color: var(--text-color-light);
}

.XASlphg {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(5px);
  margin-bottom: 2.5rem;
}

.XASlphg:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.hmHARFLxEvSgcN {
  order: 1;
}

.OlZvuwk {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rnHpeekrB {
  font-size: 2.5rem;
  display: block;
  margin: 0 auto 1.2rem;
  color: var(--accent-gradient);
  animation: floatIcon 2s infinite ease-in-out;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.WypyTZuYpS {
  font-family: var(--font-title);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.WypyTZuYpS::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-gradient);
}

.xPQHuqDhttRCBzU {
  font-size: 1.05rem;
  line-height: 1.7;
  min-height: 220px;
  opacity: 0.9;
}

.dRYhlw {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease;
}

.dRYhlw:hover {
  transform: scale(1.02);
}

@media (min-width: 768px) {
  .WXrGpHXMgjnNi {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .hmHARFLxEvSgcN {
    flex: 1 1 65%;
  }

  .OlZvuwk {
    flex: 1 1 30%;
  }
}

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

  .acCVDIcetdA {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .XASlphg {
    padding: 1.8rem;
    margin-bottom: 2rem;
  }

  .WypyTZuYpS {
    font-size: 1.6rem;
  }

  .xPQHuqDhttRCBzU {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .GMFDP {
    padding: 5rem 1.5rem 3rem;
  }

  .lTgVVGX {
    font-size: 2rem;
  }

  .acCVDIcetdA {
    font-size: 1rem;
  }

  .XASlphg {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .WypyTZuYpS {
    font-size: 1.4rem;
  }

  .xPQHuqDhttRCBzU {
    font-size: 0.95rem;
  }

  .dRYhlw {
    max-width: 90%;
  }
}

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

  .acCVDIcetdA {
    font-size: 0.95rem;
  }

  .xPQHuqDhttRCBzU {
    font-size: 0.9rem;
  }

  .dRYhlw {
    max-width: 100%;
  }
}