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

:root {
  --gm-glavna-bojica-1: #70e336;
  --gm-glavna-bojica-2: #2f6dff;
  --gm-glavna-bojica-3: #ff2f82;
  --gm-glavna-bojica-4: #ffde0b;
  --gm-pozadinska-svjetlina: #0f191a;
  --gm-tekst-svjetlina: #ffffff;
  --gm-tekst-tamnica: #333333;
  --gm-sjena-laka: rgba(255, 255, 255, 0.1);
  --gm-sjena-teska: rgba(0, 0, 0, 0.3);
  --gm-prijelaz-brz: 0.4s;
  --gm-prijelaz-spor: 0.7s;
  --gm-granica-zaobljenost: 12px;
}

body {
  font-family: 'Rubik', sans-serif;
  background: linear-gradient(135deg, rgba(26, 46, 45, 0.426), rgba(22, 53, 62, 0.8)),
              url('/pvs-assets/pvs-art/fons-art.webp') no-repeat center center fixed;
  background-size: cover;
  color: var(--gm-tekst-svjetlina);
  line-height: 1.6;
  overflow-x: hidden;
}

.xhUCnOutdVypQzL {
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  min-height: 4.2rem;
  background: linear-gradient(90deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  min-height: 3.4rem;
  text-align: center;
  position: relative;
}

h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  border-radius: 2px;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  min-height: 2.2rem;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

a {
  color: var(--gm-glavna-bojica-3);
  text-decoration: none;
  transition: color var(--gm-prijelaz-brz);
}

a:hover {
  color: var(--gm-glavna-bojica-1);
}

.foECVehOvGM {
  background: rgba(15, 23, 26, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gm-sjena-laka);
  position: sticky;
  top: 0;
  z-index: 100;
}

.mCXdSMsdrMB {
  max-width: 1370px;
  margin: 0 auto;
  padding: 1rem 2rem;
}

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

.kYDQluay {
  display: flex;
  align-items: center;
  font-family: 'Crimson Text', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gm-tekst-svjetlina);
}

.kYDQluay i {
  color: var(--gm-glavna-bojica-1);
  margin-right: 0.5rem;
  font-size: 2rem;
}

.NUNM {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.jYzRxENNkHnfvf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gm-tekst-svjetlina);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: var(--gm-granica-zaobljenost);
  transition: all var(--gm-prijelaz-brz);
}

.jYzRxENNkHnfvf:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.OYpewq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--gm-sjena-laka);
}

.OYpewq p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--gm-glavna-bojica-3);
}

.rJhRfUJ {
  display: flex;
  gap: 1rem;
}

.gmnavigacijaikones i {
  font-size: 1.2rem;
  color: var(--gm-glavna-bojica-4);
}

.ZIUpHQvKJdfgj {
  display: none;
}

.ADZAGnSOskL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.XrWDFaE {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.XrWDFaE span {
  width: 25px;
  height: 3px;
  background: var(--gm-tekst-svjetlina);
  border-radius: 2px;
  transition: all var(--gm-prijelaz-brz);
}

.XrWDFaE:hover span {
  background: var(--gm-glavna-bojica-1);
}

.XlfIuKxEOAGXEF {
  display: none;
  flex-direction: column;
  padding: 1rem;
  background: rgba(15, 23, 26, 0.95);
  border-top: 1px solid var(--gm-sjena-laka);
}

.XlfIuKxEOAGXEF.aktivno {
  display: flex;
}

.KVJucknZPcBPZQ {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
}

.uJdUVD {
  padding: 6rem 0;
  text-align: center;
}

.tYqZcGEva {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem 0;
}

.PkujUzWrOqH {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: var(--gm-granica-zaobljenost);
  padding: 2rem;
  flex: 1;
  max-width: 300px;
  border: 1px solid var(--gm-sjena-laka);
  transition: all var(--gm-prijelaz-brz);
}

.PkujUzWrOqH:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px var(--gm-sjena-teska);
  border-color: var(--gm-glavna-bojica-1);
}

.PkujUzWrOqH i {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.XVddFyBiOQ {
  font-size: 0.9rem;
  color: var(--gm-glavna-bojica-3);
  margin: 2rem 0;
  opacity: 0.7;
}

.vwZiKfc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all var(--gm-prijelaz-brz);
}

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

.iPPzqwq {
  padding: 6rem 0;
}

.vJoELFKPwljYXY {
  text-align: center;
}

.RmlyAVMgWgYT {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.BBFyKekewLvUlWY {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: var(--gm-granica-zaobljenost);
  padding: 2rem;
  min-height: 680px;
  flex: 0 1 calc(50% - 2rem);
  border: 1px solid var(--gm-sjena-laka);
  transition: all var(--gm-prijelaz-brz);
  position: relative;
  overflow: hidden;
}

.BBFyKekewLvUlWY:nth-child(3) {
  flex: 0 1 calc(100% - 2rem);
  max-width: 500px;
}

.BBFyKekewLvUlWY:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px var(--gm-sjena-teska);
}

.HTlSgHVQuv {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  color: white;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: var(--gm-granica-zaobljenost);
  font-size: 0.8rem;
  font-weight: 600;
}

