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

:root {
  --ijqgradient-primary: linear-gradient(135deg, #ffa6bb 0%, #9af4f7 50%, #f7d69a 100%);
  --ijqgradient-secondary: linear-gradient(135deg, #a5f3fe 0%, #ffb1b3 50%, #d4a5a5 100%);
  --ijqgradient-tertiary: linear-gradient(135deg, #b9fbc0 0%, #ffb2a3 50%, #ffc1c8 100%);
  --ijqgradient-quaternary: linear-gradient(135deg, #fdafb8 0%, #a8f1af 50%, hsl(187, 100%, 80%) 100%);
  --ijqcolor-accent-neon: #fd8995;
  --ijqcolor-accent-vibrant: #7bc6ff;
  --ijqcolor-accent-electric: #83ff9e;
  --ijqcolor-accent-sunshine: #fff3b0;
  --ijqcolor-accent-ocean: #7c9efa;
  --ijqcolor-text-primary: #2d2d34;
  --ijqcolor-text-secondary: #252529;
  --ijqcolor-background-dark: #fdfdfd;
  --ijqcolor-background-darker: #f5f5f5;
  --ijqcolor-background-card: rgba(214, 250, 255, 0.589);
  --ijqfont-heading: 'Zilla Slab', cursive;
  --ijqfont-body: 'Open Sans', sans-serif;
  --ijqshadow-glow: 0 0 20px rgba(255, 179, 186, 0.5);
  --ijqshadow-glow-blue: 0 0 20px rgba(153, 231, 250, 0.5);
  --ijqshadow-card: 0 10px 30px rgba(0, 0, 0, 0.1);
  --ijqtransitionsmooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ijqtransitionbounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ijqborder-radius-card: 20px;
  --ijqborder-radius-button: 50px;
  --ijqcontainer-max-width: 1470px;
}


body {
  font-family: var(--ijqfont-body);
  background: var(--ijqcolor-background-dark);
  color: var(--ijqcolor-text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ijqfont-heading);
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
  min-height: 4.2rem;
}

h2 {
  font-size: 2.8rem;
  min-height: 3.4rem;
}

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

h4 {
  font-size: 1.4rem;
  min-height: 1.7rem;
}

p {
  margin-bottom: 1rem;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  transition: var(--ijqtransitionsmooth);
}

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

.container {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  padding: 0 1rem;
}

.traEsOgnL {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 10, 20, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
}

.yqxHQEfClFEE {
  background: var(--ijqcolor-background-card);
  backdrop-filter: blur(10px);
  border-radius: var(--ijqborder-radius-card);
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: var(--ijqshadow-glow);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: auto;
}

.traEsOgnL::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.traEsOgnL {
  scrollbar-width: none;
}

.XlLqdFfBEIcBJMO h2 {
  background: var(--ijqgradient-primary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.XlLqdFfBEIcBJMO p {
  margin-bottom: 2rem;
  color: var(--ijqcolor-text-secondary);
}

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

.EOJhjOjGUaz, .aMyOkPZPO {
  padding: 1rem 2rem;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  font-size: 1.1rem;
  transition: var(--ijqtransitionbounce);
}

.EOJhjOjGUaz {
  background: var(--ijqgradient-primary);
  color: white;
}

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

.aMyOkPZPO {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ijqcolor-text-primary);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.aMyOkPZPO:hover {
  background: rgba(255, 255, 255, 0.2);
}

.SXwwMqsvmNzbW {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

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

.dGOeV a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: var(--ijqtransitionsmooth);
}

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

.rVuDyYrpjxAXxM {
  margin-top: 1rem;
}

.QkJrtrHDjBHWi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--ijqgradient-secondary);
  padding: 1rem;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
}

.ueKLxAuOCn {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: var(--ijqcontainer-max-width);
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.ueKLxAuOCn p {
  margin-bottom: 0;
  flex: 1;
  min-width: 300px;
}

.RaEIntY {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.RaEIntY:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mMGNRX {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(27, 27, 74, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.EfmbfB {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.TOdxFIG {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.qYYNtIsrgLYORX {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ijqgradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.OpXjJBRjTtD {
  font-family: var(--ijqfont-heading);
  font-size: 1.5rem;
  background: var(--ijqgradient-primary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yWUTY {
  display: none;
  flex-direction: column;
  width: 30px;
  height: 24px;
  background: transparent;
  position: relative;
}

.RKKzudMR {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: var(--ijqtransitionsmooth);
  transform-origin: center;
}

.ImQZUTme {
  transform: translateY(0) rotate(0);
}

.OnbBbV {
  margin: 6px 0;
  opacity: 1;
}

.jQnnquNf {
  transform: translateY(0) rotate(0);
}

.yWUTY.TqJLNIAXL .ImQZUTme {
  transform: translateY(9px) rotate(45deg);
}

.yWUTY.TqJLNIAXL .OnbBbV {
  opacity: 0;
}

.yWUTY.TqJLNIAXL .jQnnquNf {
  transform: translateY(-9px) rotate(-45deg);
}

.fbwQJxxy {
  display: flex;
}

.PjhBQsEU {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.HKJLrI, .IsbxbMHhWAQ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--ijqborder-radius-button);
  transition: var(--ijqtransitionsmooth);
  font-weight: 500;
  color: var(--ijqcolor-accent-ocean);
}

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

.HKJLrI i, .IsbxbMHhWAQ i {
  font-size: 1.2rem;
}

.WAahFtPpOxrTA {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ijqgradient-primary);
  position: relative;
  overflow: hidden;
  padding: 6rem 1rem 4rem;
}

.WAahFtPpOxrTA::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main1.webp') center/cover no-repeat;
  opacity: 0.2;
}

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

.EUMPJpY h1 {
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.EUMPJpY p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.OPiOSy {
  background: var(--ijqcolor-background-card);
  backdrop-filter: blur(10px);
  border-radius: var(--ijqborder-radius-card);
  padding: 2rem 1.5rem;
  text-align: left;
  flex: 1;
  min-width: 200px;
  max-width: 220px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--ijqtransitionbounce);
}

.OPiOSy:hover {
  transform: translateY(-10px);
  box-shadow: var(--ijqshadow-glow);
}

.OPiOSy h3 {
  margin-bottom: 0.5rem;
  color: var(--ijqcolor-accent-neon);
}

.OPiOSy p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  color: var(--ijqcolor-text-secondary);
}

.FrmlwDVraa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ijqcolor-accent-ocean);
  font-weight: 600;
  font-size: 0.9rem;
}

.FrmlwDVraa:hover {
  color: var(--ijqcolor-accent-neon);
}

.BLpwWYRT {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  opacity: 0.3;
  color: var(--ijqcolor-accent-vibrant);
}

.PQFUOxfWqSv {
  padding: 6rem 1rem;
  background: var(--ijqcolor-background-darker);
}

.ePkoYUSSSa {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.XmvwAVYK {
  position: relative;
}

.lloiXfSqU {
  border-radius: var(--ijqborder-radius-card);
  overflow: hidden;
  box-shadow: var(--ijqshadow-card);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lloiXfSqU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ijqgradient-primary);
  opacity: 0.3;
  z-index: 1;
}

.ebwJsBWMUE {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--ijqgradient-secondary);
  padding: 0.7rem 1.2rem;
  border-radius: var(--ijqborder-radius-button);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  box-shadow: var(--ijqshadow-glow);
}

.ZbQfEmDkGfe h2 {
  margin-bottom: 1.5rem;
  background: var(--ijqgradient-secondary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ZbQfEmDkGfe p {
  margin-bottom: 2rem;
  color: var(--ijqcolor-text-secondary);
}

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

.hrDGZnh {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.7rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  transition: var(--ijqtransitionsmooth);
}

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

.hrDGZnh i {
  color: var(--ijqcolor-accent-electric);
}

.ouBtPQ {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ijqgradient-primary);
  color: white;
  padding: 1rem 2rem;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  transition: var(--ijqtransitionbounce);
}

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

.lSkmixn {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.nMCrfRtfHZbigna {
  background: var(--ijqcolor-background-card);
  border-radius: var(--ijqborder-radius-card);
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--ijqtransitionsmooth);
}

.nMCrfRtfHZbigna:hover {
  transform: translateY(-5px);
  box-shadow: var(--ijqshadow-glow-blue);
}

.OrtyzALHXV {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background: var(--ijqgradient-tertiary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sUUQdb h3 {
  margin-bottom: 0.5rem;
  color: var(--ijqcolor-accent-neon);
}

.sUUQdb p {
  font-size: 0.9rem;
  color: var(--ijqcolor-text-secondary);
  margin-bottom: 0;
}

.YILhWSTNw {
  padding: 6rem 1rem;
  background: var(--ijqgradient-secondary);
  position: relative;
  overflow: hidden;
}

.YILhWSTNw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main2.webp') center/cover no-repeat;
  opacity: 0.1;
}

.PlsBA {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.PlsBA h2 {
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.PlsBA p {
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.yWYEdehYDSzx {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.GBZRP {
  background: var(--ijqcolor-background-card);
  backdrop-filter: blur(10px);
  border-radius: var(--ijqborder-radius-card);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--ijqtransitionbounce);
}

.GBZRP:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: var(--ijqshadow-glow);
}

.CkYjzKIL {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--ijqgradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
}

.GBZRP h3 {
  margin-bottom: 1rem;
  color: var(--ijqcolor-accent-neon);
}

.GBZRP p {
  font-size: 0.9rem;
  color: var(--ijqcolor-text-secondary);
  margin-bottom: 0;
}

.VivhSEZOlNsaRAB {
  padding: 6rem 1rem;
  background: var(--ijqcolor-background-darker);
}

.uabkiqv {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  text-align: center;
}

.uabkiqv h2 {
  margin-bottom: 1rem;
  background: var(--ijqgradient-tertiary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.uabkiqv p {
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ijqcolor-text-secondary);
}

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

.gWZPWlkRF {
  background: var(--ijqcolor-background-card);
  border-radius: var(--ijqborder-radius-card);
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 435px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--ijqtransitionsmooth);
}

.gWZPWlkRF:hover {
  transform: translateY(-10px);
  box-shadow: var(--ijqshadow-glow);
}

.PaGFVPBETDTN {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: var(--ijqborder-radius-button);
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.QyEriab {
  background: var(--ijqgradient-primary);
}

.NfkuCSvHaEMNp {
  background: var(--ijqgradient-secondary);
}

.aNZRmxuOFX {
  background: var(--ijqgradient-tertiary);
}

.FbEkbATVvHgq {
  background: var(--ijqgradient-quaternary);
}

.RjsuAGKs {
  background: linear-gradient(135deg, #00a6ff 0%, #d5fd44 100%);
  color: var(--ijqcolor-background-dark);
}

.jMZxGPoKJUmHXcx {
  height: 200px;
  overflow: hidden;
}

.jMZxGPoKJUmHXcx img {
  width: 100%;
  max-width: 433px;
  height: 100%;
  max-height: 200px;
  transition: var(--ijqtransitionsmooth);
}

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

.PTCLeuDKjv {
  padding: 1.5rem;
  text-align: left;
}

.PTCLeuDKjv h3 {
  margin-bottom: 0.5rem;
  color: var(--ijqcolor-accent-neon);
}

.fTliiwvvobKZq {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ijqgradient-primary);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  transition: var(--ijqtransitionbounce);
}

.fTliiwvvobKZq:hover {
  transform: translateY(-3px);
  box-shadow: var(--ijqshadow-glow);
}

.jUBB {
  padding: 6rem 1rem;
  background: var(--ijqgradient-tertiary);
  position: relative;
  overflow: hidden;
}

.jUBB::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main3.webp') center/cover no-repeat;
  opacity: 0.1;
}

.lNuwptw {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lNuwptw h2 {
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.lNuwptw p {
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.ZDYlowYGtu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.uHCvjfhjgznWu {
  background: var(--ijqcolor-background-card);
  backdrop-filter: blur(10px);
  border-radius: var(--ijqborder-radius-card);
  padding: 2rem 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--ijqtransitionsmooth);
}

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

.QcAZrFYzp {
  margin-bottom: 1rem;
}

.QcAZrFYzp i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background: var(--ijqgradient-primary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.QcAZrFYzp h3 {
  color: var(--ijqcolor-accent-neon);
}

.uHCvjfhjgznWu p {
  font-size: 0.9rem;
  color: var(--ijqcolor-text-secondary);
  margin-bottom: 0;
}

.ibmYUyj {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: var(--ijqtransitionbounce);
}

.ibmYUyj:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
  box-shadow: var(--ijqshadow-glow);
}

.fRmxnxHGab {
  padding: 6rem 1rem;
  background: var(--ijqcolor-background-darker);
}

.HtfZTadAQBtf {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
}

.HtfZTadAQBtf h2 {
  text-align: center;
  margin-bottom: 1rem;
  background: var(--ijqgradient-quaternary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.HtfZTadAQBtf p {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--ijqcolor-text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ekITGAs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.ZvSKsYLpKitZUc h3 {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ijqcolor-accent-neon);
}

.ZvSKsYLpKitZUc h3 i {
  font-size: 1.5rem;
}

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

.zqbQD {
  background: var(--ijqcolor-background-card);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.XxQVzJyVRSE {
  width: 100%;
  padding: 1.2rem 1.5rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--ijqcolor-accent-ocean);
  transition: var(--ijqtransitionsmooth);
}

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

.XxQVzJyVRSE i {
  transition: var(--ijqtransitionsmooth);
}

.XxQVzJyVRSE.TqJLNIAXL i {
  transform: rotate(45deg);
}

.uUWwIYX {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.uUWwIYX.TqJLNIAXL {
  max-height: 500px;
}

.uUWwIYX p {
  padding: 0 1.5rem 1.5rem;
  text-align: left;
  margin-bottom: 0;
  color: var(--ijqcolor-text-secondary);
}

.aZgSfd {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.aZgSfd p {
  margin-bottom: 0;
}

.aZgSfd button {
  color: var(--ijqcolor-accent-ocean);
  text-decoration: underline;
  font-weight: 600;
  margin: 0 auto;
}

.aZgSfd button:hover {
  color: var(--ijqcolor-accent-neon);
}

.gyafeN {
  padding: 6rem 1rem;
  background: var(--ijqgradient-quaternary);
  position: relative;
  overflow: hidden;
}

.gyafeN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main4.webp') center/cover no-repeat;
  opacity: 0.1;
}

.biKcpXbx {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.biKcpXbx h2 {
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.biKcpXbx p {
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.bDdQMJBvOeH {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.HzPwbXRBB {
  background: var(--ijqcolor-background-card);
  backdrop-filter: blur(10px);
  border-radius: var(--ijqborder-radius-card);
  padding: 2rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--ijqtransitionsmooth);
}

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

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

.BKePVzA {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.sIAkZVbbk {
  flex: 1;
}

.sIAkZVbbk h4 {
  margin-bottom: 0.3rem;
  color: var(--ijqcolor-accent-neon);
}

.wmHvcPW {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.3rem;
}

.wmHvcPW i {
  color: var(--ijqcolor-accent-sunshine);
  font-size: 0.9rem;
}

.sIAkZVbbk span {
  font-size: 0.8rem;
  color: var(--ijqcolor-text-secondary);
}

.HPkZEbDkglDEd {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: var(--ijqcolor-text-secondary);
}

.UyXdBoLPPmRL p {
  font-style: italic;
  color: var(--ijqcolor-text-secondary);
  margin-bottom: 0;
  text-align: left;
}

.AztxUz {
  padding: 6rem 1rem;
  background: var(--ijqcolor-background-darker);
}

.PciPdUgrEgyW {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
}

.PciPdUgrEgyW h2 {
  text-align: center;
  margin-bottom: 2rem;
  background: var(--ijqgradient-primary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.VfxMCVmbuCvy {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.VfxMCVmbuCvy p {
  margin-bottom: 1.5rem;
  color: var(--ijqcolor-text-secondary);
  text-align: center;
}

.VfxMCVmbuCvy a {
  color: var(--ijqcolor-accent-ocean);
  text-decoration: underline;
}

.VfxMCVmbuCvy a:hover {
  color: var(--ijqcolor-accent-neon);
}

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

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

.VlpikMBiAzfuw a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: var(--ijqtransitionsmooth);
}

.VlpikMBiAzfuw a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.oLCVYwWgiB {
  flex-shrink: 0;
}

.PsCGeu {
  background: var(--ijqgradient-primary);
  padding: 4rem 1rem 2rem;
  position: relative;
  overflow: hidden;
}

.PsCGeu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main5.webp') center/cover no-repeat;
  opacity: 0.1;
}

.cOfP {
  max-width: var(--ijqcontainer-max-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.QtPbeepskuhZDJz {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.GXNabtCnESOhw {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zMMUqiazsn {
  font-family: var(--ijqfont-heading);
  font-size: 1.5rem;
}

.nkgLy {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.cXMOTrmuvScU {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.cXMOTrmuvScU a, .cXMOTrmuvScU button {
  font-size: 0.9rem;
  transition: var(--ijqtransitionsmooth);
}

.cXMOTrmuvScU a:hover, .cXMOTrmuvScU button:hover {
  color: var(--ijqcolor-accent-neon);
}

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

.Etncrunlg p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--ijqcolor-text-secondary);
}

.LFosBpXrvNd a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--ijqcolor-text-secondary);
}

.LFosBpXrvNd a:hover {
  color: var(--ijqcolor-accent-neon);
}

.FyvUTin, .wLhHAiaH, .tmFnWDR, .rvynTujpSE {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 20, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9990;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--ijqtransitionsmooth);
}

.FyvUTin.TqJLNIAXL, .wLhHAiaH.TqJLNIAXL, .tmFnWDR.TqJLNIAXL, .rvynTujpSE.TqJLNIAXL {
  opacity: 1;
  visibility: visible;
}

.iQZHw, .XvFDVnaHZcEN, .dQvEqOtOlREG, .kSJIrufoanJ {
  background: var(--ijqcolor-background-card);
  backdrop-filter: blur(10px);
  border-radius: var(--ijqborder-radius-card);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--ijqshadow-glow);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: scale(0.9);
  transition: var(--ijqtransitionbounce);
}

.FyvUTin.TqJLNIAXL .iQZHw, 
.wLhHAiaH.TqJLNIAXL .XvFDVnaHZcEN,
.tmFnWDR.TqJLNIAXL .dQvEqOtOlREG,
.rvynTujpSE.TqJLNIAXL .kSJIrufoanJ {
  transform: scale(1);
}

.iQZHw, .XvFDVnaHZcEN, .dQvEqOtOlREG, .kSJIrufoanJ {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.iQZHw::-webkit-scrollbar, .XvFDVnaHZcEN::-webkit-scrollbar, .dQvEqOtOlREG::-webkit-scrollbar, .kSJIrufoanJ::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.XpehkGU, .KtpLOZw, .HxMCwWG, .DqTWmQRVyKUuzY {
  padding: 3rem;
  position: relative;
}

.qGVDytPTmN {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--ijqtransitionsmooth);
}

.qGVDytPTmN:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.XpehkGU {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.qPqO h2 {
  margin-bottom: 0.5rem;
  background: var(--ijqgradient-primary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.qPqO p {
  margin-bottom: 2rem;
  color: var(--ijqcolor-text-secondary);
}

.OnLmRn {
  margin-bottom: 1.5rem;
}

.OnLmRn label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.OnLmRn input, .OnLmRn textarea {
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: var(--ijqcolor-text-primary);
  font-family: inherit;
  transition: var(--ijqtransitionsmooth);
}

.OnLmRn input:focus, .OnLmRn textarea:focus {
  outline: none;
  border-color: var(--ijqcolor-accent-ocean);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}

.KFkw {
  color: #fd5353;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  min-height: 1rem;
}

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

.XdbyjB input {
  width: auto;
  margin-top: 0.3rem;
}

.XdbyjB label {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.XdbyjB a {
  color: var(--ijqcolor-accent-ocean);
  text-decoration: underline;
}

.XdbyjB a:hover {
  color: var(--ijqcolor-accent-neon);
}

.BRFBmKirHdfq {
  width: 100%;
  padding: 1rem;
  background: var(--ijqgradient-primary);
  color: white;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  transition: var(--ijqtransitionbounce);
}

.BRFBmKirHdfq:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: var(--ijqshadow-glow);
}

.BRFBmKirHdfq:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.WPcLe h3 {
  margin-bottom: 1rem;
  color: var(--ijqcolor-accent-neon);
}

.WPcLe p {
  margin-bottom: 2rem;
  color: var(--ijqcolor-text-secondary);
}

.YBafev {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.iIPfvbKztb {
  text-align: center;
}

.iIPfvbKztb i {
  font-size: 2rem;
  margin-bottom: 1rem;
  background: var(--ijqgradient-secondary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iIPfvbKztb h4 {
  margin-bottom: 0.5rem;
  color: var(--ijqcolor-accent-vibrant);
}

.iIPfvbKztb p {
  font-size: 0.9rem;
  color: var(--ijqcolor-text-secondary);
  margin-bottom: 0;
}

.KtpLOZw {
  text-align: center;
}

.KtpLOZw h2 {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  background: var(--ijqgradient-secondary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.KtpLOZw p {
  margin-bottom: 2rem;
  color: var(--ijqcolor-text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.FrRfHXjydcvI {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.iIPRVZAfjgg {
  text-align: center;
}

.iIPRVZAfjgg i {
  font-size: 2rem;
  margin-bottom: 1rem;
  background: var(--ijqgradient-tertiary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iIPRVZAfjgg h4 {
  margin-bottom: 0.5rem;
  color: var(--ijqcolor-accent-electric);
}

.iIPRVZAfjgg p {
  font-size: 0.8rem;
  color: var(--ijqcolor-text-secondary);
  margin-bottom: 0;
}

.OhHeoPDEWI {
  max-width: 500px;
  margin: 0 auto;
}

.JGqnKZRC {
  display: none;
}

.HfunUYDvQNGkZsO {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  background: var(--ijqgradient-primary);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.JGqnKZRC h3 {
  margin-bottom: 1rem;
  color: var(--ijqcolor-accent-neon);
}

.JGqnKZRC p {
  margin-bottom: 2rem;
  color: var(--ijqcolor-text-secondary);
}

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

.vxYtMf, .dAzOMIZmIKiCt, .OCOtpuMrIK, .VKXppyB {
  padding: 0.8rem 1.5rem;
  border-radius: var(--ijqborder-radius-button);
  font-weight: 600;
  transition: var(--ijqtransitionsmooth);
}

.vxYtMf {
  background: var(--ijqgradient-primary);
  color: white;
}

.vxYtMf:hover {
  transform: translateY(-3px);
  box-shadow: var(--ijqshadow-glow);
}

.dAzOMIZmIKiCt, .OCOtpuMrIK, .VKXppyB {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ijqcolor-text-primary);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dAzOMIZmIKiCt:hover, .OCOtpuMrIK:hover, .VKXppyB:hover {
  background: rgba(255, 255, 255, 0.2);
}

.HxMCwWG, .DqTWmQRVyKUuzY {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.wUfjf {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}

.sSOptgBzVx {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  bottom: 130px;
  background: var(--ijqgradient-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--ijqshadow-glow);
  transition: var(--ijqtransitionbounce);
  opacity: 0;
  visibility: hidden;
}

.sSOptgBzVx.TqJLNIAXL {
  opacity: 1;
  visibility: visible;
}

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

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
    min-height: 3.6rem;
  }
  
  h2 {
    font-size: 2.4rem;
    min-height: 2.9rem;
  }
  
  .ePkoYUSSSa {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .lSkmixn {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .yWYEdehYDSzx, .ZDYlowYGtu, .FrRfHXjydcvI {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .ekITGAs {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .bDdQMJBvOeH {
    grid-template-columns: 1fr;
  }
  
  .XpehkGU {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .YBafev {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    min-height: 3rem;
  }
  
  h2 {
    font-size: 2rem;
    min-height: 2.4rem;
  }
  
  .yWUTY {
    display: flex;
  }
  
  .fbwQJxxy {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--ijqcolor-background-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 1rem;
    transition: var(--ijqtransitionsmooth);
    opacity: 0;
    visibility: hidden;
  }
  
  .fbwQJxxy.TqJLNIAXL {
    top: calc(100% - 1px);
    opacity: 1;
    visibility: visible;
  }
  
  .PjhBQsEU {
    flex-direction: column;
    gap: 1rem;
  }
  
  .TOdxFIG {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .vIDmzLg, .yWYEdehYDSzx, .ZDYlowYGtu, .FrRfHXjydcvI {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .lSkmixn {
    grid-template-columns: 1fr;
  }
  
  .tigJSFWw {
    flex-direction: column;
    text-align: center;
  }
  
  .XBZiGTi, .BRTLTHvjdDtfw {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  
  .nkgLy {
    justify-content: center;
  }
  
  .cXMOTrmuvScU {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
    min-height: 2.4rem;
  }
  
  h2 {
    font-size: 1.7rem;
    min-height: 2rem;
  }
  
  .yqxHQEfClFEE, .XpehkGU, .KtpLOZw, .HxMCwWG, .DqTWmQRVyKUuzY {
    padding: 2rem 1.5rem;
  }
  
  .vIDmzLg, .yWYEdehYDSzx, .ZDYlowYGtu, .FrRfHXjydcvI {
    grid-template-columns: 1fr;
  }
  
  .XLdXaICl, .NZQIsxGHzN {
    flex-direction: column;
  }
  
  .XLdXaICl button, .NZQIsxGHzN button, .NZQIsxGHzN a {
    width: 100%;
  }
  
  .cXMOTrmuvScU {
    flex-direction: column;
    gap: 1rem;
  }
  
  .wUfjf {
    bottom: 1rem;
    right: 1rem;
  }
}

@media (max-width: 320px) {
  .ijqcontainer {
    padding: 0 0.3rem;
  }
  
  .WAahFtPpOxrTA, .PQFUOxfWqSv, .YILhWSTNw, .VivhSEZOlNsaRAB, .jUBB, .fRmxnxHGab, .gyafeN, .AztxUz {
    padding: 4rem 0.3rem;
  }
  
  .yqxHQEfClFEE, .XpehkGU, .KtpLOZw, .HxMCwWG, .DqTWmQRVyKUuzY {
    padding: 1.5rem 1rem;
  }
  
  .OPiOSy, .GBZRP, .uHCvjfhjgznWu, .iIPRVZAfjgg {
    padding: 1.5rem 1rem;
  }
  
  .PTCLeuDKjv, .HzPwbXRBB, .nMCrfRtfHZbigna {
    padding: 1.5rem;
  }
}

.TtLJbREImIK {
  padding-top: 80px;
}

.vkkXF {
  background: linear-gradient(135deg, #d5fd44 0%, #4d7aec 50%, #ff732d 100%);
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.vkkXF::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main1.webp') center/cover no-repeat;
  opacity: 0.1;
}

.vElgBCWCAgNM {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.vElgBCWCAgNM h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.vElgBCWCAgNM p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.awGBDvIlWq {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

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

.tmKGFDwI {
  padding: 4rem 1rem;
  background: #2d5a66;
}

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

.OKWYLHlAPfi {
  text-align: center;
  margin-bottom: 4rem;
}

.OKWYLHlAPfi h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ff732d 0%, #f694ff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.OKWYLHlAPfi p {
  font-size: 1.1rem;
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto;
}

.jdYzKr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.NDGxWsn {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

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

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

.NDGxWsn:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(254, 79, 140, 0.2);
  border-color: rgba(253, 72, 135, 0.3);
}

.mfUGCUDqjLuww {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff732d 0%, #f694ff 50%, #d5fd44 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.NDGxWsn h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #00a6ff;
  min-height: 2.2rem;
}

.NDGxWsn p {
  color: #e0e0e0;
  line-height: 1.7;
  margin-bottom: 0;
}

.NDGxWsn a {
  color: #d5fd44;
  text-decoration: underline;
}

.NDGxWsn a:hover {
  color: #00a6ff;
}

.cqjrWkgbLTlOl {
  text-align: center;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.OxeeUPVss {
  background: linear-gradient(135deg, #4d7aec 0%, #ff732d 100%);
  padding: 3rem;
  border-radius: 20px;
  display: inline-block;
  max-width: 500px;
}

.OxeeUPVss i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.OxeeUPVss h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}

.OxeeUPVss p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.OxeeUPVss a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .vElgBCWCAgNM h1 {
    font-size: 2.2rem;
  }
  
  .jdYzKr {
    grid-template-columns: 1fr;
  }
  
  .NDGxWsn {
    padding: 2rem;
  }
  
  .OKWYLHlAPfi h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .vkkXF {
    padding: 3rem 1rem;
  }
  
  .vElgBCWCAgNM h1 {
    font-size: 1.8rem;
  }
  
  .tmKGFDwI {
    padding: 3rem 0.5rem;
  }
  
  .NDGxWsn {
    padding: 1.5rem;
  }
  
  .OxeeUPVss {
    padding: 2rem;
    margin: 0 0.5rem;
  }
}

.jFenaAyvomEv {
  padding-top: 80px;
  background: #2d5a66;
}

.PMSYCeOoWbfye {
  background: linear-gradient(135deg, #f694ff 0%, #ff732d 50%, #4d7aec 100%);
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.PMSYCeOoWbfye::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main2.webp') center/cover no-repeat;
  opacity: 0.1;
}

.FJrQHAgmSeHxTy {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.FJrQHAgmSeHxTy h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.FJrQHAgmSeHxTy p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.xMsKJYytghqrN {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: float 3s ease-in-out infinite;
}

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

.AbUmOwVw {
  padding: 4rem 1rem;
}

.FOlbar {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
}

.rAppjeIAuxr {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.bDfuhOJ {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bDfuhOJ h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  color: #00a6ff;
  text-align: center;
}

.bDfuhOJ ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.TgMcad {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #e0e0e0;
  text-decoration: none;
}

.TgMcad:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #00a6ff;
}

.TgMcad.TqJLNIAXL {
  background: linear-gradient(135deg, #ff732d 0%, #4d7aec 100%);
  color: white;
}

.TgMcad i {
  font-size: 1.2rem;
  width: 20px;
}

.JxBNhXH {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.whQpvyvWdE {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  display: none;
}

.whQpvyvWdE.TqJLNIAXL {
  display: block;
  animation: fadeIn 0.5s ease;
}

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

.whQpvyvWdE:hover {
  border-color: rgba(255, 139, 45, 0.3);
  box-shadow: 0 10px 30px rgba(255, 139, 45, 0.1);
}

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

.TEMJoUB i {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #d5fd44 0%, #4d7aec 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TEMJoUB h2 {
  font-size: 2rem;
  color: #00a6ff;
  margin: 0;
}

.TFHcnammRjR p {
  font-size: 1.1rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
  line-height: 1.7;
}

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

.gcUBmKb {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  border-left: 4px solid #d5fd44;
  transition: all 0.3s ease;
}

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

.gcUBmKb i {
  font-size: 1.5rem;
  color: #00a6ff;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.gcUBmKb h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #d5fd44;
  min-height: 1.5rem;
}

.gcUBmKb p {
  color: #c0c0c0;
  margin-bottom: 0;
  line-height: 1.6;
}

.JkPZLHGkCAEAWu {
  background: linear-gradient(135deg, #4d7aec 0%, #d5fd44 100%);
  padding: 4rem 1rem;
  text-align: center;
}

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

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

.KKFdUNWp h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.KKFdUNWp p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.KKFdUNWp a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .FOlbar {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .rAppjeIAuxr {
    position: static;
  }
  
  .bDfuhOJ {
    position: sticky;
    top: 80px;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .FJrQHAgmSeHxTy h1 {
    font-size: 2.2rem;
  }
  
  .whQpvyvWdE {
    padding: 2rem;
  }
  
  .TEMJoUB {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .TEMJoUB h2 {
    font-size: 1.7rem;
  }
  
  .gcUBmKb {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .PMSYCeOoWbfye {
    padding: 3rem 1rem;
  }
  
  .FJrQHAgmSeHxTy h1 {
    font-size: 1.8rem;
  }
  
  .AbUmOwVw {
    padding: 3rem 0.5rem;
  }
  
  .whQpvyvWdE {
    padding: 1.5rem;
  }
  
  .bDfuhOJ {
    padding: 1.5rem;
  }
  
  .TgMcad {
    padding: 0.8rem 1rem;
  }
}

.FSQmcUMOEDY {
  padding-top: 80px;
  background: #2d5a66;
}

.pjUFD {
  background: linear-gradient(135deg, #4d7aec 0%, #d5fd44 50%, #f694ff 100%);
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pjUFD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main3.webp') center/cover no-repeat;
  opacity: 0.1;
}

.FXhZHtEBoMAP {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.FXhZHtEBoMAP h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.FXhZHtEBoMAP p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.OvunCCbfDtmeT {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: pulse 2s infinite;
}

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

.WrvlWLiN {
  padding: 4rem 1rem;
}

.OMdOjPn {
  max-width: 1000px;
  margin: 0 auto;
}

.tFhiGottoLr {
  text-align: center;
  margin-bottom: 4rem;
}

.tFhiGottoLr h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #d5fd44 0%, #ff732d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tFhiGottoLr p {
  font-size: 1.1rem;
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.CTKWmGkA {
  position: relative;
  margin-bottom: 4rem;
}

.CTKWmGkA::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #ff732d, #d5fd44);
}

.OShVTp {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  opacity: 0;
  transform: translateX(-50px);
  animation: slideIn 0.6s ease forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.OShVTp:nth-child(2) { animation-delay: 0.1s; }
.OShVTp:nth-child(3) { animation-delay: 0.2s; }
.OShVTp:nth-child(4) { animation-delay: 0.3s; }
.OShVTp:nth-child(5) { animation-delay: 0.4s; }
.OShVTp:nth-child(6) { animation-delay: 0.5s; }
.OShVTp:nth-child(7) { animation-delay: 0.6s; }
.OShVTp:nth-child(8) { animation-delay: 0.7s; }

.MMkokygjyNbb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff732d 0%, #f694ff 50%, #d5fd44 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.aYxuld {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.aYxuld:hover {
  border-color: rgba(255, 139, 45, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 139, 45, 0.1);
}

.aYxuld h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #00a6ff;
  min-height: 2.2rem;
}

.aYxuld p {
  color: #e0e0e0;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.tyFgafnpuCGTBj {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.tyFgafnpuCGTBj li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #c0c0c0;
}

.tyFgafnpuCGTBj i {
  color: #00a6ff;
  font-size: 1.1rem;
}

.niHGaYVmsn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.bHKylJNyTKn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

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

.bHKylJNyTKn i {
  font-size: 2rem;
  background: linear-gradient(135deg, #d5fd44 0%, #4d7aec 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bHKylJNyTKn span {
  color: #e0e0e0;
  font-weight: 500;
}

.wKFpNyQxzREbtQf {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}

.hnNNdjTLERzIV {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hnNNdjTLERzIV h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00a6ff;
}

.hnNNdjTLERzIV p {
  color: #e0e0e0;
  margin-bottom: 2rem;
}

.lSGQXopCXdR {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

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

.itYemrnvtoyt:hover {
  background: rgba(255, 255, 255, 0.07);
}

.JIwRxIbZ {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.JIwRxIbZ input {
  opacity: 0;
  width: 0;
  height: 0;
}

.uCBxfX {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: .4s;
  border-radius: 34px;
}

.uCBxfX:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .uCBxfX {
  background: linear-gradient(135deg, #d5fd44 0%, #4d7aec 100%);
}

input:checked + .uCBxfX:before {
  transform: translateX(26px);
}

input:disabled + .uCBxfX {
  background: #666;
  cursor: not-allowed;
}

.hGByoOrWdrHLt {
  flex: 1;
  text-align: left;
}

.hGByoOrWdrHLt h4 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #d5fd44;
  min-height: 1.5rem;
}

.hGByoOrWdrHLt p {
  color: #c0c0c0;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.pqqulkIjdQEpUi {
  background: linear-gradient(135deg, #ff732d 0%, #f694ff 100%);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.CrmZt {
  background: linear-gradient(135deg, #f694ff 0%, #ff732d 100%);
  padding: 4rem 1rem;
  text-align: center;
}

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

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

.BoUSVqAYvnxuv h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.BoUSVqAYvnxuv p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.BoUSVqAYvnxuv a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .FXhZHtEBoMAP h1 {
    font-size: 2.2rem;
  }
  
  .CTKWmGkA::before {
    left: 25px;
  }
  
  .OShVTp {
    gap: 1.5rem;
  }
  
  .MMkokygjyNbb {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .aYxuld {
    padding: 2rem;
  }
  
  .niHGaYVmsn {
    grid-template-columns: 1fr;
  }
  
  .wKFpNyQxzREbtQf {
    padding: 2rem;
  }
  
  .itYemrnvtoyt {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .hGByoOrWdrHLt {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pjUFD {
    padding: 3rem 1rem;
  }
  
  .FXhZHtEBoMAP h1 {
    font-size: 1.8rem;
  }
  
  .WrvlWLiN {
    padding: 3rem 0.5rem;
  }
  
  .OShVTp {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .MMkokygjyNbb {
    align-self: center;
  }
  
  .tFhiGottoLr h2 {
    font-size: 2rem;
  }
}

.lnRUvEndI {
  padding-top: 80px;
  background: #2d5a66;
}

.kEBWpACV {
  background: linear-gradient(135deg, #d5fd44 0%, #4d7aec 50%, #ff732d 100%);
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kEBWpACV::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/dfc-assets/dfc-media/dfc-main4.webp') center/cover no-repeat;
  opacity: 0.1;
}

.GfZYXpszA {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.GfZYXpszA h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.GfZYXpszA p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.INVdmknYBGtfpP {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.fEbVuYcRAYI {
  padding: 4rem 1rem;
}

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

.feITDXrT {
  text-align: center;
  margin-bottom: 4rem;
}

.feITDXrT h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ff732d 0%, #d5fd44 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feITDXrT p {
  font-size: 1.1rem;
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.KOJlaSs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.ocaZWcvq {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

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

.RyEGVyyQss {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff732d 0%, #f694ff 50%, #d5fd44 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}

.BbSRsgD {
  flex: 1;
}

.BbSRsgD h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #00a6ff;
  min-height: 2.2rem;
}

.BbSRsgD p {
  color: #e0e0e0;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.WItkozUq {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.WItkozUq li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #c0c0c0;
  font-size: 0.9rem;
}

.WItkozUq i {
  color: #d5fd44;
  font-size: 1.1rem;
}

.FeVENiMBhj {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
  text-align: center;
}

.FeVENiMBhj h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00a6ff;
}

.FeVENiMBhj p {
  color: #e0e0e0;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.abFOiCIXgUiaC {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.oBIWonpide {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.oBIWonpide:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-5px);
  border-color: rgba(255, 139, 45, 0.3);
}

.wgpxfOmxga {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4d7aec 0%, #d5fd44 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}

.oBIWonpide h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #d5fd44;
  min-height: 1.5rem;
}

.oBIWonpide p {
  color: #c0c0c0;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.YBxSNyXPDGqY {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #00a6ff;
  font-size: 0.9rem;
  font-weight: 600;
}

.buXhnkZiXvxxN {
  background: linear-gradient(135deg, #f694ff 0%, #ff732d 100%);
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

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

.SYHd h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: white;
}

.SYHd p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pJWmnEQenJGo {
  background: linear-gradient(135deg, #4d7aec 0%, #d5fd44 100%);
  padding: 4rem 1rem;
  text-align: center;
}

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

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

.EfreNOe h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.EfreNOe p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.EfreNOe a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .KOJlaSs {
    grid-template-columns: 1fr;
  }
  
  .abFOiCIXgUiaC {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .GfZYXpszA h1 {
    font-size: 2.2rem;
  }
  
  .ocaZWcvq {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  
  .feITDXrT h2 {
    font-size: 2rem;
  }
  
  .FeVENiMBhj {
    padding: 2rem;
  }
  
  .buXhnkZiXvxxN {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .kEBWpACV {
    padding: 3rem 1rem;
  }
  
  .GfZYXpszA h1 {
    font-size: 1.8rem;
  }
  
  .fEbVuYcRAYI {
    padding: 3rem 0.5rem;
  }
  
  .ocaZWcvq {
    padding: 2rem;
  }
  
  .RyEGVyyQss {
    width: 70px;
    height: 70px;
    font-size: 1.7rem;
  }
}

.ecOKCGEPSEnV {
  padding-top: 80px;
  min-height: 100vh;
  background: #2d5a66;
  display: flex;
  align-items: center;
}

.thNPcqAW {
  width: 100%;
  padding: 4rem 1rem;
}

.bVKawVn {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.HtElBgcS {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.CBMMk {
  text-align: center;
}

.plKnwDlZdPOUV {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 2rem;
}

.plKnwDlZdPOUV i {
  font-size: 4rem;
  color: #d5fd44;
  position: relative;
  z-index: 2;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

.wMbagaTeYnTlHKs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ff732d;
  border-radius: 50%;
  animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.CBMMk h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ff732d 0%, #f694ff 50%, #d5fd44 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.CBMMk p {
  font-size: 1.2rem;
  color: #e0e0e0;
  line-height: 1.6;
}

.yoRMTtNG h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00a6ff;
}

.yoRMTtNG p {
  color: #c0c0c0;
  margin-bottom: 2rem;
}

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

.ZKlqMHVpJM {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

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

.ZKlqMHVpJM:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(10px);
  border-color: rgba(0, 212, 255, 0.3);
}

.ZKlqMHVpJM i:first-child {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #ff732d 0%, #4d7aec 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 30px;
}

.ZKlqMHVpJM div {
  flex: 1;
}

.ZKlqMHVpJM h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #d5fd44;
  min-height: 1.5rem;
}

.ZKlqMHVpJM p {
  color: #c0c0c0;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.ZKlqMHVpJM i:last-child {
  color: #00a6ff;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.ZKlqMHVpJM:hover i:last-child {
  transform: translateX(5px);
}

.vuJEOQ {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vuJEOQ p {
  color: #c0c0c0;
  margin-bottom: 0;
}

.vuJEOQ a {
  color: #d5fd44;
  text-decoration: underline;
}

.vuJEOQ a:hover {
  color: #00a6ff;
}

.QPIuBGndJOCZSh {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.OgnajMBtnTChHB {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}

.takyrmYasfBHt {
  width: 200px;
  height: 200px;
  background: #ff732d;
  top: 50px;
  left: 50px;
  animation-delay: 0s;
}

.yfhpTtKKaGF {
  width: 150px;
  height: 150px;
  background: #d5fd44;
  bottom: 80px;
  right: 30px;
  animation-delay: 2s;
}

.mGfxKOg {
  width: 100px;
  height: 100px;
  background: #f694ff;
  top: 150px;
  right: 100px;
  animation-delay: 4s;
}

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

.NTRxDTEoIuroAKP {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2rem;
}

.NTRxDTEoIuroAKP i {
  font-size: 4rem;
  animation: bounce 2s ease-in-out infinite;
}

.NTRxDTEoIuroAKP i:nth-child(1) {
  color: #ff732d;
  animation-delay: 0s;
}

.NTRxDTEoIuroAKP i:nth-child(2) {
  color: #d5fd44;
  animation-delay: 0.5s;
}

.NTRxDTEoIuroAKP i:nth-child(3) {
  color: #f694ff;
  animation-delay: 1s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); }
}

@media (max-width: 1024px) {
  .bVKawVn {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .QPIuBGndJOCZSh {
    height: 300px;
    order: -1;
  }
}

@media (max-width: 768px) {
  .CBMMk h1 {
    font-size: 2.5rem;
  }
  
  .yoRMTtNG h2 {
    font-size: 1.8rem;
  }

  .ZKlqMHVpJM {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .NTRxDTEoIuroAKP {
    gap: 1rem;
  }
  
  .NTRxDTEoIuroAKP i {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .thNPcqAW {
    padding: 3rem 1rem;
  }
  
  .CBMMk h1 {
    font-size: 2rem;
  }
  
  .CBMMk p {
    font-size: 1rem;
  }
  
  .plKnwDlZdPOUV {
    width: 100px;
    height: 100px;
  }
  
  .plKnwDlZdPOUV i {
    font-size: 3rem;
  }
  
  .OgnajMBtnTChHB {
    display: none;
  }
}