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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Karla', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Zilla Slab', serif;
  line-height: 1.2;
  color: #21583c;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

:root {
  --primary-gradient: linear-gradient(135deg, #2f726a 0%, #06b6d4 25%, #f59e0b 50%, #ef4444 75%, #8b5cf6 100%);
  --primary-gradient-reverse: linear-gradient(135deg, #8b5cf6 0%, #ef4444 25%, #f59e0b 50%, #06b6d4 75%, #117869 100%);
  --secondary-gradient: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  --accent-color: #74a431;
  --dark-blue: #7c1eaf;
  --light-blue: #06b6d4;
  --purple: #8b5cf6;
  --yellow: #f59e0b;
  --pink: #ef4444;
  --red: #ef4444;
  --white: #ffffff;
  --light-gray: #f3f4f6;
  --medium-gray: #9ca3af;
  --dark-gray: #374151;
  --text-color: #1f2937;
  --text-light: #6b7280;
}


.rAvEqASG {
  max-width: 1610px;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}

.DMOalE {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  color: white;
  background: var(--secondary-gradient);
  box-shadow: 0 4px 15px rgba(95, 39, 205, 0.3);
  position: relative;
  overflow: hidden;
}

.DMOalE:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(95, 39, 205, 0.4);
}

.DMOalE::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  opacity: 0;
  transition: opacity 0.3s;
}

.DMOalE:hover::after {
  opacity: 0.2;
}

.DMOalE-secondary {
  background: linear-gradient(135deg, #feca57 0%, #c5ffa3 100%);
  box-shadow: 0 4px 15px rgba(254, 171, 87, 0.3);
}

.DMOalE-secondary:hover {
  box-shadow: 0 6px 20px rgba(254, 146, 87, 0.4);
}

.ygsection {
  padding: 80px 0;
  position: relative;
}

.ygsection-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ygsection-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 50px;
  color: var(--text-light);
}

.XsvKwKaCdQf {
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}

.PUNiRF {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.WpiwYtv {
  display: flex;
  align-items: center;
  gap: 15px;
}

.WpiwYtv h1 {
  font-size: 1.8rem;
  background: var(--secondary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.PaTbyYQoXAyAQ ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
}

.PaTbyYQoXAyAQ a {
  font-weight: 600;
  color: var(--dark-blue);
  transition: color 0.3s;
  position: relative;
}

.PaTbyYQoXAyAQ a:hover {
  color: var(--purple);
}

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

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

.VnyDLInGX {
  display: none;
  font-size: 1.5rem;
  color: var(--purple);
}

.digyTmyXL {
  height: 100vh;
  min-height: 700px;
  background-image: url('../art-arh/st-art4.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  margin-top: 70px;
}

.GdVGmyFpTjIfs {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
}

.GdVGmyFpTjIfs h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.GdVGmyFpTjIfs p {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.IPYYCinGRh {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.zmOrjxPu {
  background-color: rgba(5, 5, 5, 0.7);
  border-radius: 10px;
  padding: 15px 20px;
  min-width: 100px;
  backdrop-filter: blur(5px);
}

.zmOrjxPu span {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

.zmOrjxPu small {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.tjpgzwQLOjg {
  background-color: var(--white);
  padding: 100px 0;
}

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

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

.VuAFQxkT h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

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

.vwYMgIKxVz {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.HUsznhdpCu {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  border: 1px solid var(--medium-gray);
}

.HUsznhdpCu:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.HUsznhdpCu i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.HUsznhdpCu h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--dark-blue);
}

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

.bqOqGGamUSh {
  background-color: var(--light-gray);
  padding: 100px 0;
}

.eTMfeSfJ {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.poDRQbV {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.juoivaRD {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s;
  border: 1px solid var(--medium-gray);
}

.juoivaRD:hover {
  transform: translateY(-10px);
}

.fsPqgbykD {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  background: var(--primary-gradient);
  color: white;
}

.juoivaRD i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.juoivaRD h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--dark-blue);
}

.juoivaRD p {
  color: var(--text-light);
  font-size: 1rem;
  margin-bottom: 20px;
}

.QUxxQ {
  background-color: var(--white);
  padding: 100px 0;
}

.cyICQVC {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.uGQcZBbSoue {
  flex: 1 1 500px;
  background-color: var(--light-gray);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--medium-gray);
}

.uGQcZBbSoue h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: var(--dark-blue);
}

.SGujngc {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.SGujngc h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: var(--dark-blue);
}

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

.MpBhbNkRPM {
  background-color: var(--light-gray);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--medium-gray);
}

.MpBhbNkRPM h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: var(--dark-blue);
}

.fwJyFggG {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--light-blue);
  color: white;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
}

.BtXVUoj {
  background-color: var(--yellow);
}

.xNbOPeiWyavzJZ {
  margin-bottom: 25px;
}

.xNbOPeiWyavzJZ label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.xNbOPeiWyavzJZ input,
.xNbOPeiWyavzJZ select,
.xNbOPeiWyavzJZ textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--medium-gray);
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
  background-color: var(--white);
}

