@charset "UTF-8";
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(96, 165, 250, 0.05) 100%), url("../images/homes/home1.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 0%, rgba(59, 130, 246, 0.3) 30%, rgba(16, 185, 129, 0.3) 50%, rgba(59, 130, 246, 0.3) 70%, transparent 100%);
  opacity: 0;
  animation: lightSweep 15s ease-in-out infinite;
  pointer-events: none;
  transform: rotate(45deg);
  z-index: 2;
}
.hero .rotating-circle {
  position: absolute;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:rgba(22, 54, 140, 0.05);stop-opacity:1" /><stop offset="100%" style="stop-color:rgba(42, 82, 152, 0.05);stop-opacity:1" /></linearGradient></defs><circle cx="400" cy="400" r="395" fill="none" stroke="url(%23grad)" stroke-width="2" /><circle cx="400" cy="400" r="320" fill="none" stroke="url(%23grad)" stroke-width="1" opacity="0.1" /><circle cx="400" cy="400" r="250" fill="none" stroke="url(%23grad)" stroke-width="1" opacity="0.05" /><circle cx="400" cy="400" r="180" fill="none" stroke="url(%23grad)" stroke-width="1" opacity="0.03" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  animation: rotate 80s linear infinite;
  z-index: 3;
}
.hero .hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  padding: 4rem 1.5rem 0;
}
.hero .hero-content .hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .hero .hero-content .hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .hero .hero-content .hero-title {
    font-size: 5rem;
  }
}
.hero .hero-content .first-slogan {
  color: white !important;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.hero .hero-content .hero-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 0.8s ease 0.2s backwards;
}
@media (min-width: 768px) {
  .hero .hero-content .hero-subtitle {
    font-size: 1.25rem;
  }
}
.hero .hero-content h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  animation: fadeInUp 0.8s ease 0.3s backwards;
}
@media (min-width: 768px) {
  .hero .hero-content h3 {
    font-size: 1.5rem;
  }
}
.hero .hero-content h3.first-slogan {
  margin-top: 4rem;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hero .hero-content h3.first-slogan {
    margin-top: 6rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .hero .hero-content h3.first-slogan {
    margin-top: 8rem;
    font-size: 1.5rem;
  }
}
.hero .hero-content .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  animation: fadeInUp 0.8s ease 0.4s backwards;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .hero .hero-content .hero-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.hero .hero-content .hero-actions .btn-secondary {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95), rgba(37, 99, 235, 0.98));
  color: white;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6), 0 0 50px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  animation: buttonGlow 2s ease-in-out infinite alternate;
}
.hero .hero-content .hero-actions .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.hero .hero-content .hero-actions .btn-secondary:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6), 0 0 50px rgba(59, 130, 246, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.hero .hero-content .hero-actions .btn-secondary:hover::before {
  left: 100%;
}
.hero .hero-content .hero-actions .btn-secondary:active {
  transform: translateY(-1px) scale(0.98);
}
.hero .hero-content .hero-actions .hero-phone {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 30px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.hero .hero-content .hero-actions .hero-phone:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 50px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(59, 130, 246, 0.4);
}
.hero .scroll-indicator {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.875rem;
  animation: bounce 2s infinite;
}
.hero .scroll-indicator .scroll-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 0.5rem;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
}

