*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --ydsparkle-gradient: linear-gradient(135deg, #8A2BE2, #20B2AA, #ff8800);
  --ydstory-gradient: linear-gradient(45deg, #ff7b9c, #4ECDC4, #45B7D1);
  --ydadventure-gradient: linear-gradient(225deg, #A569BD, #48C9B0, #F7DC6F);
  --ydglow-gradient: linear-gradient(90deg, #E74C3C, #9B59B6, #3498DB);
  --ydnewsletter-gradient: linear-gradient(135deg, #1ABC9C, #E67E22, #E74C3C);
  --ydquestions-gradient: linear-gradient(45deg, #9B59B6, #2ECC71, #F1C40F);
  --ydjoy-gradient: linear-gradient(225deg, #E74C3C, #3498DB, #2ECC71);
  --ydvoices-gradient: linear-gradient(90deg, #D35400, #8E44AD, #16A085);
  --ydcare-gradient: linear-gradient(135deg, #27AE60, #2980B9, #8E44AD);
  --ydconnect-gradient: linear-gradient(45deg, #C0392B, #16A085, #F39C12);
  --ydfootprint-color: #1C2833;
  --ydnotice-color: #2C3E50;
  --ydverify-color: #34495E;
  --ydtext-light: #FDFEFE;
  --ydtext-dark: #2C3E50;
  --ydfont-heading: 'Crimson Text', serif;
  --ydfont-body: 'Inter', sans-serif;
}

body {
  font-family: var(--ydfont-body);
  line-height: 1.6;
  color: var(--ydtext-dark);
  overflow-x: hidden;
}

.nDoRySoVdspfq {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

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

.mkXZBBmrWM {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--ydfont-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ydtext-dark);
}

.mkXZBBmrWM img {
  height: 40px;
  width: auto;
}

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

.olLqjIgjQI {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--ydtext-dark);
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.olLqjIgjQI:hover {
  color: #7700ff;
  transform: translateY(-2px);
}

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

.olLqjIgjQI:hover::after {
  width: 100%;
}

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

.hxBmbeFYuMP span {
  width: 25px;
  height: 3px;
  background: var(--ydtext-dark);
  transition: all 0.3s ease;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .rErTTYIOc {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .rErTTYIOc.active {
    display: flex;
  }
  
  .hxBmbeFYuMP {
    display: flex;
  }
  
  .hxBmbeFYuMP.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  
  .hxBmbeFYuMP.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hxBmbeFYuMP.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  .CuCkLcPQd {
    flex-direction: column;
    gap: 1rem;
  }
  
  .mkXZBBmrWM {
    order: 1;
  }
  
  .rErTTYIOc {
    order: 3;
  }
  
  .hxBmbeFYuMP {
    order: 2;
  }
}

.vwYNoCaSWiYN {
  background: var(--ydsparkle-gradient);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 2rem 2rem;
}

.vwYNoCaSWiYN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/vn-engine/vn-arts/beg-art.webp') center/cover no-repeat;
  opacity: 0.2;
  animation: ydsparklefloat 20s ease-in-out infinite;
}

@keyframes ydsparklefloat {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.fELZxiuikse {
  max-width: 1200px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.fELZxiuikse h1 {
  font-family: var(--ydfont-heading);
  font-size: 4rem;
  color: var(--ydtext-light);
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: ydsparkletextGlow 3s ease-in-out infinite alternate;
}

@keyframes ydsparkletextGlow {
  from { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.5); }
  to { text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 255, 255, 0.8); }
}

.fELZxiuikse p {
  font-size: 1.3rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

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

.EghfhUWBYIivwW {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

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

.EghfhUWBYIivwW:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}

.EghfhUWBYIivwW i {
  font-size: 3rem;
  color: var(--ydtext-light);
  margin-bottom: 1rem;
  display: block;
}

.EghfhUWBYIivwW h3 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.EghfhUWBYIivwW p {
  color: var(--ydtext-light);
  font-size: 1rem;
  margin-bottom: 0;
  opacity: 0.9;
}

.blZmcAVfPMSDpw {
  display: inline-block;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.blZmcAVfPMSDpw::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--ydsparkle-gradient);
  transition: left 0.3s ease;
  z-index: -1;
}

.blZmcAVfPMSDpw:hover::before {
  left: 0;
}

.blZmcAVfPMSDpw:hover {
  color: var(--ydtext-light);
  border-color: var(--ydtext-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .fELZxiuikse h1 {
    font-size: 3rem;
  }
  
  .ondluyaPsqYN {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .vwYNoCaSWiYN {
    padding: 8rem 1rem 2rem;
  }
  
  .fELZxiuikse h1 {
    font-size: 2.5rem;
  }
  
  .fELZxiuikse p {
    font-size: 1.1rem;
  }
  
  .EghfhUWBYIivwW {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .fELZxiuikse h1 {
    font-size: 2rem;
  }
  
  .EghfhUWBYIivwW {
    padding: 1.5rem;
  }
}

.yOROiDo {
  padding: 6rem 2rem;
  background: var(--ydstory-gradient);
  position: relative;
  overflow: hidden;
}

.mSXEvdTefnR {
  max-width: 1640px;
  margin: 0 auto;
}

.PKGkzNI {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 6rem;
}

.PKGkzNI:last-child {
  margin-bottom: 0;
}

.UeJLIBKOZUKle {
  flex-direction: row-reverse;
}

.xFWRWtJAlt {
  flex: 1;
  position: relative;
}

.xFWRWtJAlt img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.xFWRWtJAlt:hover img {
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.ZbAovsLQtm {
  flex: 1;
  color: var(--ydtext-light);
}

.fIxvWHa {
  text-align: end;
}

.ZbAovsLQtm h2 {
  font-family: var(--ydfont-heading);
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ZbAovsLQtm p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.8;
}

.BbbTOjjPWF {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.huJXzbq {
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 15px;
  text-align: center;
  flex: 1 1 120px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.huJXzbq:hover {
  transform: translateY(-5px) scale(1.05);
  background: rgba(255, 255, 255, 0.3);
}

.huJXzbq i {
  font-size: 2rem;
  color: var(--ydtext-light);
  margin-bottom: 0.5rem;
  display: block;
}

.huJXzbq span {
  font-weight: 600;
  font-size: 0.9rem;
}

.yHOSYxYNT {
  display: inline-block;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.yHOSYxYNT:hover {
  background: transparent;
  color: var(--ydtext-light);
  border-color: var(--ydtext-light);
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .PKGkzNI {
    gap: 3rem;
  }
  
  .ZbAovsLQtm h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .yOROiDo {
    padding: 4rem 1rem;
  }
  
  .PKGkzNI {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  
  .UeJLIBKOZUKle {
    flex-direction: column;
  }
  
  .ZbAovsLQtm h2 {
    font-size: 2rem;
  }
  
  .BbbTOjjPWF {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .ZbAovsLQtm h2 {
    font-size: 1.8rem;
  }
  
  .huJXzbq {
    flex: 1 1 100px;
    padding: 0.8rem;
  }
}

.LwyEiy {
  padding: 6rem 2rem;
  background: var(--ydadventure-gradient);
  text-align: center;
}

.LwyEiy h2 {
  font-family: var(--ydfont-heading);
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bFCtKqrjhci {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.LQJAwyKWgpGELB {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  flex: 1 1 300px;
  width: 100%;
  min-width: 260px;
  max-width: 350px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.LQJAwyKWgpGELB:hover {
  transform: translateY(-15px) scale(1.03);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.LQJAwyKWgpGELB h3 {
  min-height: 93px;
}

.QXibIvZP {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  z-index: 2;
}

.LQJAwyKWgpGELB img {
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 287px;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

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

.LQJAwyKWgpGELB h3 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.AxyxiZJpCsTVC {
  display: inline-block;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  padding: 0.8rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.AxyxiZJpCsTVC:hover {
  background: transparent;
  color: var(--ydtext-light);
  border-color: var(--ydtext-light);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .bFCtKqrjhci {
    gap: 1.5rem;
  }
  
  .LQJAwyKWgpGELB {
    flex: 1 1 280px;
  }
}

@media (max-width: 768px) {
  .LwyEiy {
    padding: 4rem 1rem;
  }
  
  .LwyEiy h2 {
    font-size: 2.5rem;
  }
  
  .bFCtKqrjhci {
    flex-direction: column;
    align-items: center;
  }
  
  .LQJAwyKWgpGELB {
    flex: 1 1 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .LwyEiy h2 {
    font-size: 2rem;
  }
  
  .LQJAwyKWgpGELB {
    padding: 1.5rem;
  }
}

.vBFsjrn {
  background: var(--ydglow-gradient);
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.RRamuHEoVxn {
  max-width: 1640px;
  margin: 0 auto;
  text-align: center;
}

.RRamuHEoVxn h2 {
  font-family: var(--ydfont-heading);
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.hhiHhZDyy {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  flex: 1 1 350px;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.hhiHhZDyy::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  transform: rotate(0deg);
  transition: transform 0.6s ease;
}

.hhiHhZDyy:hover::before {
  transform: rotate(180deg);
}

.hhiHhZDyy:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}

.hhiHhZDyy i {
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 1.5rem;
  display: block;
}

.hhiHhZDyy h3 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.hhiHhZDyy p {
  color: var(--ydtext-light);
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .iKyzonDZ {
    gap: 1.5rem;
  }
  
  .hhiHhZDyy {
    flex: 1 1 300px;
  }
}

@media (max-width: 768px) {
  .vBFsjrn {
    padding: 4rem 1rem;
  }
  
  .RRamuHEoVxn h2 {
    font-size: 2.5rem;
  }
  
  .iKyzonDZ {
    flex-direction: column;
    align-items: center;
  }
  
  .hhiHhZDyy {
    flex: 1 1 100%;
    max-width: 450px;
  }
}

@media (max-width: 480px) {
  .RRamuHEoVxn h2 {
    font-size: 2rem;
  }
  
  .hhiHhZDyy {
    padding: 2rem 1.5rem;
  }
}

.xEmPHFzhgiCh {
  padding: 6rem 2rem;
  background: var(--ydnewsletter-gradient);
  position: relative;
  overflow: hidden;
}

.KYTfXfDWRQZWSJG {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
}

.ftOePKP {
  flex: 1;
  min-width: 300px;
  color: var(--ydtext-light);
}

.ftOePKP h2 {
  font-family: var(--ydfont-heading);
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ftOePKP p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.ftOePKP ul {
  list-style: none;
  margin-bottom: 2rem;
}

.ftOePKP li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.ftOePKP i {
  color: #33f833;
}

.TYutWVceDewPiKC {
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 3rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.UvvBto,
.RXjdQosVT {
  margin-bottom: 1.5rem;
  position: relative;
}

.UvvBto input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ydtext-light);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.UvvBto input:focus {
  outline: none;
  border-color: var(--ydtext-light);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.UvvBto input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.iRqfl {
  color: #0e0d0d;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  min-height: 1.2rem;
  display: none;
}

.RXjdQosVT {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.RXjdQosVT input {
  margin-top: 0.2rem;
}

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

.RXjdQosVT a {
  color: var(--ydtext-light);
  text-decoration: underline;
}

.TYutWVceDewPiKC button {
  width: 100%;
  padding: 1rem;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  border: none;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.TYutWVceDewPiKC button:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.TYutWVceDewPiKC button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.iVbZfqDvAmWR,
.BOaWeicM {
  display: none;
  text-align: center;
  color: var(--ydtext-light);
}

.iVbZfqDvAmWR h3,
.BOaWeicM h3 {
  font-family: var(--ydfont-heading);
  font-size: 2rem;
  margin-bottom: 1rem;
}

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

.WNIIsqLstmUcTt button {
  flex: 1;
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--ydtext-light);
  border-radius: 10px;
  background: transparent;
  color: var(--ydtext-light);
  cursor: pointer;
  transition: all 0.3s ease;
}

.WNIIsqLstmUcTt button:hover {
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
}

.LfiGQTthUcD {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
  width: 200px;
  height: 200px;
  animation: ydnewsletterspin 20s linear infinite;
}

@keyframes ydnewsletterspin {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

.mEJhhsYPOUR {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  width: 100%;
}

.fRIS {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ydtext-light);
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.fRIS i {
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .KYTfXfDWRQZWSJG {
    gap: 3rem;
  }
  
  .ftOePKP h2 {
    font-size: 2.5rem;
  }
  
  .LfiGQTthUcD {
    display: none;
  }
}

@media (max-width: 768px) {
  .xEmPHFzhgiCh {
    padding: 4rem 1rem;
  }
  
  .KYTfXfDWRQZWSJG {
    flex-direction: column;
  }
  
  .TYutWVceDewPiKC {
    padding: 2rem;
  }
  
  .mEJhhsYPOUR {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .ftOePKP h2 {
    font-size: 2rem;
  }
  
  .TYutWVceDewPiKC {
    padding: 1.5rem;
  }
  
  .WNIIsqLstmUcTt {
    flex-direction: column;
  }
}

.ZpEEZdkkWiY {
  padding: 6rem 2rem;
  background: var(--ydquestions-gradient);
  position: relative;
  overflow: hidden;
}

.ZWkzTOQjhQ {
  max-width: 1640px;
  margin: 0 auto;
  text-align: center;
}

.ZWkzTOQjhQ h2 {
  font-family: var(--ydfont-heading);
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.SIObswDfG {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 300px;
}

.SIObswDfG h3 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}

.IcYarLhV {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
}

.IcYarLhV:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.nXQwhAD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.nXQwhAD:hover {
  color: rgba(255, 255, 255, 0.9);
}

.nXQwhAD span {
  color: var(--ydtext-light);
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
  flex: 1;
  padding-right: 1rem;
}

.nXQwhAD i {
  color: var(--ydtext-light);
  transition: transform 0.3s ease;
}

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

.wtRPMbHhyGNcdoK {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: left;
}

.IcYarLhV.active .wtRPMbHhyGNcdoK {
  max-height: 200px;
}

.wtRPMbHhyGNcdoK p {
  color: var(--ydtext-light);
  padding: 1rem 0;
  opacity: 0.9;
  line-height: 1.6;
}

.vtVWcfHetmN {
  display: inline-block;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.vtVWcfHetmN:hover {
  background: transparent;
  color: var(--ydtext-light);
  border-color: var(--ydtext-light);
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .qwutTttLELe {
    gap: 2rem;
  }
  
  .SIObswDfG {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .ZpEEZdkkWiY {
    padding: 4rem 1rem;
  }
  
  .ZWkzTOQjhQ h2 {
    font-size: 2.5rem;
  }
  
  .qwutTttLELe {
    flex-direction: column;
  }
  
  .SIObswDfG {
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .ZWkzTOQjhQ h2 {
    font-size: 2rem;
  }
  
  .SIObswDfG {
    padding: 1.5rem;
  }
  
  .nXQwhAD span {
    font-size: 1rem;
  }
}

.bjFFICHfYt {
  padding: 6rem 2rem;
  background: var(--ydjoy-gradient);
  position: relative;
  overflow: hidden;
}

.JMEBBDQArLl {
  max-width: 1640px;
  margin: 0 auto;
  text-align: center;
}

.JMEBBDQArLl h2 {
  font-family: var(--ydfont-heading);
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.JMEBBDQArLl p {
  font-size: 1.3rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

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

.WQtRVTZ {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.WQtRVTZ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--ydtext-light);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

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

.WQtRVTZ h3 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.WQtRVTZ p {
  color: var(--ydtext-light);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

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

.WQtRVTZ a {
  display: inline-block;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  padding: 0.8rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.WQtRVTZ a:hover {
  background: transparent;
  color: var(--ydtext-light);
  border-color: var(--ydtext-light);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .SBHNpJ {
    gap: 1.5rem;
  }
  
  .WQtRVTZ {
    flex: 1 1 280px;
  }
}

@media (max-width: 768px) {
  .bjFFICHfYt {
    padding: 4rem 1rem;
  }
  
  .JMEBBDQArLl h2 {
    font-size: 2.5rem;
  }
  
  .JMEBBDQArLl p {
    font-size: 1.1rem;
  }
  
  .SBHNpJ {
    flex-direction: column;
    align-items: center;
  }
  
  .WQtRVTZ {
    flex: 1 1 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .JMEBBDQArLl h2 {
    font-size: 2rem;
  }
  
  .WQtRVTZ {
    padding: 2rem 1.5rem;
  }
}

.swlShOXORfHQrp {
  padding: 6rem 2rem;
  background: var(--ydvoices-gradient);
  text-align: center;
}

.swlShOXORfHQrp h2 {
  font-family: var(--ydfont-heading);
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.HZgNNWMDc {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.LKFAWQtzw {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  flex: 1 1 500px;
  max-width: 550px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  text-align: left;
  position: relative;
}

.LKFAWQtzw:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.AuDpkeQsWaysCO {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.AuDpkeQsWaysCO img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.wKrogmXHPe {
  flex: 1;
}

.wKrogmXHPe h3 {
  color: var(--ydtext-light);
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

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

.AjbW i {
  color: #ff8800;
  font-size: 1.1rem;
}

.AuDpkeQsWaysCO i:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.LKFAWQtzw p {
  color: var(--ydtext-light);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
  opacity: 0.9;
}

.ylNFAAQxWxkXU {
  display: flex;
  justify-content: space-between;
  color: var(--ydtext-light);
  font-size: 0.9rem;
  opacity: 0.8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}

@media (max-width: 1024px) {
  .HZgNNWMDc {
    gap: 1.5rem;
  }
  
  .LKFAWQtzw {
    flex: 1 1 450px;
  }
}

@media (max-width: 768px) {
  .swlShOXORfHQrp {
    padding: 4rem 1rem;
  }
  
  .swlShOXORfHQrp h2 {
    font-size: 2.5rem;
  }
  
  .HZgNNWMDc {
    flex-direction: column;
    align-items: center;
  }
  
  .LKFAWQtzw {
    flex: 1 1 100%;
    max-width: 500px;
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .swlShOXORfHQrp h2 {
    font-size: 2rem;
  }
  
  .LKFAWQtzw {
    padding: 1.5rem;
  }
  
  .AuDpkeQsWaysCO {
    flex-direction: column;
    text-align: center;
  }
  
  .ylNFAAQxWxkXU {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

.DXfZDNrHJ {
  padding: 6rem 2rem;
  background: var(--ydcare-gradient);
  position: relative;
  overflow: hidden;
}

.JwgbXAvj {
  max-width: 1640px;
  margin: 0 auto;
  text-align: center;
}

.JwgbXAvj h2 {
  font-family: var(--ydfont-heading);
  font-size: 3.5rem;
  color: var(--ydtext-light);
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.BxDEd {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 3rem;
  border-radius: 20px;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.BxDEd p {
  color: var(--ydtext-light);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.BxDEd a {
  color: var(--ydtext-light);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.BxDEd a:hover {
  color: #ff8800;
}

.nZrpiwRKEbSCPPn {
  display: inline-block;
  background: var(--ydtext-light);
  color: var(--ydfootprint-color) !important;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  margin-top: 1rem;
}

.nZrpiwRKEbSCPPn:hover {
  background: transparent;
  color: var(--ydtext-light);
  border-color: var(--ydtext-light);
  transform: translateY(-3px);
}

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

.HUeKzBPqwnRU {
  flex: 1;
  min-width: 150px;
  max-width: 200px;
  text-align: center;
}

.HUeKzBPqwnRU a {
  display: block;
  transition: all 0.3s ease;
}

.HUeKzBPqwnRU a:hover {
  transform: scale(1.1);
}

.HUeKzBPqwnRU img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.FETgmsDql {
  flex: 0 0 auto;
}

.FETgmsDql img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--ydtext-light);
}

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

@media (max-width: 768px) {
  .DXfZDNrHJ {
    padding: 4rem 1rem;
  }
  
  .JwgbXAvj h2 {
    font-size: 2.5rem;
  }
  
  .BxDEd {
    padding: 2rem;
  }
  
  .YITfcUedaRbY {
    flex-direction: column;
  }
  
  .HUeKzBPqwnRU {
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .JwgbXAvj h2 {
    font-size: 2rem;
  }
  
  .BxDEd {
    padding: 1.5rem;
  }
  
  .BxDEd p {
    font-size: 1rem;
  }
}

.ZnOXbESGL {
  padding: 6rem 2rem;
  background: var(--ydconnect-gradient);
  position: relative;
  overflow: hidden;
}

.GqDCBZcogPVOq {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.EaZOfR {
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 3rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.EaZOfR h2 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.wSalwcLRTQ,
.OUraURdWcTrgD {
  margin-bottom: 1.5rem;
  position: relative;
}

.wSalwcLRTQ input,
.wSalwcLRTQ textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ydtext-light);
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: var(--ydfont-body);
}

.wSalwcLRTQ textarea {
  min-height: 120px;
  resize: vertical;
}

.wSalwcLRTQ input:focus,
.wSalwcLRTQ textarea:focus {
  outline: none;
  border-color: var(--ydtext-light);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.wSalwcLRTQ input::placeholder,
.wSalwcLRTQ textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.kXcLGkgm {
  color: #0e0d0d;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  min-height: 1.2rem;
  display: none;
}

.OUraURdWcTrgD {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.OUraURdWcTrgD input {
  margin-top: 0.2rem;
}

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

.OUraURdWcTrgD a {
  color: var(--ydtext-light);
  text-decoration: underline;
}

.EaZOfR button {
  width: 100%;
  padding: 1rem;
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  border: none;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.EaZOfR button:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.EaZOfR button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.Gedl {
  display: none;
  text-align: center;
  color: var(--ydtext-light);
}

.Gedl h3 {
  font-family: var(--ydfont-heading);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ykLsXyIQqmA {
  flex: 1;
  min-width: 300px;
  color: var(--ydtext-light);
}

.ykLsXyIQqmA h3 {
  font-family: var(--ydfont-heading);
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ykLsXyIQqmA p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  line-height: 1.6;
}

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

.osWSjAVUDR {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.osWSjAVUDR:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(10px);
}

.osWSjAVUDR i {
  font-size: 2rem;
  margin-top: 0.2rem;
}

.osWSjAVUDR h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.osWSjAVUDR a,
.osWSjAVUDR span {
  color: var(--ydtext-light);
  text-decoration: none;
  opacity: 0.9;
}

.osWSjAVUDR a:hover {
  text-decoration: underline;
}

.UDVUeAl {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: rgba(255, 255, 255, 0.2);
  width: 150px;
  height: 150px;
  animation: ydconnectpulse 4s ease-in-out infinite;
}

@keyframes ydconnectpulse {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.1); opacity: 0.3; }
}

.WQVUg {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
  width: 100%;
}

.dftOepjxSNbL {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem 1.5rem;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

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

.dftOepjxSNbL i {
  font-size: 2.5rem;
  color: var(--ydtext-light);
  margin-bottom: 1rem;
  display: block;
}

.dftOepjxSNbL h4 {
  color: var(--ydtext-light);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.dftOepjxSNbL p {
  color: var(--ydtext-light);
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .GqDCBZcogPVOq {
    gap: 3rem;
  }
  
  .UDVUeAl {
    display: none;
  }
}

@media (max-width: 768px) {
  .ZnOXbESGL {
    padding: 4rem 1rem;
  }
  
  .GqDCBZcogPVOq {
    flex-direction: column;
  }
  
  .EaZOfR {
    padding: 2rem;
  }
  
  .WQVUg {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .ZnOXbESGL,
  .xEmPHFzhgiCh {
    padding: 4rem .2rem;
  }

  .EaZOfR {
    padding: 1.5rem;
  }
  
  .EaZOfR h2 {
    font-size: 2rem;
  }
  
  .ykLsXyIQqmA h3 {
    font-size: 1.8rem;
  }
}

.ysQIYLVVlx {
  background: var(--ydfootprint-color);
  color: var(--ydtext-light);
  padding: 3rem 2rem 1rem;
}

.mBPsRbdClJLARU {
  max-width: 1640px;
  margin: 0 auto;
}

.nobqfguaaCp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.IrQwJpxu {
  font-family: var(--ydfont-heading);
  font-size: 1.8rem;
  font-weight: 700;
}

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

.cscxZgS a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ydtext-light);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.cscxZgS a:hover {
  color: #7700ff;
  transform: translateY(-2px);
}

.UcNFSdWKemmIc {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .ysQIYLVVlx {
    padding: 2rem 1rem 1rem;
  }
  
  .nobqfguaaCp {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .cscxZgS {
    justify-content: center;
    gap: 1.5rem;
  }
}

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

.XxTewujDna {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ydnotice-color);
  color: var(--ydtext-light);
  padding: 1.5rem 2rem;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.XxTewujDna.active {
  transform: translateY(0);
}

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

.ICcMZjHXbJ p {
  flex: 1;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.ICcMZjHXbJ a {
  color: var(--ydtext-light);
  text-decoration: underline;
}

.OwxBlFXe {
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 25px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.OwxBlFXe:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .XxTewujDna {
    padding: 1rem;
  }
  
  .ICcMZjHXbJ {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

.VPFoSyrulrFh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 15, 96, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 2rem;
}

.XOhJPRzUS {
  background: var(--ydverify-color);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  max-width: 500px;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.XOhJPRzUS h2 {
  font-family: var(--ydfont-heading);
  color: var(--ydtext-light);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.XOhJPRzUS p {
  color: var(--ydtext-light);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  opacity: 0.9;
}

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

.bxxqdXSeYCiy {
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  max-width: 200px;
}

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

.YIFxgyGlCm {
  background: transparent;
  color: var(--ydtext-light);
  border: 2px solid var(--ydtext-light);
  padding: 1rem 2rem;
  border-radius: 25px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  max-width: 200px;
}

.YIFxgyGlCm:hover {
  background: var(--ydtext-light);
  color: var(--ydtext-dark);
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .VPFoSyrulrFh {
    padding: 1rem;
  }
  
  .XOhJPRzUS {
    padding: 2rem;
  }
  
  .XOhJPRzUS h2 {
    font-size: 2rem;
  }
  
  .czFIvCxqzFWM {
    flex-direction: column;
  }
  
  .bxxqdXSeYCiy,
  .YIFxgyGlCm {
    max-width: none;
  }
}

.uCPX {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(135deg, #70a7fa 0%, #ddc642 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hCtanDwlYQWeu {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.BqwHun {
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 4rem 3rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.BqwHun::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: ydpgerrorfloat 6s ease-in-out infinite;
}

@keyframes ydpgerrorfloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(10px, -5px) scale(1.02); }
  66% { transform: translate(-5px, 10px) scale(0.98); }
}

.jyaruPFnIkIW {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 3rem;
}

.jyaruPFnIkIW i {
  font-size: 8rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
  animation: ydpgerrorbounce 3s ease-in-out infinite;
}

@keyframes ydpgerrorbounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(5deg); }
  75% { transform: translateY(-10px) rotate(-5deg); }
}

.CssaKb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.JgSVZ {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fQYjgwRdL {
  width: 120px;
  height: 120px;
  animation: ydpgerrorspin 8s linear infinite;
}

.YuAYDKEB {
  width: 160px;
  height: 160px;
  animation: ydpgerrorspin 12s linear infinite reverse;
}

.OHJFB {
  width: 200px;
  height: 200px;
  animation: ydpgerrorspin 16s linear infinite;
}

@keyframes ydpgerrorspin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.BqwHun h1 {
  font-family: 'Crimson Text', serif;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: ydpgerrorglitch 5s ease-in-out infinite;
}

@keyframes ydpgerrorglitch {
  0%, 100% { 
    transform: translate(0, 0);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  }
  25% { 
    transform: translate(2px, -1px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 2px 2px 8px rgba(255, 255, 255, 0.5);
  }
  75% { 
    transform: translate(-1px, 1px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 8px rgba(255, 255, 255, 0.5);
  }
}

.eQUVYCoeyQm {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.eQUVYCoeyQm i {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
}

.eQUVYCoeyQm p {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.BjScFBMaiSyWwm {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.MuASJCUb {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  padding: 2rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.MuASJCUb:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.3);
}

.MuASJCUb i {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
}

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

.MuASJCUb p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
  font-size: 0.95rem;
}

.SQxfmPQUM {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.BWBHATiOL {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #ffffff;
  color: #70a7fa;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

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

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

.BWBHATiOL:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.BWBHATiOL-secondary {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.BWBHATiOL-secondary:hover {
  background: #ffffff;
  color: #70a7fa;
}

.FdDCKDDJQzg {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.FdDCKDDJQzg i {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
  animation: ydpgerrorsparkle 2s ease-in-out infinite;
}

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

.FdDCKDDJQzg p {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
  font-style: italic;
}

@media (max-width: 1024px) {
  .uCPX {
    padding: 6rem 1.5rem 3rem;
  }
  
  .BqwHun {
    padding: 3rem 2rem;
  }
  
  .BqwHun h1 {
    font-size: 3.5rem;
  }
  
  .BjScFBMaiSyWwm {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .uCPX {
    padding: 5rem 1rem 2rem;
  }
  
  .BqwHun {
    padding: 9.5rem 1.5rem;
  }
  
  .BqwHun h1 {
    font-size: 3rem;
  }
  
  .BjScFBMaiSyWwm {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .SQxfmPQUM {
    flex-direction: column;
    align-items: center;
  }
  
  .BWBHATiOL {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .BqwHun h1 {
    font-size: 2.5rem;
  }
  
  .jyaruPFnIkIW {
    width: 150px;
    height: 150px;
  }
  
  .jyaruPFnIkIW i {
    font-size: 6rem;
  }
  
  .eQUVYCoeyQm {
    padding: 1.5rem;
  }
  
  .eQUVYCoeyQm p {
    font-size: 1.1rem;
  }
  
  .MuASJCUb {
    padding: 1.5rem 1rem;
  }
}

.PeRR {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(45deg, #439ce9 0%, #29a48e 100%);
  min-height: 100vh;
}

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

.YhFRZwoj h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: ydpgresponsiblepulse 2s ease-in-out infinite;
}

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

.hVWdoBtX {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.hVWdoBtX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: ydpgresponsibledrift 8s ease-in-out infinite;
}

@keyframes ydpgresponsibledrift {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(10px, 5px); }
  75% { transform: translate(-5px, 10px); }
}

.hVWdoBtX i {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
}

.hVWdoBtX p {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

.QmKYsGllKOSo {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.Twvpf {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.Twvpf:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.Twvpf::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #439ce9, #38f9d7, #439ce9);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.nPZWOWIl {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.nPZWOWIl i {
  font-size: 2.8rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.Twvpf:hover .nPZWOWIl i {
  transform: rotate(10deg) scale(1.1);
}

.nPZWOWIl h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2rem;
  color: #ffffff;
  margin: 0;
}

.rDhKkJlcQZJWv {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.DHoFcGmAXBL {
  display: flex;
  gap: 1.8rem;
  align-items: flex-start;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.DHoFcGmAXBL:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(10px);
  border-color: rgba(255, 255, 255, 0.3);
}

.DHoFcGmAXBL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.DHoFcGmAXBL i {
  font-size: 2.2rem;
  color: #ffffff;
  margin-top: 0.3rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.8rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.DHoFcGmAXBL:hover i {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.25);
}

.DHoFcGmAXBL div {
  flex: 1;
  position: relative;
  z-index: 1;
}

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

.DHoFcGmAXBL p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin: 0;
  font-size: 1.05rem;
}

.DHoFcGmAXBL a {
  color: #ffeb3b;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.3s ease;
}

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

.AoTWgQjbmhcW {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.AoTWgQjbmhcW::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: ydpgresponsibleglow 3s ease-in-out infinite;
}

@keyframes ydpgresponsibleglow {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.7; }
}

.AoTWgQjbmhcW i {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  z-index: 1;
}

.AoTWgQjbmhcW p {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1.6;
}

.AoTWgQjbmhcW a {
  color: #ffeb3b;
  text-decoration: underline;
  font-weight: 600;
}

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

@media (max-width: 1024px) {
  .PeRR {
    padding: 7rem 1.5rem 3rem;
  }
  
  .YhFRZwoj h1 {
    font-size: 3rem;
  }
  
  .Twvpf {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .PeRR {
    padding: 10rem 1rem 2rem;
  }
  
  .YhFRZwoj h1 {
    font-size: 2.5rem;
  }
  
  .hVWdoBtX {
    padding: 2rem;
  }
  
  .nPZWOWIl {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .DHoFcGmAXBL {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .YhFRZwoj h1 {
    font-size: 2rem;
  }
  
  .hVWdoBtX {
    padding: 1.5rem;
  }
  
  .Twvpf {
    padding: 1.5rem;
  }
  
  .nPZWOWIl h2 {
    font-size: 1.8rem;
  }
  
  .DHoFcGmAXBL h3 {
    font-size: 1.3rem;
  }
  
  .AoTWgQjbmhcW {
    padding: 2rem;
  }
}

.lzdCHmRtbbkUMY {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(135deg, #67a783 0%, #b187ff 100%);
  min-height: 100vh;
}

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

.whNUwSPKoQgTFjl h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: ydpgcookiesrotate 4s ease-in-out infinite;
}

@keyframes ydpgcookiesrotate {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  75% { transform: rotate(-1deg); }
}

.HOGFSzztaoxR {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.HOGFSzztaoxR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: ydpgcookiesfloat 6s ease-in-out infinite;
}

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

.HOGFSzztaoxR i {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
}

.HOGFSzztaoxR p {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

.zmgPzoQUy {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.GJrAyZFPLBYRN {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.GJrAyZFPLBYRN:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.GJrAyZFPLBYRN::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #67a783, #b187ff, #67a783);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.xMbNpdIztzfO {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.xMbNpdIztzfO::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, transparent);
  animation: ydpgcookiesslide 3s ease-in-out infinite;
}

@keyframes ydpgcookiesslide {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(calc(100% - 100px)); }
}

.xMbNpdIztzfO i {
  font-size: 2.8rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 15px;
  flex-shrink: 0;
}

.xMbNpdIztzfO h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2rem;
  color: #ffffff;
  margin: 0;
}

.yBFuncvZ {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.TDgCUPTUSBOJR {
  display: flex;
  gap: 1.8rem;
  align-items: flex-start;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.TDgCUPTUSBOJR:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(12px);
  border-color: rgba(255, 255, 255, 0.3);
}

.TDgCUPTUSBOJR::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #67a783, #b187ff);
  border-radius: 2px;
  transition: height 0.4s ease;
}

.TDgCUPTUSBOJR:hover::before {
  height: 80%;
}

.TDgCUPTUSBOJR i {
  font-size: 2.2rem;
  color: #ffffff;
  margin-top: 0.3rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.8rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.TDgCUPTUSBOJR:hover i {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.25);
}

.TDgCUPTUSBOJR div {
  flex: 1;
}

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

.TDgCUPTUSBOJR p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin: 0;
  font-size: 1.05rem;
}

.TDgCUPTUSBOJR a {
  color: #ffeb3b;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.3s ease;
}

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

.rUBlMvs {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.rUBlMvs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: ydpgcookiessparkle 2s ease-in-out infinite;
}

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

.rUBlMvs i {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  z-index: 1;
}

.rUBlMvs p {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .lzdCHmRtbbkUMY {
    padding: 7rem 1.5rem 3rem;
  }
  
  .whNUwSPKoQgTFjl h1 {
    font-size: 3rem;
  }
  
  .GJrAyZFPLBYRN {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .lzdCHmRtbbkUMY {
    padding: 10rem 1rem 2rem;
  }
  
  .whNUwSPKoQgTFjl h1 {
    font-size: 2.5rem;
  }
  
  .HOGFSzztaoxR {
    padding: 2rem;
  }
  
  .xMbNpdIztzfO {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .TDgCUPTUSBOJR {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .whNUwSPKoQgTFjl h1 {
    font-size: 2rem;
  }
  
  .HOGFSzztaoxR {
    padding: 1.5rem;
  }
  
  .GJrAyZFPLBYRN {
    padding: 1.5rem;
  }
  
  .xMbNpdIztzfO h2 {
    font-size: 1.8rem;
  }
  
  .TDgCUPTUSBOJR h3 {
    font-size: 1.3rem;
  }
  
  .rUBlMvs {
    padding: 2rem;
  }
}

.MqvosxIa {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(45deg, #ff7b9c 0%, #9d9e4d 100%);
  min-height: 100vh;
}

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

.RUowOXHpTbA h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: ydpgtermsbounce 2s ease-in-out infinite;
}

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

.LtWQJHRvRt {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.LtWQJHRvRt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: ydpgtermspulse 4s ease-in-out infinite;
}

@keyframes ydpgtermspulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.LtWQJHRvRt i {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
}

.LtWQJHRvRt p {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

.UOpJNleqwIUjJPt {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.UyQrbF {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.UyQrbF::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;
}

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

.UyQrbF:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.xUYpLZOdirKfVX {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.xUYpLZOdirKfVX i {
  font-size: 3rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 15px;
}

.xUYpLZOdirKfVX h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.3rem;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.MoBifZZKZ {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.DLTdoH {
  display: flex;
  gap: 1.8rem;
  align-items: flex-start;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.DLTdoH::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(45deg, #ffffff, #ff8800);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.DLTdoH:hover::after {
  transform: scaleY(1);
}

.DLTdoH:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(15px);
  border-color: rgba(255, 255, 255, 0.3);
}

.DLTdoH i {
  font-size: 2.2rem;
  color: #ffffff;
  margin-top: 0.3rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.8rem;
  border-radius: 12px;
}

.DLTdoH div {
  flex: 1;
}

.DLTdoH h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.DLTdoH p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin: 0;
  font-size: 1.05rem;
}

.DLTdoH a {
  color: #ff8800;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.3s ease;
}

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

.nYFJpFXt {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.nYFJpFXt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: ydpgtermsshine 3s ease-in-out infinite;
}

@keyframes ydpgtermsshine {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

.nYFJpFXt i {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  z-index: 1;
}

.nYFJpFXt p {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .MqvosxIa {
    padding: 7rem 1.5rem 3rem;
  }
  
  .RUowOXHpTbA h1 {
    font-size: 3rem;
  }
  
  .UyQrbF {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .MqvosxIa {
    padding: 10rem 1rem 2rem;
  }
  
  .RUowOXHpTbA h1 {
    font-size: 2.5rem;
  }
  
  .LtWQJHRvRt {
    padding: 2rem;
  }
  
  .xUYpLZOdirKfVX {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .DLTdoH {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .RUowOXHpTbA h1 {
    font-size: 2rem;
  }
  
  .LtWQJHRvRt {
    padding: 1.5rem;
  }
  
  .UyQrbF {
    padding: 1.5rem;
  }
  
  .xUYpLZOdirKfVX h2 {
    font-size: 1.8rem;
  }
  
  .DLTdoH h3 {
    font-size: 1.3rem;
  }
  
  .nYFJpFXt {
    padding: 2rem;
  }

  .DLTdoH a {
    font-size: .9rem;
  }
}

.cvNFMrQVsl {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
}

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

.uQkbRQ h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: ydpgprivacyglow 3s ease-in-out infinite alternate;
}

@keyframes ydpgprivacyglow {
  from { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.3); }
  to { text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 255, 255, 0.6); }
}

.SfgzZUbXQf {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.SfgzZUbXQf::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  animation: ydpgprivacyshine 6s linear infinite;
}

@keyframes ydpgprivacyshine {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.SfgzZUbXQf i {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  display: block;
}

.SfgzZUbXQf p {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

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

.WwPayECPWw {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.WwPayECPWw:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tPGY {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.tPGY i {
  font-size: 2.5rem;
  color: #ffffff;
}

.tPGY h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.2rem;
  color: #ffffff;
  margin: 0;
}

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

.pGbaDqaKZb {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pGbaDqaKZb:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(10px);
}

.pGbaDqaKZb i {
  font-size: 2rem;
  color: #ffffff;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.pGbaDqaKZb div {
  flex: 1;
}

.pGbaDqaKZb h3 {
  font-family: 'Crimson Text', serif;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.pGbaDqaKZb p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.pGbaDqaKZb a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.pGbaDqaKZb a:hover {
  color: #ff8800;
}

.QtpigNURUJhErp {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.QtpigNURUJhErp i {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
}

.QtpigNURUJhErp p {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
}

.QtpigNURUJhErp a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

.QtpigNURUJhErp a:hover {
  color: #ff8800;
}

@media (max-width: 1024px) {
  .cvNFMrQVsl {
    padding: 7rem 1.5rem 3rem;
  }
  
  .uQkbRQ h1 {
    font-size: 3rem;
  }
  
  .WwPayECPWw {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .cvNFMrQVsl {
    padding: 10rem 1rem 2rem;
  }
  
  .uQkbRQ h1 {
    font-size: 2.5rem;
  }
  
  .SfgzZUbXQf {
    padding: 2rem;
  }
  
  .tPGY {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .pGbaDqaKZb {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .uQkbRQ h1 {
    font-size: 2rem;
  }
  
  .SfgzZUbXQf {
    padding: 1.5rem;
  }
  
  .WwPayECPWw {
    padding: 1.5rem;
  }
  
  .tPGY h2 {
    font-size: 1.8rem;
  }
  
  .pGbaDqaKZb h3 {
    font-size: 1.2rem;
  }
}