.xNbOPeiWyavzJZ input:focus,
.xNbOPeiWyavzJZ select:focus,
.xNbOPeiWyavzJZ textarea:focus {
  border-color: var(--purple);
  outline: none;
  box-shadow: 0 0 0 3px rgba(95, 39, 205, 0.1);
}

.ksyIH {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.ksyIH input {
  margin-right: 10px;
}

.ksyIH label {
  font-size: 0.9rem;
  color: var(--text-light);
}

.ksyIH a {
  color: var(--purple);
  text-decoration: underline;
}

.nLxsof {
  display: none;
  color: var(--red);
  font-size: 0.8rem;
  margin-top: 5px;
  min-height: 18px;
}

.qCkAaIMyBKCk {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
  background: var(--secondary-gradient);
}

.qCkAaIMyBKCk:hover {
  background: var(--primary-gradient);
}

.qCkAaIMyBKCk:disabled {
  background: var(--medium-gray);
  cursor: not-allowed;
}

.jdCVYRqzTxjR {
  background-color: var(--light-gray);
  padding: 100px 0;
}

.cdVOndqCnpM {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.EHcGMLej {
  flex: 1 1 500px;
}

.EHcGMLej h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.EHcGMLej p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 20px;
}

.XSthtszGUzXpzu {
  flex: 1 1 500px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--medium-gray);
}

.XSthtszGUzXpzu img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}

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

.hstrQBZkE {
  background: var(--primary-gradient);
  padding: 100px 0;
  color: white;
}

.TVQKlBtnQAt {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hstrQBZkE .ygsection-title {
  color: white;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.ZoHskXcGwNPH {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.GntrWF {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.GntrWF i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
}

.GntrWF h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: white;
}

.GntrWF p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.cCfoGKyomATh {
  background-color: var(--white);
  padding: 100px 0;
}

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

.VEpKvKqA {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.hzQDW {
  flex: 1 1 500px;
}

.hzQDW h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--dark-blue);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--purple);
}

.qzVi {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--medium-gray);
}

.jDnbjzVlnM {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--light-gray);
  text-align: left;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  color: var(--dark-blue);
}

.jDnbjzVlnM:hover {
  background-color: var(--medium-gray);
}

.jDnbjzVlnM i {
  transition: transform 0.3s;
}

.jDnbjzVlnM.YGCNeGAG i {
  transform: rotate(180deg);
}