.dwJLnvDlbhuy {
  width: 100%;
  height: 100%;
  max-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5rem 0;
}

.dwJLnvDlbhuy img {
  width: 100%;
  max-width: 290px;
  height: 100%;
  max-height: 88px;
}

.jagALRuETUjR {
  list-style: none;
  margin: 1.5rem 0;
  min-height: 252px;
}

.jagALRuETUjR li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.jagALRuETUjR i {
  color: var(--gm-glavna-bojica-1);
}

.WAqzcpv {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gm-sjena-laka);
}

.ZwacHDiuOet {
  display: flex;
  gap: 0.2rem;
}

.gmplatformezvijezdes i {
  color: var(--gm-glavna-bojica-4);
  font-size: 1.2rem;
}

.MrewOTVRvueGpWw {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-tekst-svjetlina);
  padding: 1rem;
  border-radius: var(--gm-granica-zaobljenost);
  font-weight: 600;
  transition: all var(--gm-prijelaz-brz);
}

.MrewOTVRvueGpWw:hover {
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  transform: translateY(-3px);
}

.NUxMgWx {
  padding: 6rem 0;
}

.kbGDtneFfTqP {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3rem 0;
}

.eOVNGZsQbf {
  flex: 1 1 calc(50% - 2rem);
  min-width: 300px;
}

.DFQZRKFIVwU {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ZklnXYsSiNFTh {
  width: 100%;
  height: 100%;
  max-height: 450px;
  border-radius: var(--gm-granica-zaobljenost);
  overflow: hidden;
  box-shadow: 0 10px 30px var(--gm-sjena-teska);
}

.ZklnXYsSiNFTh img {
  width: 100%;
  height: 100%;
  transition: transform var(--gm-prijelaz-spor);
}

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

.AyzZo {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: var(--gm-granica-zaobljenost);
  padding: 2rem;
  border: 1px solid var(--gm-sjena-laka);
}

.jdjioJeyCU {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.eeaycsDRCPW {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: var(--gm-granica-zaobljenost);
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 100px;
  transition: all var(--gm-prijelaz-brz);
}

.eeaycsDRCPW:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.eeaycsDRCPW i {
  font-size: 1.5rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eeaycsDRCPW span {
  font-size: 0.8rem;
  text-align: center;
}

.CsFD {
  font-size: 0.9rem;
  color: var(--gm-glavna-bojica-3);
  margin: 2rem 0;
  text-align: center;
  opacity: 0.7;
}

.uDUGjjmJx {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-3), var(--gm-glavna-bojica-2));
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all var(--gm-prijelaz-brz);
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 250px;
}

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

.GWTna {
  padding: 6rem 0;
}

.kGbqicH {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
}

.SizUFGnFMJM {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: var(--gm-granica-zaobljenost);
  padding: 2rem;
  border: 1px solid var(--gm-sjena-laka);
}

.SizUFGnFMJM h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gm-sjena-laka);
}

.SizUFGnFMJM h3 i {
  color: var(--gm-glavna-bojica-1);
}

.GOrxjNqh {
  margin-bottom: 1rem;
  border-radius: var(--gm-granica-zaobljenost);
  overflow: hidden;
}

.BMWfFriu {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: all var(--gm-prijelaz-brz);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.BMWfFriu::after {
  content: '+';
  font-size: 1.5rem;
  transition: transform var(--gm-prijelaz-brz);
}

.BMWfFriu.aktivno::after {
  transform: rotate(45deg);
}

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

.YaBobeIG {
  max-height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 1rem;
  transition: all var(--gm-prijelaz-brz);
}

.YaBobeIG.aktivno {
  max-height: 500px;
  padding: 1rem;
}

.axsTCtF {
  font-size: 0.9rem;
  color: var(--gm-glavna-bojica-3);
  margin: 2rem 0;
  text-align: center;
  opacity: 0.7;
}

.XAInkA {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.jitAnVT {
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
}

.pdOA {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-tekst-svjetlina);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all var(--gm-prijelaz-brz);
}

.pdOA:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.WZFTQOuGU {
  padding: 6rem 0;
  background: linear-gradient(135deg, rgba(255, 45, 223, 0.1), rgba(47, 182, 255, 0.1));
}

.WaWeLELYgkWy {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1rem;
}

.FOkDvyXhnAL {
  flex: 2;
}

.KSnDbZE {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.KSnDbZE i {
  font-size: 10rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.7;
}

.WEIgYuOkTAfWx {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: all var(--gm-prijelaz-brz);
}

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

.ZyvSNXaZ {
  padding: 6rem 0;
}

.xZUmhoWUc {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.WLtrfRMMmeSUle {
  text-align: center;
}

.YRCJ {
  flex: 1 1 calc(25% - 2rem);
  min-width: 250px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: var(--gm-granica-zaobljenost);
  padding: 2rem;
  border: 1px solid var(--gm-sjena-laka);
  transition: all var(--gm-prijelaz-brz);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.YRCJ:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px var(--gm-sjena-teska);
  border-color: var(--gm-glavna-bojica-3);
}

.YRCJ i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--gm-glavna-bojica-3), var(--gm-glavna-bojica-4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.YRCJ h3 {
  margin-bottom: 1rem;
  min-height: 5.8rem;
}

.YRCJ p {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

.YRCJ a {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-tekst-svjetlina);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all var(--gm-prijelaz-brz);
}

.YRCJ a:hover {
  background: linear-gradient(135deg, var(--gm-glavna-bojica-3), var(--gm-glavna-bojica-4));
  transform: translateY(-3px);
}

.dhAphgs {
  background: rgba(15, 24, 26, 0.9);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--gm-sjena-laka);
  padding: 3rem 0 1rem;
}

.ylKasppQ {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
}

.zQVZXIUya {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gm-sjena-laka);
}

.KtlsOmNwYzwXuZF {
  display: flex;
  align-items: center;
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gm-tekst-svjetlina);
}