.about-section {
  background-color: #FFFFFF;
  padding: 4rem 0;
}
.about-section .about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-section .about-content {
    grid-template-columns: 55% 45%;
    grid-template-areas: "text image" "stats image";
  }
}
.about-section .about-image {
  grid-area: image;
}
.about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.about-section .about-image img:hover {
  transform: translateY(-5px);
}
.about-section .about-text {
  grid-area: text;
}
.about-section .about-text .section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(30, 58, 138, 0.1);
  color: #1E3A8A;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-section .about-text h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #1E3A8A;
}
@media (min-width: 1024px) {
  .about-section .about-text h2 {
    font-size: 2.5rem;
  }
}
.about-section .about-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: #1E3A8A; /* 设置为系统色 */
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .about-section .about-text h3 {
    font-size: 1.75rem;
  }
}
.about-section .about-text h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #1E3A8A; /* 设置为系统色 */
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .about-section .about-text h4 {
    font-size: 1.125rem;
  }
}
.about-section .about-text p {
  color: #6B7280;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.about-section .about-text .btn-primary {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #1E3A8A;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3);
}
.about-section .about-text .btn-primary:hover {
  background-color: #16368C;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.4);
}
.about-section .about-stats {
  grid-area: stats;
  margin-top: -1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.about-section .about-stats .stat-item {
  text-align: center;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.about-section .about-stats .stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.about-section .about-stats .stat-item .stat-number {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1E3A8A;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
}
.about-section .about-stats .stat-item .stat-label {
  color: #6B7280;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
.about-section .about-text .section-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(30, 58, 138, 0.1);
  color: #1E3A8A;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-section .about-image {
  position: relative;
  margin-top: 1.5rem;
}
.about-section .about-image::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: 30px;
  bottom: 30px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.1) 0%, rgba(13, 148, 136, 0.1) 100%);
  border-radius: 1rem;
  z-index: -1;
  transition: all 0.3s ease;
}
.about-section .about-image:hover::before {
  transform: translateY(5px) scale(0.98);
}

.products-section {
  background-color: #F3F4F6;
}
.products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.products-section .product-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
  transition: all 0.6s ease-out;
  border: 1px solid rgba(22, 54, 140, 0.1);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
  overflow: hidden;
}
.products-section .product-card:nth-child(1) {
  transition-delay: 0.1s;
}
.products-section .product-card:nth-child(2) {
  transition-delay: 0.2s;
}
.products-section .product-card:nth-child(3) {
  transition-delay: 0.3s;
}
.products-section .product-card:nth-child(4) {
  transition-delay: 0.4s;
}
.products-section .product-card:nth-child(5) {
  transition-delay: 0.5s;
}
.products-section .product-card:nth-child(6) {
  transition-delay: 0.6s;
}
.products-section .product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.8) 50%, rgba(59, 130, 246, 0) 100%);
  transform: scaleX(0);
  transition: transform 0.5s ease;
  z-index: 2;
}
.products-section .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 50px rgba(22, 54, 140, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
}
.products-section .product-card:hover::before {
  transform: scaleX(1);
}
.products-section .product-card .product-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(22, 54, 140, 0.1) 0%, rgba(22, 54, 140, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.products-section .product-card .product-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(2000%) hue-rotate(210deg) brightness(90%) contrast(100%);
}
.products-section .product-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1F2937;
}
.products-section .product-card p {
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.6;
}
.products-section .product-card .product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: #16368C;
  font-weight: 600;
  font-size: 0.875rem;
}
.products-section .product-card .product-link:hover {
  color: #1E3A8A;
}
.products-section .animate-on-scroll.visible.product-card {
  opacity: 1;
  transform: translateY(0);
}
.products-section .animate-on-scroll.visible.product-card:nth-child(1) {
  transition-delay: 0.1s;
}
.products-section .animate-on-scroll.visible.product-card:nth-child(2) {
  transition-delay: 0.2s;
}
.products-section .animate-on-scroll.visible.product-card:nth-child(3) {
  transition-delay: 0.3s;
}
.products-section .animate-on-scroll.visible.product-card:nth-child(4) {
  transition-delay: 0.4s;
}
.products-section .animate-on-scroll.visible.product-card:nth-child(5) {
  transition-delay: 0.5s;
}
.products-section .animate-on-scroll.visible.product-card:nth-child(6) {
  transition-delay: 0.6s;
}

