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

body {
  font-family: 'Lora', serif;
  line-height: 1.6;
  color: #1a1a2e;
}

:root {
  --neon-cyan: #2ae8a7;
--neon-pink: #2a7354;
--deep-purple: #50684a;
--electric-blue: #668bbc;
--alert-red: #e02f6b;

}

.KMZFQduCcj {
  position: relative;
  z-index: 100;
}

.HmENo {
  background-color: var(--alert-red);
  color: white;
  text-align: center;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(255, 46, 77, 0.4);
  animation: pulseAlert 2s infinite alternate;
}

@keyframes pulseAlert {
  0% { opacity: 0.9; }
  100% { opacity: 1; }
}

.cYsggWwAgkGBjjO {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background: linear-gradient(135deg, var(--deep-purple) 0%, #0f0a1e 100%);
}

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

.kEpsiLgyec h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, var(--neon-cyan), var(--electric-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.5px;
}

.WMypAdYv {
  display: flex;
  gap: 25px;
}

.bjlykncCB {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 4px;
}

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

.bjlykncCB i {
  font-size: 1.2rem;
  color: var(--electric-blue);
}

@media (max-width: 1024px) {
  .cYsggWwAgkGBjjO {
    padding: 15px 3%;
  }
}

@media (max-width: 768px) {
  .kEpsiLgyec h1 {
    font-size: 1.5rem;
  }
  
  .WMypAdYv {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .cYsggWwAgkGBjjO {
    flex-direction: column;
    gap: 15px;
    padding: 15px 5%;
  }
  
  .HmENo p {
    font-size: 0.8rem;
  }
}

@media (max-width: 320px) {
  .kEpsiLgyec {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  
  .WMypAdYv {
    width: 100%;
    justify-content: space-around;
  }
}

.UmxXPrypLMOD {
  position: relative;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  background-image: url('../arts/img-fon.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  isolation: isolate;
}

.CLjlbnTxaODthJ {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(10, 47, 38, 0.9) 0%, rgba(11, 52, 71, 0.8) 100%);
  z-index: -1;
  mix-blend-mode: multiply;
}

.gOhHTaloj {
  max-width: 900px;
  margin: 0 auto;
  animation: fadeInUp 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  opacity: 0;
  transform: translateY(30px);
}

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

.qLymbyUkZIF {
  font-family: 'Roboto Slab', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #f0f8ff;
  margin-bottom: 25px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.nHAPJeJOXY {
  font-size: 1.1rem;
  color: #e0e9ff;
  max-width: 700px;
  margin: 0 auto;
}

.nHAPJeJOXY p {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .qLymbyUkZIF {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .UmxXPrypLMOD {
    height: 70vh;
    background-attachment: scroll;
  }
  
  .qLymbyUkZIF {
    font-size: 2rem;
  }
  
  .nHAPJeJOXY {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .UmxXPrypLMOD {
    height: 60vh;
    min-height: 400px;
  }
  
  .qLymbyUkZIF {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 320px) {
  .qLymbyUkZIF {
    font-size: 1.5rem;
  }
  
  .nHAPJeJOXY p {
    margin-bottom: 15px;
  }
}

.BxUENZQzqD {
  background-color: #f8f9ff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.BxUENZQzqD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #00ff26, #c400f5, #001eff);
}

.FLfmZ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.XBncZDDofeu {
  background: white;
  border-radius: 12px;
  padding: 40px 25px;
  width: 200px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.XBncZDDofeu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00f541, #1e4070);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

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

.jmTZXyMbMy {
  font-size: 42px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #1e4070, #00f541);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.JmmgRdCmQUXKun {
  font-family: 'Roboto Slab', serif;
  font-size: 1.3rem;
  color: #1a1a2e;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .FLfmZ {
    gap: 25px;
  }
  
  .XBncZDDofeu {
    width: 180px;
    padding: 35px 20px;
  }
}

@media (max-width: 768px) {
  .BxUENZQzqD {
    padding: 60px 20px;
  }
  
  .FLfmZ {
    gap: 20px;
  }
  
  .XBncZDDofeu {
    width: 160px;
    padding: 30px 15px;
  }
  
  .jmTZXyMbMy {
    font-size: 36px;
  }
  
  .JmmgRdCmQUXKun {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .FLfmZ {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .XBncZDDofeu {
    width: 100%;
    max-width: 250px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
  }
  
  .jmTZXyMbMy {
    margin-bottom: 0;
    font-size: 32px;
    flex-shrink: 0;
  }
}

@media (max-width: 320px) {
  .XBncZDDofeu {
    padding: 20px 15px;
  }
  
  .JmmgRdCmQUXKun {
    font-size: 1rem;
  }
}

.jCQleBxz {
  background: linear-gradient(135deg, #f5f7ff 0%, #e8ecff 100%);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.FhDwJVdQbwtp {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  max-width: 500px;
  width: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.FhDwJVdQbwtp:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.srDvG {
  padding: 30px;
  text-align: center;
  background-color: #f8f9ff;
  border-bottom: 1px solid #e0e5ff;
}

.srDvG img {
  height: 50px;
  object-fit: contain;
}

.ddewJpFinH {
  padding: 25px;
  background: linear-gradient(90deg, #00f541, #1e4070);
  color: white;
}

.WoewgxaidxKu {
  font-family: 'Roboto Slab', serif;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.VVGhrD {
  font-size: 0.95rem;
  line-height: 1.5;
}

.dQQlPuDPm {
  padding: 25px;
  list-style: none;
}

.QalwxlUQI {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #2a2a3c;
}

.aQLBXbr {
  color: #00f541;
  font-size: 1.3rem;
  margin-right: 12px;
  flex-shrink: 0;
}

.ONSbYYmFq {
  padding: 0 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.MVgprLGojRZcrS {
  color: #fbda58;
  font-size: 1.5rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.hduUXTF {
  font-size: 0.9rem;
  color: #555;
}

.nHBqJXRgTjNZI {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto 25px;
  padding: 15px;
  background: linear-gradient(90deg, #ff00aa, #1e4070);
  color: white;
  border-radius: 8px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.nHBqJXRgTjNZI:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(119, 0, 255, 0.3);
  color: white;
}

@media (max-width: 768px) {
  .jCQleBxz {
    padding: 40px 20px;
  }
  
  .WoewgxaidxKu {
    font-size: 1.2rem;
  }
  
  .srDvG {
    padding: 20px;
  }
  
  .srDvG img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .ddewJpFinH {
    padding: 20px;
  }
  
  .dQQlPuDPm {
    padding: 20px;
  }
  
  .QalwxlUQI {
    font-size: 0.9rem;
  }
  
  .nHBqJXRgTjNZI {
    width: calc(100% - 40px);
    padding: 12px;
    font-size: 1rem;
  }
}

.OZQyBDaFWsB {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  isolation: isolate;
  overflow: hidden;
}

.IEpjWdS {
  position: absolute;
  inset: 0;
  background-image: url('../arts/img_fon2.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
  filter: brightness(0.4);
}

.IEpjWdS::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 247, 254, 0.1) 0%, rgba(254, 83, 187, 0.1) 100%);
  z-index: -1;
}

.eKTvafdgfUR {
  max-width: 1000px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 40px;
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: fadeInScale 0.8s ease-out forwards;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hYiAYIahBfcDzJ {
  margin-bottom: 40px;
  text-align: center;
}

.VZEHnQklcPjEc {
  font-family: 'Roboto Slab', serif;
  font-size: 2.2rem;
  color:  #0a294a;
  margin-bottom: 25px;
  font-weight: 700;
}

.QhFTNYeYjOJC {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  max-width: 800px;
  margin: 0 auto 30px;
}

.QhFTNYeYjOJC p {
  margin-bottom: 20px;
}

.zgmuGIjFAkCLB {
  color: #c41f38;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.zgmuGIjFAkCLB:hover {
  color: #9553fe;
  text-decoration: underline;
}

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

.icxduQJYIvsHn {
  background: #208971;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  filter: grayscale(30%);
  opacity: 0.9;
}

.icxduQJYIvsHn:hover {
  transform: translateY(-5px);
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 1024px) {
  .OZQyBDaFWsB {
    min-height: 500px;
  }
  
  .VZEHnQklcPjEc {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .eKTvafdgfUR {
    padding: 30px;
  }
  
  .VZEHnQklcPjEc {
    font-size: 1.8rem;
  }
  
  .QhFTNYeYjOJC {
    font-size: 1rem;
  }
  
  .htVKfktme {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .OZQyBDaFWsB {
    padding: 40px 15px;
    min-height: auto;
  }
  
  .eKTvafdgfUR {
    padding: 25px 20px;
  }
  
  .VZEHnQklcPjEc {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .htVKfktme {
    gap: 15px;
  }
  
  .icxduQJYIvsHn img {
    width: 120px;
    height: 50px;
  }
}

@media (max-width: 320px) {
  .VZEHnQklcPjEc {
    font-size: 1.3rem;
  }
  
  .QhFTNYeYjOJC {
    font-size: 0.9rem;
  }
  
  .htVKfktme {
    gap: 10px;
  }
  
  .icxduQJYIvsHn img {
    width: 100px;
    height: 40px;
  }
}

.yJGPjB {
  background: linear-gradient(135deg, #0a294a 0%, #063528 100%);
  color: #e0e9ff;
  padding: 40px 20px 20px;
  font-size: 0.95rem;
  border-top: 3px solid var(--electric-blue);
}

.JhgvBc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(224, 233, 255, 0.1);
}

.rgLESaGoe {
  flex: 1;
  min-width: 300px;
  display: flex;
  gap: 15px;
  line-height: 1.7;
}

.lKYebfXhxGXRuJ {
  color: var(--alert-red);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.vnYMSevSL {
  display: flex;
  align-items: center;
  gap: 30px;
}

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

.LeiunbkKU {
  color: var(--electric-blue);
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
}

.LeiunbkKU:hover {
  color: var(--neon-cyan);
  text-decoration: underline;
}

.VGVtOtrQZjMsU {
  filter: drop-shadow(0 0 5px rgba(0, 245, 212, 0.5));
  transition: transform 0.3s ease;
}

.VGVtOtrQZjMsU:hover {
  transform: scale(1.1);
}

.IQXFatX {
  text-align: center;
  padding-top: 20px;
  font-size: 0.9rem;
  color: rgba(224, 233, 255, 0.7);
}

@media (max-width: 768px) {
  .JhgvBc {
    flex-direction: column;
    gap: 20px;
  }
  
  .rgLESaGoe {
    min-width: 100%;
  }
  
  .vnYMSevSL {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .yJGPjB {
    padding: 30px 15px 15px;
  }
  
  .rgLESaGoe {
    flex-direction: column;
    gap: 10px;
  }
  
  .vnYMSevSL {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .oAqayRtV {
    gap: 8px;
  }
}

.DiUGeTwXzGM {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 5, 30, 0.95);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  animation: fadeIn 0.5s ease-out;
}

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

.mzNMoBsCQf {
  background: white;
  border-radius: 15px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.KlgwOidzv {
  font-size: 50px;
  color: var(--alert-red);
  margin-bottom: 20px;
}

.FWsvDatZ {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  color:  #0a294a;
  margin-bottom: 20px;
}

.XrqZeHWMBaKA {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.GcVG {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.GcVG a {
  background: #208971;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}

.GcVG a:hover {
  transform: scale(1.05);
}

.ZuMhD {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rQWVpQfAexmIQ, .CptqpkkT {
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.rQWVpQfAexmIQ {
  background: linear-gradient(90deg, var(--electric-blue), var(--neon-cyan));
  color: #1a1a2e;
}

.CptqpkkT {
  background: none;
  color: var(--alert-red);
  border: 2px solid var(--alert-red);
}

.rQWVpQfAexmIQ:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 245, 212, 0.4);
}

.CptqpkkT:hover {
  background-color: rgba(255, 46, 77, 0.1);
}

.QrrPR {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg,  #0a294a,  #063528 );
  color: white;
  padding: 15px 20px;
  z-index: 9998;
  display: flex;
  justify-content: center;
  animation: slideUp 0.5s ease-out;
}

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

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

.bnXBAH {
  flex: 1;
  min-width: 250px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.xUNPqedgt {
  color: var(--electric-blue);
  text-decoration: none;
}

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

.NYyTXSqfF {
  background: var(--neon-cyan);
  color: #1a1a2e;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.NYyTXSqfF:hover {
  background: var(--electric-blue);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .mzNMoBsCQf {
    padding: 30px 20px;
  }
  
  .FWsvDatZ {
    font-size: 1.5rem;
  }
  
  .sYglHBfTC {
    flex-direction: column;
    text-align: center;
  }
  
  .NYyTXSqfF {
    width: 100%;
  }
}

.qjtUxDb {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
  padding: 80px 20px;
}

.itwilPWOU {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.sykbXSnYc {
  font-family: 'Roboto Slab', serif;
  font-size: 2.2rem;
  color:  #0a294a;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.wnbUns {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.OnQfAIlDzTjl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wVXKGw {
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  color:  #0a294a;
  font-weight: 600;
}

.UezsaIQ, .TDRVbIaaDY {
  padding: 12px 15px;
  border: 2px solid #e0e5ff;
  border-radius: 8px;
  font-family: 'Lora', serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.UezsaIQ:focus, .TDRVbIaaDY:focus {
  border-color: var(--electric-blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 245, 212, 0.2);
}

.TDRVbIaaDY {
  min-height: 150px;
  resize: vertical;
}

.PjSFcQHsFMbr {
  color: var(--alert-red);
  font-size: 0.85rem;
  display: none;
}

.kkLYDmGtzJXn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.oWXGwtUKfXx {
  width: 18px;
  height: 18px;
  accent-color: var(--electric-blue);
}

.yFxbMeKyPTUKAd {
  font-size: 0.9rem;
  color: #555;
}

.FmuIuzNlLwXb {
  color: var(--electric-blue);
  text-decoration: none;
}

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

.EAUycM {
  background: linear-gradient(90deg, var(--electric-blue), var(--neon-cyan));
  color: #1a1a2e;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.EAUycM:disabled {
  background: #e0e5ff;
  color: #999;
  cursor: not-allowed;
}

.EAUycM:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 245, 212, 0.4);
}

.sBMtPzsiY {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 5, 30, 0.9);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.JoRTsbJQ {
  background: white;
  border-radius: 15px;
  padding: 40px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  animation: modalFadeIn 0.5s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.bRtoAMEsgvfW {
  font-size: 60px;
  color: var(--electric-blue);
  margin-bottom: 20px;
}

.ubbPgrsOONpqQe {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  color:  #0a294a;
  margin-bottom: 15px;
}

.JFJCeKIZNoC {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.eWESaN {
  background: var(--electric-blue);
  color: #1a1a2e;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.eWESaN:hover {
  background: var(--neon-cyan);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .itwilPWOU {
    padding: 30px;
  }
  
  .sykbXSnYc {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .qjtUxDb {
    padding: 50px 15px;
  }
  
  .itwilPWOU {
    padding: 25px 20px;
  }
  
  .sykbXSnYc {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  
  .wnbUns {
    gap: 20px;
  }
}

.MxscHq {
  background-color: #f8f9ff;
  min-height: 100vh;
  padding: 40px 20px;
}

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

.taLzHfu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--electric-blue);
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.taLzHfu:hover {
  color: var(--neon-cyan);
  transform: translateX(-3px);
}

.MxscHq-title {
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem;
  color:  #0a294a;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.JZUUBnA {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e0e5ff;
}

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

.EmyKQRGt {
  font-size: 2rem;
  color: var(--neon-pink);
  margin-bottom: 15px;
}

.ObuHdSpxmCc {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5rem;
  color:  #0a294a;
  margin-bottom: 15px;
  font-weight: 600;
}

.MUtISLU {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 768px) {
  .GfGNGiDHCQl {
    padding: 30px;
  }
  
  .MxscHq-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .ObuHdSpxmCc {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .MxscHq {
    padding: 30px 15px;
  }
  
  .GfGNGiDHCQl {
    padding: 25px 20px;
  }
  
  .MxscHq-title {
    font-size: 1.7rem;
  }
  
  .EmyKQRGt {
    font-size: 1.8rem;
  }
  
  .MUtISLU {
    font-size: 0.95rem;
  }
}

.pZONmwyJJFX {
  background: linear-gradient(135deg, #f5f7ff 0%, #eef1ff 100%);
  min-height: 100vh;
  padding: 50px 20px;
}

.zycjHAHP {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(42, 10, 74, 0.1);
  border: 1px solid rgba(0, 245, 212, 0.2);
}

.EIIL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--electric-blue);
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.EIIL:hover {
  color: var(--neon-cyan);
  transform: translateX(-5px);
}

.JpqBbcU {
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem;
  color:  #0a294a;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.neDoyLkh {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 245, 212, 0.3);
  position: relative;
}

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

.VqhdRKWjn {
  font-size: 2.2rem;
  color: var(--neon-pink);
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--neon-pink), var(--deep-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lqLnGRlYkUY {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5rem;
  color:  #0a294a;
  margin-bottom: 15px;
  font-weight: 600;
}

.ouwqCuETzrR {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 1024px) {
  .zycjHAHP {
    padding: 40px;
  }
  
  .JpqBbcU {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .pZONmwyJJFX {
    padding: 40px 15px;
  }
  
  .zycjHAHP {
    padding: 30px;
  }
  
  .JpqBbcU {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  
  .lqLnGRlYkUY {
    font-size: 1.3rem;
  }
  
  .ouwqCuETzrR {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .zycjHAHP {
    padding: 25px 20px;
  }
  
  .JpqBbcU {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  
  .VqhdRKWjn {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 320px) {
  .lqLnGRlYkUY {
    font-size: 1.2rem;
  }
  
  .ouwqCuETzrR {
    font-size: 0.95rem;
  }
}