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

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

:root {
  --primary-accent: #006aff;
  --secondary-accent: #ff2d42;
  --tertiary-accent: #00ff8c;
  --dark-text: #0d0d1d;
  --light-text: #e8eaec;
  --section-padding: 4rem 2rem;
}

.qQssHoqBfI {
  position: relative;
  height: 30vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--section-padding);
  overflow: hidden;
}

.SHuFgdSsuymjB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a242e 0%, #16173e 100%);
  z-index: -1;
}

.SHuFgdSsuymjB::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../media/bgs2.webp') no-repeat center/cover;
  opacity: 0.15;
}

.ralDEudoVOkC {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  color: var(--light-text);
  z-index: 1;
}

.UYteYTDKXF {
  font-family: 'Cormorant SC', serif;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 8px rgba(0,0,0,0.3);
  animation: fadeInDown 1s ease-out;
}

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

.nGnpKnLFFl {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255,255,255,0.2);
}

.nGnpKnLFFl:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  background: rgba(255,255,255,0.15);
}

.uPYoSTy {
  font-size: 2.5rem;
  color: var(--tertiary-accent);
  margin-bottom: 1rem;
}

.CJQuSGHT {
  font-family: 'Cormorant SC', serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--light-text);
}

.TTmAuDXfC {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--secondary-accent);
}

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

.wuawuReCU {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg, var(--primary-accent), var(--secondary-accent));
  color: var(--light-text);
  font-family: 'Cormorant SC', serif;
  font-size: 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 13, 255, 0.3);
  animation: pulse 2s infinite;
}

.wuawuReCU:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(17, 0, 255, 0.4);
}

.wuawuReCU i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

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

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

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 0, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(110,0,255,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(110,0,255,0);
  }
}