.isaFhJYgct {
  background-color: var(--white);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.isaFhJYgct p {
  padding: 0 20px 20px;
  color: var(--text-light);
}

.ygcontactfaq {
  display: block;
  margin: 50px auto 0;
  max-width: 300px;
}

.jkHhbnYwG {
  background-color: var(--light-gray);
  padding: 100px 0;
}

.FZwkcMZCm {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.qyqTkfcUsoVKgN {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
  margin-top: 50px;
}

.npBwSddbcn {
  flex: 0 0 350px;
  min-height: 307px;
  background-color: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: right;
  border: 1px solid var(--medium-gray);
}

.yeqVhfz {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.npBwSddbcn p {
    min-height: 105px;
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 20px;
}

.JskbLwbHXcsb {
  display: flex;
  align-items: center;
  gap: 15px;
}

.JskbLwbHXcsb img {
  border-radius: 50%;
}

.JskbLwbHXcsb span {
  font-weight: 600;
  color: var(--dark-blue);
}

.WhxZNOm {
  background-color: var(--white);
  padding: 100px 0;
}

.EUqGFIt {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.bqOqGGamUSh {
  background-image: url('../art-arh/st-art1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.cCfoGKyomATh {
  background-image: url('../art-arh/st-art2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.WhxZNOm {
  background-image: url('../art-arh/st-art3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.NtJesDdmbASd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 5, 0.87);
  z-index: 0;
}

.GdVGmyFpTjIfs {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.uePKmgmkgKRjp {
  flex: 1 1 500px;
}

.uePKmgmkgKRjp h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.AtEMoN {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.AtEMoN i {
  font-size: 1.5rem;
  color: var(--purple);
  margin-top: 3px;
}

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

.bHpmNWqWNbZN {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.bHpmNWqWNbZN a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--purple);
  color: white;
  font-size: 1.2rem;
  transition: background-color 0.3s;
}

.bHpmNWqWNbZN a:hover {
  background-color: var(--dark-blue);
}

.vSExp {
  flex: 1 1 500px;
  background-color: var(--light-gray);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--medium-gray);
}

.vSExp h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: var(--dark-blue);
}

.FBGDNpfnc {
  background-color: var(--dark-blue);
  color: white;
  padding: 60px 0 0;
}

.wycTGvbEHlK {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0 20px;
}

.TMMPXcFGdL {
  flex: 1 1 300px;
}

.TMMPXcFGdL img {
  margin-bottom: 20px;
}

.TMMPXcFGdL p {
  opacity: 0.8;
  font-size: 0.9rem;
}

.BTiXIKKoflU {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.LmDTyBTeDa {
  flex: 1 1 200px;
}

.LmDTyBTeDa h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  color: var(--light-gray);
}

.LmDTyBTeDa h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.LmDTyBTeDa ul {
  list-style: none;
}

.LmDTyBTeDa li {
  margin-bottom: 10px;
}

.LmDTyBTeDa a {
  opacity: 0.8;
  font-size: 0.9rem;
  transition: opacity 0.3s;
}

.LmDTyBTeDa a:hover {
  opacity: 1;
}

.HkTQyyJu {
  width: 100%;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.7;
}
.WrfmHABXL {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 2rem;
}

.lyTRiJrt {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 158px;
    height: 62px;
    overflow: hidden;
}

.lyTRiJrt:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

.lyTRiJrt img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

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

.ozddk {
  background-color: var(--purple);
  color: white;
  padding: 40px 0;
}

.ODZqbQytVu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  padding: 0 20px;
}

.xmBBxEg {
  flex: 1 1 700px;
}

.xmBBxEg h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--light-gray);
}

.xmBBxEg p {
  opacity: 0.8;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.VJHnHYcKaJTMiw {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.VJHnHYcKaJTMiw a {
  color: white;
  text-decoration: underline;
  font-size: 0.9rem;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.VJHnHYcKaJTMiw a:hover {
  opacity: 1;
}

.IjEjVdbx {
  background: none;
  border: 1px solid white;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.IjEjVdbx:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.objqZY {
  flex: 1 1 200px;
  text-align: center;
}

.sajGNJqvlw {
  position: fixed;
  bottom: 157px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.sajGNJqvlw.visible {
  opacity: 1;
  visibility: visible;
}

.sajGNJqvlw:hover {
  transform: translateY(-5px);
}

.dHXswAvltFOgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.dHXswAvltFOgs.YGCNeGAG {
  opacity: 1;
  visibility: visible;
}

.BIXKtUErR {
  background-color: var(--white);
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(50px);
  transition: transform 0.3s;
}

.dHXswAvltFOgs.YGCNeGAG .BIXKtUErR {
  transform: translateY(0);
}

.RoifVv {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
  color: var(--text-light);
  transition: color 0.3s;
}

.RoifVv:hover {
  color: var(--dark-blue);
}

.YfTotdHuYyEp {
  padding: 30px 30px 20px;
  text-align: center;
  border-bottom: 1px solid var(--medium-gray);
}

.YfTotdHuYyEp img {
  margin: 0 auto 15px;
}

.AwzlHPcfR {
  font-size: 1.8rem;
  color: var(--dark-blue);
}

.ZdFtWPfqJdKd {
  padding: 30px;
  display: none;
}

.ZdFtWPfqJdKd.YGCNeGAG {
  display: block;
}

.ygformactions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ygformlink {
  color: var(--purple);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.ygformlink:hover {
  color: var(--dark-blue);
  text-decoration: underline;
}

.ygformfooter {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.pCHBBwIsO {
  padding: 40px 30px;
  text-align: center;
  display: none;
}

.pCHBBwIsO i {
  font-size: 4rem;
  color: var(--light-blue);
  margin-bottom: 20px;
}

.pCHBBwIsO h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--dark-blue);
}

.oMuWVBCy {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 25px;
}

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

.RdHxqzaharebC {
  padding: 12px 30px;
  border-radius: 50px;
  background: var(--secondary-gradient);
  color: white;
  font-weight: 600;
  transition: background-color 0.3s;
}

.RdHxqzaharebC:hover {
  background: var(--primary-gradient);
}

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

.RIVkaynjUXtGL {
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px;
  max-width: 500px;
  text-align: center;
  position: relative;
  animation: ygmodalEnter 0.5s ease-out;
}

.ehMjiCszjef {
  font-size: 3rem;
  color: var(--red);
  margin-bottom: 20px;
}

.RIVkaynjUXtGL h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--dark-blue);
}

.RIVkaynjUXtGL p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 30px;
}

.yYviGlpDnpNL {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.yYviGlpDnpNL button {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}

.VEvoHIOgSX {
  background: var(--secondary-gradient);
  color: white;
}

.VEvoHIOgSX:hover {
  background: var(--primary-gradient);
}

.plaMWvOMD {
  background-color: var(--red);
  color: white;
}

.plaMWvOMD:hover {
  background-color: #e63946;
}

.fNTFDGsCjXyyQF {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 400px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s;
}

.fNTFDGsCjXyyQF.YGCNeGAG {
  transform: translateY(0);
  opacity: 1;
}

.fNTFDGsCjXyyQF i {
  font-size: 1.8rem;
  color: var(--purple);
  flex-shrink: 0;
}

.fNTFDGsCjXyyQF p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 0;
}

.fNTFDGsCjXyyQF a {
  color: var(--purple);
  text-decoration: underline;
}

.OxOctLz {
  background: var(--secondary-gradient);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9rem;
  margin-left: auto;
  flex-shrink: 0;
  transition: background-color 0.3s;
}

.OxOctLz:hover {
  background: var(--primary-gradient);
}

.AGKRVw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.AGKRVw.YGCNeGAG {
  opacity: 1;
}

.EJmheQGgTjCF {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  position: relative;
}

.AGKRVw.YGCNeGAG .EJmheQGgTjCF {
  transform: translateY(0);
}

.xnywuac {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.xnywuac:hover {
  color: var(--dark-blue);
}

.FXZtYqp {
  text-align: center;
  margin-bottom: 25px;
}

.FXZtYqp h2 {
  font-size: 1.8rem;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.FXZtYqp p {
  color: var(--text-light);
}

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

@media (max-width: 1024px) {
  .ygsection {
    padding: 70px 0;
  }
  
  .GdVGmyFpTjIfs h2 {
    font-size: 3rem;
  }
  
  .vwYMgIKxVz,
  .poDRQbV {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .PaTbyYQoXAyAQ {
    position: fixed;
    top: 107px;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-180%);
    transition: transform 0.3s;
  }
  
  .PaTbyYQoXAyAQ.YGCNeGAG {
    transform: translateY(0);
  }
  
  .PaTbyYQoXAyAQ ul {
    flex-direction: column;
    gap: 15px;
  }
  
  .VnyDLInGX {
    display: block;
  }
  
  .GdVGmyFpTjIfs h2 {
    font-size: 2.5rem;
  }
  
  .GdVGmyFpTjIfs p {
    font-size: 1.2rem;
  }
  
  .zmOrjxPu {
    min-width: 80px;
    padding: 10px 15px;
  }
  
  .zmOrjxPu span {
    font-size: 2rem;
  }
  
  .cdVOndqCnpM,
  .EUqGFIt {
    flex-direction: column;
  }
  
  .XSthtszGUzXpzu {
    order: -1;
  }
  
  .VEpKvKqA {
    flex-direction: column;
  }

  .WrfmHABXL {
    gap: 15px;
    padding: 1rem;
  }
  
  .lyTRiJrt {
    padding: 0.3rem;
  }
}

@media (max-width: 480px) {
  .ygsection {
    padding: 50px 0;
  }
  
  .ygsection-title {
    font-size: 2rem;
  }
  
  .GdVGmyFpTjIfs h2 {
    font-size: 2rem;
  }
  
  .IPYYCinGRh {
    gap: 10px;
  }
  
  .zmOrjxPu {
    min-width: 70px;
    padding: 8px 10px;
  }
  
  .zmOrjxPu span {
    font-size: 1.5rem;
  }
  
  .zmOrjxPu small {
    font-size: 0.7rem;
  }
  
  .DMOalE {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .cyICQVC {
    flex-direction: column;
  }
  
  .yYviGlpDnpNL {
    flex-direction: column;
    gap: 10px;
  }
  
  .yYviGlpDnpNL button {
    width: 100%;
  }
  
  .fNTFDGsCjXyyQF {
    flex-direction: column;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 100px);
    width: 100%;
    max-width: 100%;
    bottom: 0;
  }
  
  .fNTFDGsCjXyyQF.YGCNeGAG {
    transform: translate(-50%, 0);
  }
  
  .OxOctLz {
    margin-left: 0;
    margin-top: 10px;
  }

  .WrfmHABXL {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 320px) {
  .PaTbyYQoXAyAQ {
    top: 170px;
    transform: translateY(-250%);
  }

  .GdVGmyFpTjIfs h2 {
    font-size: 1.8rem;
  }
  
  .zmOrjxPu {
    min-width: 60px;
  }
  
  .zmOrjxPu span {
    font-size: 1.3rem;
  }
  
  .HUsznhdpCu,
  .juoivaRD {
    flex: 1 1 100%;
  }
}

.txBFlc {
    max-width: 1220px;
    margin: 0 auto;
    padding: 202px 20px;
    background-color: #fff;
}

.XbbSjPVXW {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
}

.XbbSjPVXW h2 {
    font-size: 2.5rem;
    color: #2a2a72;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.QbaQ {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.GXJUQgZOitoQl {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border-right: 4px solid #feca57;
}

.GXJUQgZOitoQl:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.GXJUQgZOitoQl i {
    font-size: 2rem;
    color: #feca57;
    margin-bottom: 15px;
    display: inline-block;
}

.GXJUQgZOitoQl h3 {
    color: #2a2a72;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.GXJUQgZOitoQl p {
    color: #495057;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .QbaQ {
        grid-template-columns: 1fr;
    }
    
    .XbbSjPVXW h2 {
        font-size: 2rem;
    }
}