.KtlsOmNwYzwXuZF i {
  color: var(--gm-glavna-bojica-1);
  margin-right: 0.5rem;
}

.mCoOHofenjb {
  display: flex;
  gap: 2rem;
}

.KFgUqcLSIyFzE {
  color: var(--gm-tekst-svjetlina);
  font-weight: 500;
  transition: color var(--gm-prijelaz-brz);
}

.KFgUqcLSIyFzE:hover {
  color: var(--gm-glavna-bojica-3);
}

.drHhhUgBBbBQ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gm-sjena-laka);
}

.YQGHCTukfCwrh {
  display: flex;
  gap: 1.5rem;
}

.bfKwEI {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gm-tekst-svjetlina);
  font-size: 0.9rem;
  transition: color var(--gm-prijelaz-brz);
}

.bfKwEI:hover {
  color: var(--gm-glavna-bojica-1);
}

.BnkBLVIk {
  margin-bottom: 1rem;
}

.rRJMFGrdUJmS {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.JDwuGipgH {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all var(--gm-prijelaz-brz);
}

.JDwuGipgH:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.JDwuGipgH img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

.XmjQIWBegjSyf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.XmjQIWBegjSyf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

.RUhBvv {
  font-size: 0.8rem;
  color: var(--gm-glavna-bojica-3);
  text-align: center;
  opacity: 0.7;
  margin: 1rem 0 0;
}

.jiJnVwdQiHah {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 25, 26, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--gm-sjena-laka);
  z-index: 1000;
  padding: 1rem 0;
  transform: translateY(100%);
  transition: transform var(--gm-prijelaz-brz);
}

.jiJnVwdQiHah.prikazano {
  transform: translateY(0);
}

.lpWps {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.lpWps p {
  margin: 0;
  flex: 1;
}

.ZjvfgjYRL {
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--gm-prijelaz-brz);
  white-space: nowrap;
}

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

.WwJtsvPUtXPf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.thUsTNEDV {
  background: rgba(15, 26, 25, 0.95);
  backdrop-filter: blur(20px);
  border-radius: var(--gm-granica-zaobljenost);
  padding: 3rem;
  text-align: center;
  max-width: 500px;
  width: 90%;
  border: 1px solid var(--gm-sjena-laka);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.thUsTNEDV h2 {
  margin-bottom: 1.5rem;
  color: var(--gm-tekst-svjetlina);
}

.thUsTNEDV p {
  margin-bottom: 2rem;
  color: var(--gm-tekst-svjetlina);
}

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

.QjtCexYrBob {
  background: linear-gradient(135deg, var(--gm-glavna-bojica-1), var(--gm-glavna-bojica-2));
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--gm-prijelaz-brz);
}

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

.XyRaPXZSItoT {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-tekst-svjetlina);
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--gm-prijelaz-brz);
}

.XyRaPXZSItoT:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
  
  .tYqZcGEva {
    flex-wrap: wrap;
  }
  
  .PkujUzWrOqH {
    flex: 1 1 calc(50% - 2rem);
    min-width: 250px;
  }
  
  .BBFyKekewLvUlWY {
    flex: 1 1 calc(50% - 2rem);
  }
  
  .BBFyKekewLvUlWY:nth-child(3) {
    flex: 1 1 calc(50% - 2rem);
  }
  
  .kGbqicH {
    flex-wrap: wrap;
  }
  
  .SizUFGnFMJM {
    flex: 1 1 calc(50% - 2rem);
    min-width: 300px;
  }
  
  .YRCJ {
    flex: 1 1 calc(50% - 2rem);
  }
}