.services-section {
  background-color: #FFFFFF;
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-section .services-grid {
    gap: 3rem;
  }
}
.services-section .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border-radius: 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(22, 54, 140, 0.1);
  position: relative;
  overflow: hidden;
}
.services-section .service-card:nth-child(1) {
  transition-delay: 0.1s;
}
.services-section .service-card:nth-child(2) {
  transition-delay: 0.2s;
}
.services-section .service-card:nth-child(3) {
  transition-delay: 0.3s;
}
.services-section .service-card:nth-child(4) {
  transition-delay: 0.4s;
}
.services-section .service-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 50px rgba(22, 54, 140, 0.15);
  transform: translateY(-8px);
  border-color: rgba(59, 130, 246, 0.3);
}
.services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.services-section .service-card:hover::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .services-section .service-card {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1.5rem;
  }
}
.services-section .service-card .service-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.services-section .service-card .service-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(22, 54, 140, 0.2);
}
.services-section .service-card .service-content {
  flex: 1;
}
.services-section .service-card .service-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1F2937;
  transition: all 0.3s ease;
}
.services-section .service-card .service-content p {
  color: #6B7280;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.services-section .service-card .service-content .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: #16368C;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.services-section .service-card .service-content .service-link:hover {
  gap: 0.75rem;
  transform: translateX(4px);
}

.service-card.animate-on-scroll.visible,
.service-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.news-section {
  background-color: #F3F4F6;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .news-section .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-section .news-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-section .news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.news-section .news-card .news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #F3F4F6;
}
.news-section .news-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-section .news-card .news-image:hover img {
  transform: scale(1.05);
}
.news-section .news-card .news-content {
  padding: 1.5rem;
}
.news-section .news-card .news-content .news-date {
  color: #9CA3AF;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.news-section .news-card .news-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .news-card .news-content p {
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .news-card .news-content .news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: #16368C;
  font-weight: 600;
  font-size: 0.875rem;
}

.cta-section {
  background: linear-gradient(135deg, #1E3A8A 0%, #16368C 100%);
  color: white;
  text-align: center;
}
.cta-section .cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.cta-section .cta-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cta-section .cta-content h2 {
    font-size: 2.5rem;
  }
}
.cta-section .cta-content p {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}
.cta-section .cta-content .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-section .cta-content .cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(22, 54, 140, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(22, 54, 140, 0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40px, 40px);
  }
}
@keyframes gridMoveReverse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-60px, -60px);
  }
}
@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 15px rgba(59, 130, 246, 0.7), 0 0 30px rgba(59, 130, 246, 0.5), 0 0 45px rgba(59, 130, 246, 0.3), 0 0 60px rgba(59, 130, 246, 0.1);
  }
  25% {
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.9), 0 0 40px rgba(59, 130, 246, 0.7), 0 0 60px rgba(59, 130, 246, 0.5), 0 0 80px rgba(59, 130, 246, 0.3);
  }
  50% {
    text-shadow: 0 0 25px rgb(59, 130, 246), 0 0 50px rgba(59, 130, 246, 0.9), 0 0 75px rgba(59, 130, 246, 0.7), 0 0 100px rgba(59, 130, 246, 0.5);
  }
  75% {
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.9), 0 0 40px rgba(59, 130, 246, 0.7), 0 0 60px rgba(59, 130, 246, 0.5), 0 0 80px rgba(59, 130, 246, 0.3);
  }
}
@keyframes float {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  30% {
    transform: translateY(-30px) translateX(15px) scale(1.05);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-50px) translateX(-10px) scale(1.1);
    opacity: 1;
  }
  70% {
    transform: translateY(-70px) translateX(20px) scale(1.05);
    opacity: 0.2;
  }
  90% {
    transform: translateY(-90px) translateX(-5px) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-100px) translateX(0) scale(0.9);
    opacity: 0;
  }
}
@keyframes buttonGlow {
  0% {
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6), 0 0 50px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.8), 0 0 80px rgba(59, 130, 246, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}
@keyframes backgroundMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes backgroundPulse {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}
@keyframes backgroundShift {
  0% {
    background-position: 0% 0%;
    opacity: 0.9;
  }
  50% {
    background-position: 100% 100%;
    opacity: 0.7;
    transform: scale(1.05);
  }
  100% {
    background-position: 50% 50%;
    opacity: 0.9;
    transform: scale(1);
  }
}
@keyframes lightSweep {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
    opacity: 0;
  }
}

/*# sourceMappingURL=home.css.map */
