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

:root {
  --primary: #9972ab;
  --secondary: #4a1d57;
  --accent: #75459d;
  --light: #f5eefa;
  --dark: #210821;
  --success: #703a97;
  --warning: #98cc3d;
  --error: #efa225;
  --text: #333;
  --text-light: #777;
  --bg: #f8f9fa;
  --overlay: rgba(0, 0, 0, 0.7);
  
  --gradient: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  --gradient-reverse: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);
  
  --radius: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  
  --transition: all 0.3s ease;
  --transition-fast: all 0.15s ease;
  --transition-slow: all 0.5s ease;
  
  --max-width: 1496px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--dark);
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

p {
  margin-bottom: 1.5rem;
  min-height: 1.6rem;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

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

.PTWEOtlNDZhHDg {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.text-center {
  text-align: center;
}

.aalGxDNkdLc {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow);
}

.aalGxDNkdLc:hover {
  background: var(--gradient-reverse);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.aalGxDNkdLc:LjuOkhlsjJB {
  transform: translateY(0);
}

.aalGxDNkdLc-outline {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.aalGxDNkdLc-outline:hover {
  background: var(--primary);
  color: white;
}

.gyfwNweKfgT {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: var(--shadow);
  z-index: 1000;
  padding: 1.5rem 0;
}

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

.pUiJHQaLlJa {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--dark);
  display: flex;
  align-items: center;
}

.pUiJHQaLlJa i {
  margin-right: 1rem;
  color: var(--primary);
}

.rSmmbukW ul {
  display: flex;
  list-style: none;
  gap: 3rem;
}

.rSmmbukW a {
  font-weight: 600;
  color: var(--dark);
  position: relative;
}

.rSmmbukW a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient);
  transition: var(--transition);
}

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

.FOSWSzD {
  background: var(--gradient);
  color: white;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius);
  font-weight: 600;
  transition: var(--transition);
}

.FOSWSzD:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.UmzAvRX {
  display: none;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--dark);
  cursor: pointer;
}