@media (max-width: 768px) {
  .mCXdSMsdrMB {
    display: none;
  }
  
  .ZIUpHQvKJdfgj {
    display: block;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  .PkujUzWrOqH {
    flex: 1 1 100%;
  }
  
  .BBFyKekewLvUlWY,
  .BBFyKekewLvUlWY:nth-child(3) {
    flex: 1 1 100%;
  }
  
  .eOVNGZsQbf {
    flex: 1 1 100%;
  }
  
  .SizUFGnFMJM {
    flex: 1 1 100%;
  }
  
  .WaWeLELYgkWy {
    flex-direction: column;
    text-align: center;
  }
  
  .KSnDbZE i {
    font-size: 6rem;
  }
  
  .YRCJ {
    flex: 1 1 100%;
  }
  
  .zQVZXIUya,
  .drHhhUgBBbBQ {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .mCoOHofenjb,
  .YQGHCTukfCwrh {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .rRJMFGrdUJmS {
    gap: 1rem;
  }
  
  .lpWps {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .aIxGIurPT {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  .KVJucknZPcBPZQ {
    padding: 0 1rem;
  }
  
  .mCXdSMsdrMB,
  .ylKasppQ,
  .lpWps {
    padding: 0 1rem;
  }
  
  .uJdUVD,
  .iPPzqwq,
  .NUxMgWx,
  .GWTna,
  .WZFTQOuGU,
  .ZyvSNXaZ {
    padding: 4rem 0;
  }
  
  .XAInkA {
    flex-direction: column;
    gap: 1rem;
  }

  .YaBobeIG a {
    font-size: .8rem;
  }
  
  .thUsTNEDV {
    padding: 2rem;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  .PkujUzWrOqH,
  .BBFyKekewLvUlWY,
  .eOVNGZsQbf,
  .SizUFGnFMJM,
  .YRCJ {
    min-width: 100%;
  }
  
  .eeaycsDRCPW {
    flex: 1 1 100%;
  }
}

.JDPMFBNM {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.uteDzBbuirTjd {
  width: 100%;
  padding: 4rem 0;
}

.yJbaPKofnFyb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.sHtZgPXRvJP {
  text-align: center;
}

.jbsaszhtaUDd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.jbsaszhtaUDd span {
  font-family: 'Crimson Text', serif;
  font-size: 12rem;
  font-weight: bold;
  background: linear-gradient(135deg,  #70e336, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: numberPulse 2s ease-in-out infinite;
}

.jbsaszhtaUDd span:first-child {
  animation-delay: 0s;
}

.jbsaszhtaUDd span:last-child {
  animation-delay: 0.5s;
}

@keyframes numberPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.UYtFNe {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ff7b2f, #ffde0b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: iconFloat 3s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(47, 255, 154, 0.3);
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

.UYtFNe i {
  font-size: 4rem;
  color: #0f161a;
}

.JDPMFBNM h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.JDPMFBNM h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg,  #70e336, #9d57ff);
  border-radius: 2px;
}

.sHtZgPXRvJP > p {
  font-size: 1.3rem;
  color: #cccccc;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.wwmwXLeNWqq {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}

.gkiPSWaQs {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.gkiPSWaQs:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(47, 223, 255, 0.3);
}

.gkiPSWaQs i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.gkiPSWaQs:first-child i {
  background: linear-gradient(135deg,  #70e336, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gkiPSWaQs:last-child i {
  background: linear-gradient(135deg, #ff7b2f, #ffde0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gkiPSWaQs h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.gkiPSWaQs p {
  color: #cccccc;
  line-height: 1.6;
  margin: 0;
}

.eRiMBjD {
  margin-bottom: 4rem;
}

.VOoEwJp {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  max-width: 600px;
  margin: 0 auto;
}

.VOoEwJp img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  transition: transform 0.5s ease;
}

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

.NfuChIPBfxp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.NfuChIPBfxp i {
  font-size: 2rem;
  color: #ff7b2f;
}

.NfuChIPBfxp span {
  font-size: 1.2rem;
  font-weight: 600;
}

.TiNZCfrTo {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 4rem;
}

.EgCOikjNvjzev {
  background: linear-gradient(135deg,  #70e336, #9d57ff);
  color: white;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 45, 117, 0.3);
}

.EgCOikjNvjzev:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 45, 117, 0.5);
}

.KchDuNQKXGZa {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.KchDuNQKXGZa:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

.nPjwv {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.PJvCEdatAer h4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: center;
}

.PJvCEdatAer p {
  color: #cccccc;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
}

.uJPgbBSVe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(47, 223, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(47, 223, 255, 0.3);
}

.uJPgbBSVe i {
  font-size: 1.5rem;
  color: #ff7b2f;
}

.uJPgbBSVe span {
  color: #cccccc;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .wwmwXLeNWqq {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .jbsaszhtaUDd span {
    font-size: 8rem;
  }
  
  .UYtFNe {
    width: 80px;
    height: 80px;
  }
  
  .UYtFNe i {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .yJbaPKofnFyb {
    padding: 0 1rem;
  }
  
  .JDPMFBNM h1 {
    font-size: 2.5rem;
  }
  
  .jbsaszhtaUDd {
    gap: 1rem;
  }
  
  .jbsaszhtaUDd span {
    font-size: 6rem;
  }
  
  .TiNZCfrTo {
    flex-direction: column;
    align-items: center;
  }
  
  .EgCOikjNvjzev,
  .KchDuNQKXGZa {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .uteDzBbuirTjd {
    padding: 2rem 0;
  }
  
  .jbsaszhtaUDd span {
    font-size: 4rem;
  }
  
  .UYtFNe {
    width: 60px;
    height: 60px;
  }
  
  .UYtFNe i {
    font-size: 2rem;
  }
  
  .JDPMFBNM h1 {
    font-size: 2rem;
  }
  
  .sHtZgPXRvJP > p {
    font-size: 1.1rem;
  }
  
  .gkiPSWaQs {
    padding: 1.5rem;
  }
  
  .nPjwv {
    padding: 1.5rem;
  }
}

.HVqSIuNa {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
}

.pTqVcVerPAhZo {
  padding: 6rem 0 4rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(123, 47, 255, 0.05), rgba(47, 223, 255, 0.05));
  position: relative;
  overflow: hidden;
}

.QNBbQXqLFNR {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
}

.pTqVcVerPAhZo h1 {
  font-family: 'Crimson Text', serif;
  font-size: 4rem;
  margin-bottom: 3rem;
  background: linear-gradient(90deg, #9d57ff, #ff7b2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.vlIJJTJIPXT {
  margin: 2rem auto 3rem;
  max-width: 500px;
  opacity: 0.6;
}

.oFaARYPjj {
  width: 100%;
  height: auto;
  animation: patternFloat 20s linear infinite;
}

@keyframes patternFloat {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100px); }
}

.pTqVcVerPAhZo p {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.6;
}

.xOIdquI {
  padding: 4rem 0;
}

.vDSlYGFqqJY {
  display: flex;
  gap: 3rem;
}

.SntpPBZBXHOD {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.SntpPBZBXHOD:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border-color: rgba(123, 47, 255, 0.3);
}

.SntpPBZBXHOD i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

.SntpPBZBXHOD:first-child i {
  background: linear-gradient(135deg, #9d57ff,  #70e336);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.SntpPBZBXHOD:last-child i {
  background: linear-gradient(135deg, #ff7b2f, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.SntpPBZBXHOD h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.SntpPBZBXHOD h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #9d57ff, #ff7b2f);
  border-radius: 2px;
}

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

.OKrHMPSi {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.OKrHMPSi:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(123, 47, 255, 0.2);
}

.KLNWuJLW {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease;
}

.KLNWuJLW:hover {
  background: rgba(255, 255, 255, 0.08);
}

.KLNWuJLW i {
  transition: transform 0.3s ease;
  color: #9d57ff;
}

.OKrHMPSi.aktivno .KLNWuJLW i {
  transform: rotate(45deg);
}

.vSqrTLCUvW {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.OKrHMPSi.aktivno .vSqrTLCUvW {
  max-height: 500px;
}

.vSqrTLCUvW p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  color: #cccccc;
  line-height: 1.6;
}

.vSqrTLCUvW a {
  color: #ff7b2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.vSqrTLCUvW a:hover {
  color:  #70e336;
}

.oGeJOePpHgVtRiC {
  padding: 4rem 0 6rem;
  background: linear-gradient(135deg, rgba(255, 45, 117, 0.03), rgba(255, 157, 45, 0.03));
}

.FJsuMDkxgwUUx {
  display: flex;
  gap: 3rem;
}

.zPGPsGaxGTtiZo {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.zPGPsGaxGTtiZo:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.zPGPsGaxGTtiZo i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.zPGPsGaxGTtiZo:first-child i {
  background: linear-gradient(135deg,  #70e336, #ffde0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.zPGPsGaxGTtiZo:last-child i {
  background: linear-gradient(135deg, #ffde0b, #ff7b2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.zPGPsGaxGTtiZo h3 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.zPGPsGaxGTtiZo h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg,  #70e336, #ffde0b);
  border-radius: 2px;
}

.zPGPsGaxGTtiZo:last-child h3::after {
  background: linear-gradient(90deg, #ffde0b, #ff7b2f);
}

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

.gJMloWSTKvoSXU {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.gJMloWSTKvoSXU:hover {
  background: rgba(255, 255, 255, 0.05);
}

.pdAKgQgCXY {
  padding: 1.2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.pdAKgQgCXY:hover {
  background: rgba(255, 255, 255, 0.08);
}

.pdAKgQgCXY i {
  transition: transform 0.3s ease;
  color:  #70e336;
  font-size: 1.2rem;
}

.gJMloWSTKvoSXU.aktivno .pdAKgQgCXY i {
  transform: rotate(45deg);
}

.suUeSpDY {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.gJMloWSTKvoSXU.aktivno .suUeSpDY {
  max-height: 500px;
}

.suUeSpDY p {
  padding: 0 1.2rem 1.2rem;
  margin: 0;
  color: #cccccc;
  line-height: 1.6;
  font-size: 0.9rem;
}

.suUeSpDY a {
  color: #ffde0b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.suUeSpDY a:hover {
  color: #ff7b2f;
}

@media (max-width: 1024px) {
  .vDSlYGFqqJY,
  .FJsuMDkxgwUUx {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .pTqVcVerPAhZo h1 {
    font-size: 2.5rem;
  }
  
  .QNBbQXqLFNR {
    padding: 0 1rem;
  }
  
  .SntpPBZBXHOD,
  .zPGPsGaxGTtiZo {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .pTqVcVerPAhZo {
    padding: 4rem 0 2rem;
  }
  
  .pTqVcVerPAhZo h1 {
    font-size: 2rem;
  }
  
  .KLNWuJLW,
  .pdAKgQgCXY {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  .vSqrTLCUvW p,
  .suUeSpDY p {
    padding: 0 1rem 1rem;
  }

  .vSqrTLCUvW a {
    font-size: .8rem;
  }
}

.aAItpxEH {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
}

.LuIvBgZapz {
  padding: 6rem 0 4rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(45, 136, 255, 0.05), rgba(47, 144, 255, 0.05));
  position: relative;
  overflow: hidden;
}

.EXEcABHdbZBSw {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
}

.LuIvBgZapz h1 {
  font-family: 'Crimson Text', serif;
  font-size: 4rem;
  margin-bottom: 3rem;
  background: linear-gradient(90deg,  #70e336, #9d57ff, #ff7b2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.aFAVhjTcte {
  margin: 3rem auto;
  max-width: 600px;
}

.xPEuYKx {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 45, 117, 0.3));
}

.LuIvBgZapz p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 3rem auto 0;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.7;
}

.eXEFbZC {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(47, 223, 255, 0.03), rgba(255, 157, 45, 0.03));
}

.iDkjYuRs {
  display: flex;
  gap: 3rem;
  align-items: stretch;
}

.JbqjzgLlYHACJ {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.JbqjzgLlYHACJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.7s ease;
}

.JbqjzgLlYHACJ:hover::before {
  left: 100%;
}

.JbqjzgLlYHACJ:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.JbqjzgLlYHACJ i {
  font-size: 4rem;
  margin-bottom: 2rem;
  display: block;
}

.JbqjzgLlYHACJ:first-child i {
  background: linear-gradient(135deg,  #70e336, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.JbqjzgLlYHACJ:last-child i {
  background: linear-gradient(135deg, #ff7b2f, #ffde0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.JbqjzgLlYHACJ h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.JbqjzgLlYHACJ p {
  font-size: 1.2rem;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.QPwqYLOlWqlFh {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.eTsTSyY {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.eTsTSyY:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.eTsTSyY i {
  font-size: 1.8rem;
  margin: 0;
}

.eTsTSyY span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}

.ySjgmXK {
  padding: 5rem 0;
}

.gSwfEku {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.bYVfCW {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.eyqcjraowlqg {
  flex: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.eyqcjraowlqg:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.eyqcjraowlqg img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  transition: transform 0.5s ease;
}

.eyqcjraowlqg:hover img {
  transform: scale(1.1);
}

.FJlhAtY {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2rem;
  color: white;
}

.FJlhAtY h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.hrzI {
  flex: 1;
}

.hrzI h3 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  background: linear-gradient(90deg,  #70e336, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hrzI p {
  font-size: 1.1rem;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.qBbylnHq {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.uwpuZyKzcUSO {
  text-align: center;
  flex: 1;
}

.cbvvc {
  display: block;
  font-family: 'Crimson Text', serif;
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(135deg, #ff7b2f, #ffde0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.xiPAuyuRy {
  font-size: 0.9rem;
  color: #cccccc;
  font-weight: 600;
}

.sSdJo {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.sSdJo i {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffde0b, #ff7b2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.sSdJo h3 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.sSdJo p {
  font-size: 1.2rem;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.jHozGuBml {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.WrauGPF {
  flex: 1;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.WrauGPF:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-8px);
}

.WrauGPF i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.WrauGPF h4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.WrauGPF p {
  font-size: 0.9rem;
  color: #cccccc;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .iDkjYuRs {
    flex-direction: column;
  }
  
  .bYVfCW {
    flex-direction: column;
  }
  
  .jHozGuBml {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .LuIvBgZapz h1 {
    font-size: 2.5rem;
  }
  
  .EXEcABHdbZBSw {
    padding: 0 1rem;
  }
  
  .JbqjzgLlYHACJ,
  .sSdJo {
    padding: 2rem;
  }
  
  .qBbylnHq {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .LuIvBgZapz {
    padding: 4rem 0 2rem;
  }
  
  .LuIvBgZapz h1 {
    font-size: 2rem;
  }
  
  .QPwqYLOlWqlFh {
    flex-direction: column;
  }
}

.GqQGgAochKaI {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
}

.gneUtpR {
  padding: 6rem 0 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 157, 45, 0.1), rgba(47, 255, 144, 0.1));
  position: relative;
  overflow: hidden;
}

.gneUtpR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(255, 157, 45, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(47, 255, 161, 0.15) 0%, transparent 40%);
  animation: gentlePulse 6s ease-in-out infinite alternate;
}

@keyframes gentlePulse {
  0% { opacity: 0.3; }
  100% { opacity: 0.7; }
}

.PrPHLDJGEN {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.gneUtpR h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #ffde0b, #ff7b2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.gneUtpR h1::before,
.gneUtpR h1::after {
  content: '♠♥♦♣';
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.3);
  animation: symbolFloat 3s ease-in-out infinite;
}

.gneUtpR h1::before {
  left: -60px;
  animation-delay: 0s;
}

.gneUtpR h1::after {
  right: -60px;
  animation-delay: 1.5s;
}

@keyframes symbolFloat {
  0%, 100% { transform: translateY(-50%) rotate(0deg); opacity: 0.3; }
  50% { transform: translateY(-60%) rotate(180deg); opacity: 0.7; }
}

.gneUtpR p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 2rem auto 0;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.6;
}

.ESFBuHcwJi {
  padding: 4rem 0;
}

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

.JhcwsZoQ {
  flex: 1 1 calc(50% - 2rem);
  min-width: 300px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.JhcwsZoQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 157, 45, 0.05) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.JhcwsZoQ:hover::before {
  opacity: 1;
}

.JhcwsZoQ:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 157, 45, 0.2);
}

.JhcwsZoQ > i {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffde0b, #ff7b2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  transition: transform 0.5s ease;
}

.JhcwsZoQ:hover > i {
  transform: scale(1.2) rotate(10deg);
}

.JhcwsZoQ h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.JhcwsZoQ h2::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffde0b, #ff7b2f);
  transition: width 0.6s ease 0.2s;
}

.JhcwsZoQ:hover h2::after {
  width: 100%;
}

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

.FjSnr {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.FjSnr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 157, 45, 0.1), rgba(255, 168, 47, 0.1));
  transition: width 0.4s ease;
  z-index: 0;
}

.FjSnr:hover::before {
  width: 100%;
}

.FjSnr > * {
  position: relative;
  z-index: 1;
}

.FjSnr:hover {
  transform: translateX(5px);
  border-color: rgba(255, 157, 45, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.FjSnr i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffde0b;
  display: block;
  transition: all 0.3s ease;
}

.FjSnr:hover i {
  color: #ff7b2f;
  transform: scale(1.1);
}

.FjSnr h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
  min-height: 1.7rem;
  transition: color 0.3s ease;
}

.FjSnr:hover h3 {
  color: #ffde0b;
}

.FjSnr p {
  color: #cccccc;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.FjSnr:hover p {
  color: #ffffff;
}

.FjSnr a {
  color: #ffde0b;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
}

.FjSnr a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff7b2f;
  transition: width 0.3s ease;
}

.FjSnr a:hover {
  color: #ff7b2f;
}

.FjSnr a:hover::after {
  width: 100%;
}

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

@media (max-width: 768px) {
  .gneUtpR h1 {
    font-size: 2.5rem;
  }
  
  .gneUtpR h1::before,
  .gneUtpR h1::after {
    display: none;
  }
  
  .JhcwsZoQ {
    flex: 1 1 100%;
  }
  
  .PrPHLDJGEN {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .gneUtpR {
    padding: 4rem 0 2rem;
  }
  
  .gneUtpR h1 {
    font-size: 2rem;
  }
  
  .JhcwsZoQ {
    padding: 1.5rem;
  }
  
  .FjSnr {
    padding: 1rem;
  }
}

.hoIYdVxmtMvFsY {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
}

.YXPX {
  padding: 6rem 0 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(47, 255, 151, 0.1), rgba(45, 255, 122, 0.1));
  position: relative;
  overflow: hidden;
}

.YXPX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(47, 130, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(45, 255, 122, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(47, 223, 255, 0.05) 0%, transparent 50%);
  animation: pulseBackground 8s ease-in-out infinite;
}

@keyframes pulseBackground {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

.dAMLKPC {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.YXPX h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #9d57ff,  #70e336);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.YXPX h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #9d57ff,  #70e336);
  border-radius: 2px;
  animation: linePulse 2s ease-in-out infinite;
}

@keyframes linePulse {
  0%, 100% { width: 100px; opacity: 1; }
  50% { width: 150px; opacity: 0.7; }
}

.YXPX p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 2rem auto 0;
  color: #ffffff;
  opacity: 0.9;
}

.lCDChgE {
  padding: 4rem 0;
}

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

.HfPuTbdCEGNvm {
  flex: 1 1 calc(50% - 2rem);
  min-width: 300px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.HfPuTbdCEGNvm::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(123, 47, 255, 0.1), transparent, rgba(255, 45, 117, 0.1), transparent);
  animation: rotate 10s linear infinite;
  z-index: 0;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.HfPuTbdCEGNvm > * {
  position: relative;
  z-index: 1;
}

.HfPuTbdCEGNvm:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(123, 47, 255, 0.3);
}

.HfPuTbdCEGNvm > i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #9d57ff,  #70e336);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  filter: drop-shadow(0 5px 15px rgba(123, 47, 255, 0.3));
}

.HfPuTbdCEGNvm h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.HfPuTbdCEGNvm h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #9d57ff,  #70e336);
  transition: width 0.6s ease;
}

.HfPuTbdCEGNvm:hover h2::after {
  width: 100%;
}

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

.GSBDKIMWvRC {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.GSBDKIMWvRC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #9d57ff,  #70e336);
  transition: height 0.4s ease;
}

.GSBDKIMWvRC:hover::before {
  height: 100%;
}

.GSBDKIMWvRC:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(8px);
  border-color: rgba(47, 255, 224, 0.3);
}

.GSBDKIMWvRC i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color:  #70e336;
  display: block;
  transition: transform 0.3s ease;
}

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

.GSBDKIMWvRC h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
  min-height: 1.7rem;
  transition: color 0.3s ease;
}

.GSBDKIMWvRC:hover h3 {
  color: #9d57ff;
}

.GSBDKIMWvRC p {
  color: #cccccc;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.GSBDKIMWvRC:hover p {
  color: #ffffff;
}

.GSBDKIMWvRC a {
  color: #9d57ff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.GSBDKIMWvRC a:hover {
  color:  #70e336;
  text-shadow: 0 0 10px rgba(255, 45, 117, 0.3);
}

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

@media (max-width: 768px) {
  .YXPX h1 {
    font-size: 2.5rem;
  }
  
  .HfPuTbdCEGNvm {
    flex: 1 1 100%;
  }
  
  .dAMLKPC {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .YXPX {
    padding: 4rem 0 2rem;
  }
  
  .YXPX h1 {
    font-size: 2rem;
  }
  
  .HfPuTbdCEGNvm {
    padding: 1.5rem;
    border-radius: 15px;
  }
  
  .GSBDKIMWvRC {
    padding: 1rem;
    border-radius: 10px;
  }
}

.GrIyQaIfCpFxd {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
}

.pAeyC {
  padding: 6rem 0 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(47, 255, 179, 0.1), rgba(255, 157, 45, 0.1));
  position: relative;
  overflow: hidden;
}

.pAeyC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  animation: float 20s infinite linear;
}

@keyframes float {
  0% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(-100px, -100px) rotate(360deg); }
}

.zqqdsNHM {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.pAeyC h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #ff7b2f, #ffde0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textGlow 3s ease-in-out infinite alternate;
}

@keyframes textGlow {
  0% { text-shadow: 0 0 10px rgba(47, 255, 144, 0.3); }
  100% { text-shadow: 0 0 20px rgba(255, 157, 45, 0.5); }
}

.pAeyC p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  opacity: 0.9;
}

.ErbuRUk {
  padding: 4rem 0;
}

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

.zmoltODTStG {
  flex: 1 1 calc(50% - 2rem);
  min-width: 300px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.zmoltODTStG::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff7b2f, #ffde0b);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.zmoltODTStG:hover::after {
  transform: scaleX(1);
}

.zmoltODTStG:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.zmoltODTStG > i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ff7b2f, #ffde0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  animation: iconPulse 2s ease-in-out infinite;
}

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

.zmoltODTStG h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
}

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

.lNrGhDvjA {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.lNrGhDvjA::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(47, 255, 179, 0.1), transparent);
  transition: left 0.6s ease;
}

.lNrGhDvjA:hover::before {
  left: 100%;
}

.lNrGhDvjA:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: #ff7b2f;
  transform: translateY(-3px);
}

.lNrGhDvjA i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffde0b;
  display: block;
}

.lNrGhDvjA h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #ffffff;
  min-height: 1.7rem;
}

.lNrGhDvjA p {
  color: #cccccc;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.lNrGhDvjA a {
  color: #ff7b2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.lNrGhDvjA a:hover {
  color: #ffde0b;
}

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

@media (max-width: 768px) {
  .pAeyC h1 {
    font-size: 2.5rem;
  }
  
  .zmoltODTStG {
    flex: 1 1 100%;
  }
  
  .zqqdsNHM {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .pAeyC {
    padding: 4rem 0 2rem;
  }
  
  .pAeyC h1 {
    font-size: 2rem;
  }
  
  .zmoltODTStG {
    padding: 1.5rem;
  }
  
  .lNrGhDvjA {
    padding: 1rem;
  }
}

.XgJlotLHOlH {
  background: linear-gradient(135deg, #0f161a 0%, #1a2e27 50%, #163e3b 100%);
  min-height: 100vh;
}

.WOuQAymNHZ {
  padding: 6rem 0 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 45, 117, 0.1), rgba(123, 47, 255, 0.1));
}

.BDQderEMj {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2rem;
}

.WOuQAymNHZ h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg,  #70e336, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.WOuQAymNHZ p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  opacity: 0.9;
}

.OkURQLD {
  padding: 4rem 0;
}

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

.TLLXnUVmYTE {
  flex: 1 1 calc(50% - 2rem);
  min-width: 300px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.TLLXnUVmYTE::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.TLLXnUVmYTE:hover::before {
  left: 100%;
}

.TLLXnUVmYTE:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border-color:  #70e336;
}

.TLLXnUVmYTE > i {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg,  #70e336, #9d57ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.TLLXnUVmYTE h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 1rem;
}

.TLLXnUVmYTE h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg,  #70e336, #9d57ff);
  border-radius: 2px;
}

.gioTvUnhCO {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.SHWXZoApCHMevPu {
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #9d57ff;
  transition: all 0.3s ease;
}

.SHWXZoApCHMevPu:hover {
  background: rgba(255, 255, 255, 0.07);
  border-left-color:  #70e336;
  transform: translateX(5px);
}

.SHWXZoApCHMevPu i {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ff7b2f;
  display: block;
}

.SHWXZoApCHMevPu h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #ffffff;
  min-height: 1.8rem;
}

.SHWXZoApCHMevPu p {
  color: #cccccc;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.SHWXZoApCHMevPu a {
  color: #ff7b2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.SHWXZoApCHMevPu a:hover {
  color:  #70e336;
}

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

@media (max-width: 768px) {
  .WOuQAymNHZ h1 {
    font-size: 2.5rem;
  }
  
  .TLLXnUVmYTE {
    flex: 1 1 100%;
  }
  
  .BDQderEMj {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .WOuQAymNHZ {
    padding: 4rem 0 2rem;
  }
  
  .WOuQAymNHZ h1 {
    font-size: 2rem;
  }
  
  .TLLXnUVmYTE {
    padding: 1.5rem;
  }
  
  .SHWXZoApCHMevPu {
    padding: 1rem;
  }
}