@media (max-width: 1024px) {
  .qQssHoqBfI {
    height: auto;
  }  
  .UYteYTDKXF {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .qQssHoqBfI {
    min-height: 800px;
  }
  .UYteYTDKXF {
    font-size: 2.5rem;
  }
  .nGnpKnLFFl {
    width: 220px;
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .UYteYTDKXF {
    font-size: 2rem;
  }
  .sxdZms {
    flex-direction: column;
    align-items: center;
  }
  .nGnpKnLFFl {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 320px) {
  .UYteYTDKXF {
    font-size: 1.8rem;
  }
  .wuawuReCU {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

.pJPdrfWnpjXyeX {
  padding: var(--section-padding);
  display: flex;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
}

.PKEnxbeokyl {
  width: 100%;
  max-width: 800px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
  position: relative;
  border: 1px solid rgba(0,0,0,0.05);
  transform: perspective(1000px) rotateY(0deg);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.PKEnxbeokyl:hover {
  transform: perspective(1000px) rotateY(5deg);
  box-shadow: 0 30px 60px -10px rgba(0,0,0,0.2);
}

.ctKnO {
  position: absolute;
  top: 20px;
  right: -30px;
  background: #ff2d50;
  color: white;
  padding: 0.5rem 2rem;
  font-family: 'Cormorant SC', serif;
  font-size: 0.9rem;
  transform: rotate(45deg);
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 2;
}

.XuQEAdqksZlViv {
  padding: 2rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(145deg, #3700ff 0%, #2d30e2 100%);
}

.XiZrqVmo {
  height: 60px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.zkSmmBeifXmAOr {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.15);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  backdrop-filter: blur(5px);
}

.VAtKQpgzyd {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
  margin-right: 0.5rem;
}

.mSzTXkvyw {
  font-family: 'Cormorant SC', serif;
  color: white;
  font-weight: bold;
  margin-right: 0.5rem;
}

.ydgFxhG {
  color: #ffcc00;
  font-size: 1.2rem;
}

.banxvfoPBr {
  padding: 2rem;
  background: #f9f5ff;
  border-bottom: 1px dashed #d9c6ff;
}

.rMNPGQ {
  font-family: 'Cormorant SC', serif;
  color: #3700ff;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.KgmrQyt {
  list-style-type: none;
}

.rdWuXEviaBXK {
  padding: 0.8rem 1rem;
  margin-bottom: 0.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  position: relative;
  padding-left: 2rem;
}

.rdWuXEviaBXK::before {
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #3700ff;
  border-radius: 50%;
}

.AiTJoIO {
  padding: 2rem;
}

.uHGRkTbUh {
  font-family: 'Cormorant SC', serif;
  color: #1a242e;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.GQZTcXFYmgpfg {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.OPjbJRFWm {
  flex: 1 1 calc(50% - 1rem);
  min-width: 250px;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.OPjbJRFWm:hover {
  background: #eef2ff;
  transform: translateX(5px);
}

.APHjsuPEOysQl {
  color: #3700ff;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.ZjgrT {
  padding: 1.5rem 2rem;
  background: #f0f2f5;
  text-align: center;
}

.dzUxzkzumyFu {
  font-size: 0.7rem;
  color: rgba(0,0,0,0.4);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.YaTWSu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: linear-gradient(45deg, #3700ff, #2d30e2);
  color: white;
  font-family: 'Cormorant SC', serif;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(51, 0, 255, 0.3);
  width: 100%;
  max-width: 300px;
}

.YaTWSu:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13, 0, 255, 0.4);
}

.YaTWSu i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.YaTWSu:hover i {
  transform: rotate(15deg);
}

@media (max-width: 768px) {
  .PKEnxbeokyl {
    max-width: 600px;
  }
  .OPjbJRFWm {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .XuQEAdqksZlViv {
    padding: 1.5rem 1rem;
  }
  .banxvfoPBr, 
  .AiTJoIO {
    padding: 1.5rem;
  }
  .rMNPGQ,
  .uHGRkTbUh {
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  .ctKnO {
    right: -35px;
    font-size: 0.7rem;
    padding: 0.3rem 1.5rem;
  }
  .YaTWSu {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

.lZzYLjZYPH {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--section-padding);
  overflow: hidden;
  isolation: isolate;
}

.OoCltZfFkCykSI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../media/bgs1.webp') no-repeat center/cover;
  z-index: -1;
  opacity: 0.7;
}

.OoCltZfFkCykSI::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 26, 255, 0.1) 0%, rgba(0, 255, 89, 0.05) 100%);
}

.gVRWmKtSLX {
  max-width: 900px;
  width: 100%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  animation: fadeInUp 1s ease-out;
}

.cZBjeyGk {
  font-family: 'Cormorant SC', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #3700ff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

.fLfXyKoZLr {
  background: #00ff80;
  padding: 0.9rem;
  border-radius: 0.7rem;
  transition: transform 0.3s ease;
}

.fLfXyKoZLr:hover {
  transform: translateY(-5px) scale(1.05);
}

.FJjuUyFrmWel {
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}

.fLfXyKoZLr:hover .FJjuUyFrmWel {
  filter: grayscale(0%) drop-shadow(0 5px 10px rgba(34, 0, 255, 0.2));
}

.hUtJxDfz {
  margin-bottom: 3rem;
}

.hUtJxDfz p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.hUtJxDfz p:nth-child(2) {
  background: rgba(255,45,117,0.05);
  padding: 1.5rem;
  border-left: 4px solid #ff8b2d;
  border-radius: 0 8px 8px 0;
}

.gHvwCBgaMvMi {
  text-align: center;
}

.BznzyxE {
  font-family: 'Cormorant SC', serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #1a242e;
}

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

.EIAoSCVvHC {
  background: #00ff80;
  padding: 0.9rem;
  border-radius: 0.7rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

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

.iRLf {
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}

.EIAoSCVvHC:hover .iRLf {
  filter: grayscale(0%);
}

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

@media (max-width: 768px) {
  .gVRWmKtSLX {
    padding: 2rem;
  }
  .cZBjeyGk {
    font-size: 2.5rem;
  }
  .XFdKkAuuHCX {
    gap: 1.5rem;
  }
  .FJjuUyFrmWel {
    width: 140px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .gVRWmKtSLX {
    padding: 1.5rem;
  }
  .cZBjeyGk {
    font-size: 2rem;
  }
  .XFdKkAuuHCX {
    flex-direction: column;
    align-items: center;
  }
  .hUtJxDfz p {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .cZBjeyGk {
    font-size: 1.8rem;
  }
  .iRLf {
    width: 100px;
    height: 50px;
  }
}

.lEtFfAISfYHN {
  background: linear-gradient(145deg, #1a242e 0%, #16173e 100%);
  padding: 3rem 2rem;
  color: #e0e0e0;
  position: relative;
  overflow: hidden;
}

.lEtFfAISfYHN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  z-index: 1;
}

.SPyACaPoUs {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.qKHoejTjhbf {
  flex: 1 1 300px;
  padding: 1.5rem;
}

.NYlR {
  border-left: 3px solid #00ff80;
  position: relative;
}

.PNNeRW {
  font-size: 2rem;
  color: #00ff80;
  margin-bottom: 1rem;
  display: inline-block;
  animation: float 4s ease-in-out infinite;
}

.aQJvJrTbSS {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #b8c2cc;
}

.ssbVSprQsK {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-left: 3px solid #ff8b2d;
  border-right: 3px solid #ff8b2d;
}

.AvfNRH {
  color: #e0e0e0;
  text-decoration: none;
  font-family: 'Cormorant SC', serif;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 1rem;
}

.AvfNRH:hover {
  color: #ff8b2d;
  transform: translateX(5px);
}

.AvfNRH::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff8b2d;
  transition: width 0.3s ease;
}

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

.ezrZVrHuyHK {
  color: #b8c2cc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  transition: color 0.3s ease;
}

.ezrZVrHuyHK:hover {
  color: #3700ff;
}

.HunQsDcMt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  border-right: 3px solid #3700ff;
}

.ZTfDUPCouwt {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #b8c2cc;
}

.bvbPiTP {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(110,0,255,0.1);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #b8c2cc;
  border: 1px solid rgba(110,0,255,0.3);
}

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

@media (max-width: 768px) {
  .SPyACaPoUs {
    flex-direction: column;
    gap: 1rem;
  }
  .qKHoejTjhbf {
    flex: 1 1 auto;
    border: none !important;
    padding: 1rem 0;
    text-align: center;
  }
  .ssbVSprQsK {
    border-top: 3px solid #ff8b2d;
    border-bottom: 3px solid #ff8b2d;
  }
  .HunQsDcMt {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .lEtFfAISfYHN {
    padding: 2rem 1rem;
  }
  .aQJvJrTbSS {
    font-size: 0.85rem;
  }
}

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

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

:root {
  --primary-accent: #3700ff;
  --secondary-accent: #ff8b2d;
  --tertiary-accent: #00ff80;
  --dark-text: #1a242e;
  --light-text: #f8f9fa;
  --section-padding: 4rem 2rem;
}

.jrCNteEe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  animation: fadeIn 0.5s ease-out;
}

.maHPWzggHk {
  max-width: 600px;
  width: 100%;
  background: linear-gradient(145deg, #1a242e 0%, #16173e 100%);
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}

.maHPWzggHk::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 17, 255, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
  z-index: -1;
}

.RTUGiHrtPqw {
  font-size: 3rem;
  color: #00ff80;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.HKmsRWJs {
  font-family: 'Cormorant SC', serif;
  font-size: 2.2rem;
  color: white;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.DSkKbwTOLDhzf {
  color: #b8c2cc;
  margin-bottom: 2rem;
  line-height: 1.8;
}

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

.PstRS {
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg, #00ff80, #3700ff);
  color: white;
  border: none;
  border-radius: 50px;
  font-family: 'Cormorant SC', serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(76, 174, 187, 0.3);
}

.PstRS:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(42, 106, 114, 0.4);
}

.TJpqDcssEmoBq {
  padding: 1rem 2.5rem;
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  font-family: 'Cormorant SC', serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.TJpqDcssEmoBq:hover {
  background: rgba(221, 59, 116, 0.3);
  transform: translateY(-3px);
}

.RxZFD {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #1a242e 0%, #16173e 100%);
  padding: 1.5rem 2rem;
  z-index: 9998;
  display: flex;
  justify-content: center;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
  animation: slideUp 0.5s ease-out;
}

.kdsRnLh {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.qwhfYMQrRGmbQ {
  color: #b8c2cc;
  flex: 1 1 300px;
  line-height: 1.7;
}

.qyypVQbsTJLVA {
  color: #00ff80;
  text-decoration: none;
}

.qyypVQbsTJLVA:hover {
  text-decoration: underline;
}

.gVOsbwQ {
  padding: 0.8rem 2rem;
  background: linear-gradient(45deg, #3700ff, #ff8b2d);
  color: white;
  border: none;
  border-radius: 50px;
  font-family: 'Cormorant SC', serif;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.gVOsbwQ:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(110,0,255,0.3);
}

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

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
  .maHPWzggHk {
    padding: 2rem 1.5rem;
  }
  .HKmsRWJs {
    font-size: 1.8rem;
  }
  .YmOiUVI {
    gap: 1rem;
  }
  .PstRS,
  .TJpqDcssEmoBq {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .maHPWzggHk {
    padding: 1.5rem 1rem;
  }
  .HKmsRWJs {
    font-size: 1.5rem;
  }
  .DSkKbwTOLDhzf {
    font-size: 0.9rem;
  }
  .RxZFD {
    padding: 1rem;
  }
  .qwhfYMQrRGmbQ {
    font-size: 0.9rem;
  }
  .gVOsbwQ {
    padding: 0.6rem 1.5rem;
  }
}

@media (max-width: 320px) {
  .YmOiUVI {
    flex-direction: column;
  }
  .PstRS,
  .TJpqDcssEmoBq {
    width: 100%;
  }
}

.xIHFEGOXaP {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
  min-height: 100vh;
}

.cGoaCCTYBqor {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.ToCgBCD {
  font-family: 'Cormorant SC', serif;
  font-size: 2.5rem;
  color: #3700ff;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ToCgBCD i {
  font-size: 2.2rem;
}

.lKkHOVehVPAFZ {
  margin-bottom: 3rem;
}

.OddJWY {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #e2e8f0;
}

.OddJWY:last-child {
  border-bottom: none;
}

.YljEcoVxvA {
  font-family: 'Cormorant SC', serif;
  font-size: 1.3rem;
  color: #1a242e;
  margin-bottom: 1rem;
}

.xOKMbq {
  font-family: 'Manrope', sans-serif;
  line-height: 1.7;
  color: #4a5568;
}

.XZcqFqY {
  background-color: #f5f3ff;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
}

.XZcqFqY a {
  color: #3700ff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
}

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

@media (max-width: 768px) {
  .cGoaCCTYBqor {
      padding: 2rem;
  }
  .ToCgBCD {
      font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .xIHFEGOXaP {
      padding: 2rem 1rem;
  }
  .ToCgBCD {
      font-size: 1.7rem;
      flex-direction: column;
      text-align: center;
      gap: 0.5rem;
  }
  .YljEcoVxvA {
      font-size: 1.2rem;
  }
}

.FrCxCl {
  padding: 4rem 2rem;
  background-color: #f5f3ff;
  min-height: 100vh;
}

.GEqiHLaCKLgg {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(110, 0, 255, 0.1);
}

.YFEosuxYTkBVI {
  padding: 3rem;
  text-align: center;
  background: linear-gradient(135deg, #3700ff 0%, #2d30e2 100%);
  color: white;
}

.bgGEbxDz {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.dmGubufIXdtO {
  font-family: 'Cormorant SC', serif;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.KmiUe {
  font-family: 'Manrope', sans-serif;
  opacity: 0.9;
  font-size: 0.9rem;
}

.RcRl {
  padding: 3rem;
}

.mqYgKFhuV {
  margin-bottom: 2.5rem;
}

.COFLLPVSamj {
  font-family: 'Cormorant SC', serif;
  font-size: 1.4rem;
  color: #3700ff;
  margin-bottom: 1rem;
}

.LYzsWGJfQ {
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
  color: #4a5568;
}

.HurAnhOQh {
  padding: 1.5rem;
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
}

.HurAnhOQh a {
  color: #3700ff;
  text-decoration: none;
  font-weight: 500;
}

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

@media (max-width: 768px) {
  .RcRl {
      padding: 2rem;
  }
  .YFEosuxYTkBVI {
      padding: 2rem;
  }
  .dmGubufIXdtO {
      font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .FrCxCl {
      padding: 2rem 1rem;
  }
  .COFLLPVSamj {
      font-size: 1.2rem;
  }
}