.yLMKRy {
  position: relative;
  height: 80vh;
  min-height: 600px;
  background-image: url('../pc-art/pc-fon1.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-top: 7rem;
}

.hLYOrmLx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.KzNls {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 800px;
  padding: 0 2rem;
}

.yLMKRy h1 {
  color: #6ae1e9;
  font-size: 5.6rem;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(17, 187, 2, 0.5);
}

.yLMKRy p {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.jokLQhNQKC {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.eVffp {
  text-align: center;
}

.lHSymGrTXjO {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: 'Libre Baskerville', serif;
}

.mpDnZoI {
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
}

.OEOcNkVyoOT {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.zoKmxbVxgNuEKA {
  padding: 8rem 0;
  background-color: white;
}

.WiybQALnTjtg {
  text-align: center;
}

.zoKmxbVxgNuEKA h2 {
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}

.zoKmxbVxgNuEKA h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--gradient);
  border-radius: 2px;
}

.zoKmxbVxgNuEKA p {
  max-width: 800px;
  margin: 0 auto 5rem;
  font-size: 1.8rem;
  color: var(--text-light);
}

.EoVKfMD {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.DBuCKpJcZej {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  padding: 3rem 2rem;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.DBuCKpJcZej:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.DBuCKpJcZej i {
  font-size: 4rem;
  margin-bottom: 2rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.DBuCKpJcZej h3 {
  margin-bottom: 1.5rem;
}

.ZMowWLSvsTW {
  padding: 8rem 0;
  background-color: var(--light);
}

.imnaboutcontainer {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.CTFWyWOR {
  flex: 1;
}

.yLcmNaDP {
  flex: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.yLcmNaDP img {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--transition-slow);
}

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

.HTkMXDy {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 600;
  color: var(--primary);
}

.HTkMXDy i {
  margin-left: 0.5rem;
  transition: var(--transition);
}

.HTkMXDy:hover i {
  transform: translateX(5px);
}

.ECZkOJIQ {
  padding: 8rem 0;
  background: var(--gradient);
  color: white;
}

.GntXSTltKEw {
  text-align: center;
}

.ECZkOJIQ h2 {
  margin-bottom: 5rem;
}

.jbEMFmKIR {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.vXQZmz {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(5px);
  transition: var(--transition);
}

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

.vXQZmz i {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.vXQZmz h3 {
  margin-bottom: 1.5rem;
}

.UrLovIusMO {
  padding: 8rem 0;
  background-color: white;
}

.INSfPJI {
  max-width: 1200px;
}

.UrLovIusMO h2 {
  text-align: center;
  margin-bottom: 5rem;
}

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

.TDESdelL {
  flex: 1;
}

.TDESdelL h3 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--light);
}

.DrVkjQS {
  margin-bottom: 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.bOdZHQoVOU {
  width: 100%;
  padding: 1.5rem 2rem;
  background: white;
  border: none;
  text-align: left;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.bOdZHQoVOU:hover {
  background: var(--light);
}

.bOdZHQoVOU i {
  transition: var(--transition);
}

.bOdZHQoVOU.LjuOkhlsjJB i {
  transform: rotate(45deg);
}

.OkexMCswZal {
  max-height: 0;
  overflow: hidden;
  transition: var(--transition);
  background: var(--light);
}

.OkexMCswZal.LjuOkhlsjJB {
  max-height: 300px;
  padding: 2rem;
}

.KPexSTPyyRXG {
  display: block;
  margin: 5rem auto 0;
  background: var(--gradient);
  color: white;
}

.jOjBjqKIsQwt {
  padding: 8rem 0;
  background-color: var(--light);
}

.gBzElAinOSLV {
  text-align: center;
}

.jOjBjqKIsQwt h2 {
  margin-bottom: 5rem;
}

.WFrdGXnLGzj {
  display: flex;
  gap: 3rem;
  overflow-x: auto;
  padding: 2rem 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.MLhYoy {
  min-width: 350px;
  scroll-snap-align: start;
  background: white;
  padding: 3rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  text-align: left;
}

.fNQxLdNrBjFpdD {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.fNQxLdNrBjFpdD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.JdrOnPDUQC {
  color: var(--warning);
  margin-bottom: 1.5rem;
}

.hXZsubTuCwW {
  font-weight: 600;
  color: var(--dark);
}

.QzbRFmt {
  padding: 8rem 0;
  background-color: white;
}

.CwiYHShHn {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.QzbRFmt h2 {
  margin-bottom: 3rem;
}

.HPTeSwlB {
  margin-bottom: 4rem;
  text-align: left;
}

.HPTeSwlB p {
  margin-bottom: 2rem;
}

.KOnxgvxx {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 600;
  color: var(--primary);
}

.HcIecqe {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 4rem 0;
}

.HcIecqe a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.HcIecqe a:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.LwmrvkEUWUUsum {
  margin-top: 3rem;
}

.QJqSOQveXPjh {
  padding: 8rem 0;
  background: var(--gradient);
  color: white;
}

.KBrXFEPYmt {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.QJqSOQveXPjh h2 {
  margin-bottom: 2rem;
}

.QJqSOQveXPjh p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.vlSvqPl {
  max-width: 600px;
  margin: 0 auto;
}

.pYfSB {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.PNYkub {
  flex: 1;
  min-width: 250px;
  position: relative;
}

.ERdLcZpj {
  width: 100%;
  padding: 1.5rem;
  border: none;
  border-radius: var(--radius) 0 0 var(--radius);
  font-size: 1.6rem;
  margin-bottom: 0;
}

.imnnewslettererror {
  color: var(--error);
  font-size: 1.4rem;
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;
}

.RINUDQPiYlUmuq {
  padding: 1.5rem 3rem;
  background: var(--dark);
  color: white;
  border: none;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  height: 100%;
}

.RINUDQPiYlUmuq:hover {
  background: var(--secondary);
}

.mYrHceHYrXgVU {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.mYrHceHYrXgVU input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.mYrHceHYrXgVU label {
  font-size: 1.4rem;
  text-align: center;
}

.DXZOKm {
  background-color: var(--dark);
  color: white;
  padding: 6rem 0 0;
}

.plooIdyZYZRp {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.eQjhvAR {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-bottom: 5rem;
}

.VQxGPY {
  flex: 1;
  min-width: 285px;
}

.VQxGPY h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

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

.pnxEmmxhohZ a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  transition: var(--transition);
}

.pnxEmmxhohZ a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

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

.qtYnqGml {
  min-width: 200px;
}

.qtYnqGml h4 {
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.qtYnqGml h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary);
}

.qtYnqGml ul {
  list-style: none;
}

.qtYnqGml li {
  margin-bottom: 1rem;
}

.qtYnqGml a {
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition);
}

.qtYnqGml a:hover {
  color: white;
  padding-left: 5px;
}

.mDeKAQp {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.mDeKAQp p {
  margin: 0;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}

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

.EranmZiw {
  position: fixed;
  bottom: 12rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
}

.EranmZiw.LjuOkhlsjJB {
  opacity: 1;
  visibility: visible;
}

.EranmZiw:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.ZmuFjPoZrssf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.RxwmcoAiYSj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.zJHfWO {
  position: relative;
  z-index: 1;
  background: white;
  padding: 4rem;
  border-radius: var(--radius-lg);
  text-align: center;
  max-width: 500px;
  width: 90%;
  animation: fadeIn 0.5s ease;
}

.xFpFpXpvSXc {
  font-size: 6rem;
  color: var(--primary);
  margin-bottom: 2rem;
}

.ZmuFjPoZrssf h2 {
  margin-bottom: 1.5rem;
}

.ZmuFjPoZrssf p {
  margin-bottom: 3rem;
}

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

.dwLjyWuQL {
  background: var(--gradient);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.dwLjyWuQL:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.ILUhvxV {
  background: var(--light);
  color: var(--dark);
  padding: 1rem 2rem;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.ILUhvxV:hover {
  background: #e0e0e0;
}

.GkesuNNwQScE {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  max-width: 600px;
  background: white;
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  animation: slideUp 0.5s ease;
}

.GkesuNNwQScE p {
  margin: 0;
  margin-right: 2rem;
  font-size: 1.4rem;
}

.GkesuNNwQScE a {
  color: var(--primary);
  font-weight: 600;
}

.VpaPMOUzSnlTcz {
  background: var(--gradient);
  color: white;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  flex-shrink: 0;
}

.VpaPMOUzSnlTcz:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.IjDTL {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

.IjDTL.LjuOkhlsjJB {
  display: flex;
}

.oWdRwjVNydYwX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
}

.QSbNsSc {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 500px;
  padding: 4rem;
  animation: fadeIn 0.3s ease;
}

.hmQuaiblWk {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.hmQuaiblWk:hover {
  color: var(--primary);
}

.JpvTTNYV {
  display: flex;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--light);
}

.wwrFCepKCsH {
  flex: 1;
  padding: 1rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.wwrFCepKCsH.LjuOkhlsjJB {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.NVKaAnfE {
  display: none;
}

.NVKaAnfE.LjuOkhlsjJB {
  display: block;
}

.NLhqyVSJL {
  margin-bottom: 2rem;
}

.NLhqyVSJL label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.UKUmcpEuroETa {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  font-size: 1.6rem;
  transition: var(--transition);
}

.UKUmcpEuroETa:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.aYnUtRpvxbCQ {
  position: relative;
}

.aWoqvNqLwafJ {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  font-size: 1.8rem;
}

.NknrFH {
  color: var(--error);
  font-size: 1.4rem;
  margin-top: 0.5rem;
  min-height: 1.8rem;
}

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

.rZKjk {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rZKjk input {
  width: 18px;
  height: 18px;
}

.eBuuXUotreWFj {
  font-size: 1.4rem;
  color: var(--primary);
}

.LQWRFcXCPNZMWg {
  width: 100%;
  padding: 1.5rem;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: 2rem;
}

.LQWRFcXCPNZMWg:hover {
  background: var(--gradient-reverse);
}

.VMxjqGjLQYbwoT {
  margin-bottom: 2rem;
}

.urofJpyPnFOW {
  text-align: center;
  margin-top: 2rem;
}

.LhnnnXcuS {
  color: var(--primary);
  font-weight: 600;
}

.lUhTrAGyD {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

.lUhTrAGyD.LjuOkhlsjJB {
  display: flex;
}

.UQzYLlXNLB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
}

.bvxbVOLsPcCy {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 600px;
  padding: 4rem;
  animation: fadeIn 0.3s ease;
}

.NFimSIhLF {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.NFimSIhLF:hover {
  color: var(--primary);
}

.lUhTrAGyD h2 {
  width: 100%;
  max-width: 280px;
  margin-bottom: 1rem;
}

.lUhTrAGyD p {
  margin-bottom: 3rem;
  color: var(--text-light);
}

.yoFfeJSj .NLhqyVSJL {
  margin-bottom: 2rem;
}

.JdVCGscXXqmFF {
  width: 100%;
  min-height: 150px;
  padding: 1.2rem;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  font-size: 1.6rem;
  font-family: inherit;
  resize: vertical;
  transition: var(--transition);
}

.JdVCGscXXqmFF:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.ymyHSyOTJ {
  margin: 2rem 0;
}

.dwBkTETAv {
  width: 100%;
  padding: 1.5rem;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.dwBkTETAv:hover {
  background: var(--gradient-reverse);
}

.TMjUmguGn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.TMjUmguGn.LjuOkhlsjJB {
  display: flex;
}

.HdYnnBFbMrCAdS {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
}

.GjjCfhcP {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 500px;
  padding: 4rem;
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.wuhvsfLRx {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.wuhvsfLRx:hover {
  color: var(--primary);
}

.ZdYdnNLBMg {
  font-size: 6rem;
  color: var(--success);
  margin-bottom: 2rem;
}

.dNgauwINejpe {
  margin-bottom: 1rem;
}

.uAereuhXLrt {
  margin-bottom: 3rem;
  color: var(--text-light);
}

.hyIhyvnRZO {
  padding: 1.2rem 2.4rem;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.hyIhyvnRZO:hover {
  background: var(--gradient-reverse);
}

.imnticketmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
}

.imnticketmodal.LjuOkhlsjJB {
    display: flex !important;
}

.imnticketmodaloverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
}

.imnticketmodalcontent {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 600px;
  padding: 4rem;
  animation: fadeIn 0.3s ease;
}

.imnticketmodalclose {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.imnticketmodalclose:hover {
  color: var(--primary);
}

.imnticketmodal h2 {
  margin-bottom: 1rem;
}

.imnticketmodal p {
  margin-bottom: 3rem;
  color: var(--text-light);
}

.imnticketmodalnumbers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.imnticketmodalnumber-error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36%;
  color: var(--error);
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
  background: white;
  padding: 2px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 10;
}

.imnticketmodalnumber {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 50%;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  transition: all 0.3s ease;
}

.imnticketmodalnumber.selected {
  background: var(--gradient);
  color: white;
  transform: scale(1.1);
}

.imnticketmodalactions {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.imnticketmodalquickpick,
.imnticketmodalclear {
  padding: 1rem 2rem;
  background: var(--light);
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.imnticketmodalquickpick:hover,
.imnticketmodalclear:hover {
  background: #e0e0e0;
}

.imnticketmodalselected {
  margin-bottom: 3rem;
}

.imnticketmodalselected h3 {
  margin-bottom: 1rem;
}

.imnticketmodalselectednumbers {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.imnticketmodalselectednumber {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
  color: white;
  border-radius: 50%;
  font-weight: 600;
}

.imnticketmodalpurchase {
  width: 100%;
  padding: 1.5rem;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.imnticketmodalpurchase:hover {
  background: var(--gradient-reverse);
}

.imnticketsuccess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1001 !important;
    background: rgba(0,0,0,0.7);
}

.imnticketsuccess.LjuOkhlsjJB {
    display: flex !important;
}

.imnticketsuccess__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
}

.imnticketsuccess__content {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 500px;
  padding: 4rem;
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.imnticketsuccess__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.imnticketsuccess__close:hover {
  color: var(--primary);
}

.imnticketsuccess__icon {
  font-size: 6rem;
  color: var(--success);
  margin-bottom: 2rem;
}

.imnticketsuccess__title {
  margin-bottom: 1rem;
}

.imnticketsuccess__message {
  margin-bottom: 3rem;
  color: var(--text-light);
}

.imnticketsuccess__button {
  padding: 1.2rem 2.4rem;
  background: var(--gradient);
  color: white;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.imnticketsuccess__button:hover {
  background: var(--gradient-reverse);
}

.ftpCWZuZnM {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  font-size: 1.6rem;
  transition: var(--transition);
  margin-bottom: 1.5rem;
}

.ftpCWZuZnM:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.imnticketmodalinput {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  font-size: 1.6rem;
  transition: var(--transition);
  margin-bottom: 2rem;
}

.imnticketmodalinput:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

@media (max-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  
  h2 {
    font-size: 3.2rem;
  }
  
  .yLMKRy h1 {
    font-size: 4.8rem;
  }
  
  .imnaboutcontainer {
    flex-direction: column;
  }
  
  .CTFWyWOR,
  .yLcmNaDP {
    flex: none;
    width: 100%;
  }
  
  .yLcmNaDP {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 58%;
  }
  
  .rSmmbukW {
    position: fixed;
    top: 9rem;
    left: 0;
    width: 100%;
    background: white;
    padding: 2rem;
    box-shadow: var(--shadow);
    transform: translateY(-150%);
    opacity: 0;
    transition: var(--transition);
    z-index: 999;
  }
  
  .rSmmbukW.LjuOkhlsjJB {
    transform: translateY(0);
    opacity: 1;
  }
  
  .rSmmbukW ul {
    flex-direction: column;
    gap: 1.5rem;
  }

  .rSmmbukW-aalGxDNkdLc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  
  .UmzAvRX {
    display: block;
  }
  
  .yLMKRy {
    height: auto;
    min-height: auto;
    padding: 15rem 0 10rem;
  }
  
  .yLMKRy h1 {
    font-size: 4rem;
  }
  
  .yLMKRy p {
    font-size: 1.8rem;
  }
  
  .jokLQhNQKC {
    gap: 1rem;
  }
  
  .lHSymGrTXjO {
    font-size: 3.6rem;
  }
  
  .lKxbKLSS {
    flex-direction: column;
  }
  
  .MLhYoy {
    min-width: 300px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 3.2rem;
  }
  
  h2 {
    font-size: 2.8rem;
  }

  .rSmmbukW {
    top: 10rem;
  }
  
  .yLMKRy h1 {
    font-size: 3.2rem;
  }
  
  .yLMKRy p {
    font-size: 1.6rem;
  }
  
  .lHSymGrTXjO {
    font-size: 2.8rem;
  }
  
  .DBuCKpJcZej {
    min-width: 100%;
  }
  
  .QSbNsSc,
  .bvxbVOLsPcCy,
  .GjjCfhcP,
  .imnticketmodalcontent {
    padding: 3rem 2rem;
  }
  
  .zJHfWO {
    padding: 3rem 2rem;
  }
  
  .TbEb {
    flex-direction: column;
    gap: 1rem;
  }
  
  .GkesuNNwQScE {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .GkesuNNwQScE p {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  
  .imnticketmodalnumber {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 320px) {
  .PTWEOtlNDZhHDg {
    padding: 0 1.5rem;
  }

  .rSmmbukW {
    top: 13rem;
  }
  
  .lHSymGrTXjO {
    font-size: 2.4rem;
  }
  
  .MLhYoy {
    min-width: 280px;
    padding: 2rem;
  }

  .NFimSIhLF,
  .hmQuaiblWk,
  .wuhvsfLRx,
  .imnticketmodalclose {
    top: 1rem;
    right: 0.5rem;
  }
}

.XFWuCTbopKQqmE {
    padding: 15rem 0 5rem;
    background: var(--gradient);
    color: white;
    margin-top: 7rem;
    text-align: center;
}

.XFWuCTbopKQqmE h1 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
}

.XFWuCTbopKQqmE p {
    font-size: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.axYlMlM {
    padding: 6rem 0;
}

.GTdrKD {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 5rem;
}

.RQoSvZqFZqK {
    font-size: 1.8rem;
    line-height: 1.8;
}

.RQoSvZqFZqK i {
    font-size: 3.5rem;
    color: var(--primary);
    margin: 3rem 0 1.5rem;
    display: block;
}

.RQoSvZqFZqK h2 {
    font-size: 3.2rem;
    color: var(--secondary);
    margin-bottom: 2rem;
}

.RQoSvZqFZqK p {
    margin-bottom: 2.5rem;
}

.tguQVRfY {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 10rem;
    align-self: start;
}

.YNMGIwdV {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

.YNMGIwdV:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.YNMGIwdV i {
    font-size: 3.5rem;
    color: var(--accent);
    margin-bottom: 1rem;
}

.YNMGIwdV h3 {
    font-size: 3.6rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.YNMGIwdV p {
    color: var(--text-light);
    font-size: 1.6rem;
}

@media (max-width: 1024px) {
    .GTdrKD {
        grid-template-columns: 1fr;
    }
    
    .tguQVRfY {
        grid-row: 1;
        flex-direction: row;
        flex-wrap: wrap;
        position: static;
        justify-content: center;
    }
    
    .YNMGIwdV {
        flex: 1 1 200px;
    }
}

@media (max-width: 768px) {
    .XFWuCTbopKQqmE {
        padding: 12rem 0 4rem;
    }
    
    .YNMGIwdV {
        flex: 1 1 150px;
    }
}

.HCgvJFpgT {
    padding: 15rem 0 5rem;
    background: var(--primary);
    color: white;
    margin-top: 7rem;
}

.HCgvJFpgT h1 {
  text-align: center;
    font-size: 4.2rem;
    margin-bottom: 2rem;
}

.HCgvJFpgT p {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto;
}

.vNWDMGv {
    padding: 6rem 0;
}

.INeqkpS {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.MwmcMjfzSNze {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-right: 4px solid var(--success);
}

.MwmcMjfzSNze:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.MwmcMjfzSNze i {
    font-size: 3rem;
    color: var(--success);
    margin-bottom: 1.5rem;
    display: block;
}

.MwmcMjfzSNze h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.MwmcMjfzSNze p {
    color: var(--text-light);
    font-size: 1.6rem;
}

.MwmcMjfzSNze a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .HCgvJFpgT {
        padding: 12rem 0 4rem;
    }
    
    .INeqkpS {
        grid-template-columns: 1fr;
    }
}

.cuiIZmwQwe {
    padding: 15rem 0 5rem;
    background: var(--accent);
    color: white;
    margin-top: 7rem;
}

.cuiIZmwQwe h1 {
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 2rem;
}

.cuiIZmwQwe p {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto;
}

.SEEwajCEwC {
    padding: 6rem 0;
}

.ZkjRnRp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.AiBcTbCfIrW {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-top: 4px solid var(--accent);
}

.AiBcTbCfIrW:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.AiBcTbCfIrW i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: block;
}

.AiBcTbCfIrW h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.AiBcTbCfIrW p {
    color: var(--text-light);
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .cuiIZmwQwe {
        padding: 12rem 0 4rem;
    }
    
    .ZkjRnRp {
        grid-template-columns: 1fr;
    }
}

.yPUbAGMro {
    padding: 15rem 0 5rem;
    background: var(--secondary);
    color: white;
    margin-top: 7rem;
}

.yPUbAGMro h1 {
  color: #6ae1e9;
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 2rem;
}

.yPUbAGMro p {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto;
}

.BTdIUSzVWI {
    padding: 6rem 0;
}

.NYUQnsUGpsnwXW {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.FTUJiygVChvqoAe {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-left: 4px solid var(--primary);
}

.FTUJiygVChvqoAe:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.FTUJiygVChvqoAe i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 1.5rem;
    display: block;
}

.FTUJiygVChvqoAe h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.FTUJiygVChvqoAe p {
    color: var(--text-light);
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .yPUbAGMro {
        padding: 12rem 0 4rem;
    }
    
    .NYUQnsUGpsnwXW {
        grid-template-columns: 1fr;
    }
}

.IuPYUT {
    padding: 15rem 0 5rem;
    background: var(--gradient-reverse);
    color: white;
    margin-top: 7rem;
}

.IuPYUT h1 {
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 2rem;
}

.IuPYUT p {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto;
}

.KeZEgcxoKBiH {
    padding: 6rem 0;
}

.JQrmkBxkpS {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.dOsCyGoRq {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.dOsCyGoRq:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.dOsCyGoRq i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: block;
}

.dOsCyGoRq h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.dOsCyGoRq p {
    color: var(--text-light);
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .IuPYUT {
        padding: 12rem 0 4rem;
    }
    
    .JQrmkBxkpS {
        grid-template-columns: 1fr;
    }
}