:root {
  --gradient-1: #1a1f35;
  --gradient-2: #2d5f8d;
  --gradient-3: #0f1419;
  --gradient-4: #1fb5b3;
  --secondary: #ff4757;
  --accent: #3bbc5f;
  --background: #fafbfc;
  --text: #2c3e50
}

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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: var(--text);
  background: var(--background)
}

.vR2pL {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 31, 53, .25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn .4s ease
}

.kT7mN {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  padding: 2.5rem;
  border-radius: 16px;
  max-width: 520px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 255, 255, .8);
  animation: scaleIn .3s ease
}

.nB5kR {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  padding: 2.5rem;
  border-radius: 16px;
  max-width: 520px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 255, 255, .8);
  animation: scaleIn .3s ease
}

.bN4jK {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem
}

.wH8mV {
  padding: 1rem 2rem;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block
}

.yT2pR {
  background: linear-gradient(135deg, var(--accent), #2ecc71);
  color: white;
  box-shadow: 0 4px 15px rgba(59, 188, 95, .3)
}

.yT2pR:hover {
  background: linear-gradient(135deg, #2ecc71, var(--accent));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 188, 95, .4)
}

.rJ9pQ {
  background: linear-gradient(135deg, var(--secondary), #e74c3c);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 71, 87, .3)
}

.rJ9pQ:hover {
  background: linear-gradient(135deg, #e74c3c, var(--secondary));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 71, 87, .4)
}

.hidden {
  display: none !important
}

.pL6kR {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--gradient-1), var(--gradient-2));
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  z-index: 1000;
  max-width: 300px;
  animation: slideUp .3s ease
}

.pL6kR p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.4
}

.pL6kR a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600
}

.pL6kR .mT3jN {
  display: flex;
  gap: .5rem;
  margin-top: .8rem
}

.pL6kR .hK9pV {
  padding: .5rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease
}

.pL6kR .tR5mB {
  background: var(--accent);
  color: white
}

.pL6kR .tR5mB:hover {
  background: #2ecc71;
  transform: translateY(-1px)
}

.pL6kR .dM7pQ {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, .3)
}

.pL6kR .dM7pQ:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5)
}

@media (max-width:768px) {

  .kT7mN,
  .nB5kR {
    margin: 1rem;
    padding: 1.8rem
  }

  .bN4jK {
    flex-direction: column
  }

  .wH8mV {
    width: 100%
  }

  .pL6kR {
    bottom: 15px;
    right: 15px;
    left: 15px;
    max-width: none
  }
}

.nV8kL {
  width: 100%;
  background: linear-gradient(135deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
  padding: 1.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 1000
}

.cN9pQ {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.lG4mR {
  max-height: 50px;
  transition: transform .3s ease
}

.lG4mR:hover {
  transform: scale(1.05)
}

.mK2jW {
  display: flex;
  gap: 2.5rem
}

@media (max-width:768px) {
  .mK2jW {
    display: none
  }
  
  .desktop-text {
    display: none
  }
  
  .mobile-menu {
    display: none
  }
}

@media (min-width:769px) {
  .mobile-menu {
    display: none !important
  }
}

.mK2jW a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s;
  position: relative;
  padding: .3rem 0;
  letter-spacing: .3px
}

.mK2jW a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width .3s ease
}

.mK2jW a:hover::after {
  width: 100%
}

.mK2jW a:hover {
  color: var(--accent);
  transform: translateY(-2px)
}

.hB5nX {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px
}

.hB5nX span {
  width: 25px;
  height: 3px;
  background-color: white;
  transition: all .3s ease
}

.hB5nX.tL9mK span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px)
}

.hB5nX.tL9mK span:nth-child(2) {
  opacity: 0
}

.hB5nX.tL9mK span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

@media (max-width:768px) {
  .hB5nX {
    display: flex
  }
}

.xP9kM {
  background: linear-gradient(135deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
  color: white;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden
}

.xP9kM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: .1
}

.rT2vN {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
  position: relative;
  z-index: 1
}

.wQ7pL {
  font-size: 1.3rem;
  opacity: .9;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 1
}

.kL9pR {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto
}


.vM4nQ {
  background: linear-gradient(145deg, #ffffff, #f9fafb);
  border-radius: 14px;
  margin-bottom: 2.5rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 50px 180px 1fr 120px 150px;
  gap: 1.8rem;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, .03);
}

.vM4nQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gradient-1), var(--gradient-2), var(--accent));
  border-radius: 20px 20px 0 0
}

.vM4nQ:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.nR3mK {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gradient-1);
  text-align: center;
  letter-spacing: -1px
}

.jH7mX {
  width: 160px;
  height: 80px;
  object-fit: contain;
  transition: transform .3s;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .05))
}

.vM4nQ:hover .jH7mX {
  transform: scale(1.05)
}

.tP5kW {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gradient-1);
  letter-spacing: -.3px
}

.fR8mK {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gradient-3);
  letter-spacing: -.5px
}

.pK7mV {
  background: linear-gradient(135deg, var(--gradient-3), var(--gradient-4));
  color: #fff;
  padding: .9rem 1.8rem;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  border: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  box-shadow: 0 4px 15px rgba(15, 20, 25, .2);
  letter-spacing: .5px
}

.pK7mV:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(15, 20, 25, .3)
}

.pK7mV:active {
  transform: translateY(-1px)
}

.qW9pV {
  font-size: .85rem;
  color: #777;
  margin-top: .6rem;
  grid-column: 1/-1;
  font-style: italic
}

.fT8pR {
  background: linear-gradient(135deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
  color: white;
  padding: 3rem 2rem 2rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden
}

.fT8pR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerGrain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23footerGrain)"/></svg>');
  opacity: .3
}

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

.gR4kL {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem
}

.hD2pK {
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative
}

.hD2pK::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px
}

.jK9mW p {
  margin-bottom: 1rem;
  line-height: 1.6;
  opacity: .9
}

.mP6nR {
  list-style: none;
  padding: 0
}

.mP6nR li {
  margin-bottom: .8rem
}

.mP6nR a {
  color: white;
  text-decoration: none;
  transition: all .3s ease;
  position: relative;
  padding-left: 0;
  display: inline-block
}

.mP6nR a::before {
  content: '→';
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all .3s ease;
  color: var(--accent)
}

.mP6nR a:hover::before {
  opacity: 1;
  left: -15px
}

.mP6nR a:hover {
  color: var(--accent);
  padding-left: 1.8rem
}

.pL3mK {
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
  font-size: .95rem;
  opacity: .8
}

@media (max-width:1024px) {
  .vM4nQ {
    grid-template-columns: 40px 140px 1fr 100px 120px;
    gap: 1.2rem;
    padding: 1.5rem
  }

  .jH7mX {
    width: 120px;
    height: 60px
  }
}

@media (max-width:768px) {
  .nV8kL {
    position: relative
  }

  .vM4nQ {
    grid-template-columns: 1fr;
    text-align: center;
    position: relative;
    padding: 2rem 1.5rem
  }

  .nR3mK {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 1.6rem
  }

  .jH7mX {
    width: 160px;
    height: 80px;
    margin: 0 auto
  }

  .rT2vN {
    font-size: 2.5rem
  }

  .wQ7pL {
    font-size: 1.1rem
  }

  .gR4kL {
    grid-template-columns: 1fr;
    gap: 2rem
  }

  .hD2pK {
    font-size: 1.6rem
  }
}

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

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

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.9)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

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