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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  background-color: #ffffff;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: 300ms ease-in-out;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

p {
  margin-bottom: 1rem;
  color: #475569;
  line-height: 1.7;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 6rem;
  }
}

.section-title {
  color: #0f172a;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #1e3a8a;
}

.section-subtitle {
  font-size: 18px;
  color: #475569;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 2rem;
  font-weight: 400;
  line-height: 1.7;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  z-index: 100;
  transition: 300ms ease-in-out;
}
.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header.scrolled {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .header__wrapper {
    padding: 1.5rem 0;
  }
}

.header__logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a8a;
}
.header__logo img {
  max-height: 50px;
  width: auto;
}
.header__logo .logo-text {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header__nav {
  display: none;
}
@media (min-width: 992px) {
  .header__nav {
    display: block;
  }
}

.main-menu {
  display: flex;
  gap: 2rem;
}
.main-menu li {
  position: relative;
}
.main-menu li.menu-item-contact a {
  background: #1e3a8a;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
.main-menu li.menu-item-contact a::after {
  display: none;
}
.main-menu li.menu-item-contact a:hover {
  background: #172554;
  color: #ffffff;
  transform: translateY(-2px);
}
.main-menu a {
  font-weight: 500;
  color: #0f172a;
  padding: 0.5rem 1rem;
  transition: 300ms ease-in-out;
  display: block;
  position: relative;
}
.main-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #1e3a8a;
  transition: all 300ms ease-in-out;
  transform: translateX(-50%);
}
.main-menu a:hover, .main-menu a.active, .main-menu a[aria-current=page] {
  color: #1e3a8a;
}
.main-menu a:hover::after, .main-menu a.active::after, .main-menu a[aria-current=page]::after {
  width: 80%;
}

.header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
}
@media (min-width: 992px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #0f172a;
  transition: 300ms ease-in-out;
  transform-origin: center;
}
.header__toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.header__toggle.active span:nth-child(2) {
  opacity: 0;
}
.header__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-in-out;
}
.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  z-index: 300;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}
.offcanvas.active {
  transform: translateX(0);
}

.offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.offcanvas__logo img {
  max-height: 40px;
  width: auto;
}
.offcanvas__logo .logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.offcanvas__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: none;
  cursor: pointer;
  color: #0f172a;
  font-size: 1.25rem;
  transition: 300ms ease-in-out;
}
.offcanvas__close:hover {
  background: #1e3a8a;
  color: #ffffff;
}

.offcanvas__nav {
  flex: 1;
  padding: 1rem 0;
}

.offcanvas__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas__menu li {
  border-bottom: 1px solid #e2e8f0;
}
.offcanvas__menu a {
  display: block;
  padding: 1rem 1.5rem;
  color: #0f172a;
  font-weight: 500;
  font-size: 16px;
  transition: 300ms ease-in-out;
}
.offcanvas__menu a:hover {
  background: rgba(30, 58, 138, 0.05);
  color: #1e3a8a;
  padding-left: 2rem;
}

.offcanvas__social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.offcanvas__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 1.1rem;
  transition: 300ms ease-in-out;
}
.offcanvas__social a:hover {
  background: #1e3a8a;
  color: #ffffff;
}
.offcanvas__social a[aria-label=WhatsApp]:hover {
  background: #25D366;
}
.offcanvas__social a[aria-label=Messenger]:hover {
  background: #006AFF;
}

body.menu-open {
  overflow: hidden;
}

.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 4rem 0 2rem;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer__content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer__column .footer__title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.footer__column .footer__description {
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
}
.footer__social .footer__social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: 300ms ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__social .footer__social-link:hover {
  background: #1e3a8a;
  border-color: #1e3a8a;
  transform: translateY(-3px);
}
.footer__social .footer__social-link--messenger:hover {
  background: linear-gradient(135deg, #00B2FF, #006AFF);
  border-color: #006AFF;
}
.footer__social .footer__social-link--whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
}

.footer__menu {
  list-style: none;
}
.footer__menu li {
  margin-bottom: 0.5rem;
}
.footer__menu a {
  color: #94a3b8;
  transition: 300ms ease-in-out;
  display: inline-block;
}
.footer__menu a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer__contact li,
.footer__hours li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #94a3b8;
}
.footer__contact li i,
.footer__hours li i {
  color: #ffffff;
  margin-top: 4px;
  flex-shrink: 0;
}
.footer__contact li a:hover,
.footer__hours li a:hover {
  color: #ffffff;
}

.footer__bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.footer__bottom p {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__bottom p {
    margin-bottom: 0;
  }
}
.footer__bottom p a {
  color: #1e3a8a;
  transition: 300ms ease-in-out;
}
.footer__bottom p a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-weight: 600;
  transition: 300ms ease-in-out;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: 300ms ease-in-out;
}
.btn:hover::before {
  left: 100%;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn i {
  transition: 150ms ease-in-out;
}
.btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.btn:hover:not(:disabled) i {
  transform: translateX(3px);
}

.btn--primary {
  background: #1e3a8a;
  color: #ffffff;
}
.btn--primary:hover:not(:disabled) {
  background: #172554;
}

.btn--secondary {
  background: #ffffff;
  color: #1e3a8a;
  border-color: #1e3a8a;
}
.btn--secondary:hover:not(:disabled) {
  background: #1e3a8a;
  color: #ffffff;
}

.btn--outline {
  background: transparent;
  color: #0f172a;
  border-color: #e2e8f0;
}
.btn--outline:hover:not(:disabled) {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

.btn {
  position: relative;
}
.btn .btn__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.btn .btn__loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.btn.loading .btn__text {
  opacity: 0;
}
.btn.loading .btn__loader {
  display: block;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 0;
  font-size: 16px;
  transition: 300ms ease-in-out;
  background: #ffffff;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #1e3a8a;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #475569;
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #475569;
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.form-group--checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
.form-group--checkbox label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}

.form-message {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0;
  display: none;
}
.form-message.show {
  display: block;
}
.form-message.success {
  background: rgba(5, 150, 105, 0.1);
  color: #059669;
  border: 1px solid #059669;
}
.form-message.error {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  border: 1px solid #dc2626;
}

.slider-wrapper {
  position: relative;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .slider-wrapper {
    padding: 0 60px;
  }
}

.slider {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-size: 18px;
  z-index: 10;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slider-arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.slider-arrow:hover {
  background: #1e3a8a;
  color: #ffffff;
  border-color: #1e3a8a;
  transform: translateY(-50%) scale(1.1);
}
.slider-arrow--prev {
  left: 0;
}
.slider-arrow--next {
  right: 0;
}
.slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.slider-arrow:disabled:hover {
  background: #ffffff;
  color: #0f172a;
  border-color: #e2e8f0;
  transform: translateY(-50%);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
.slider-dots .dot {
  width: 10px;
  height: 10px;
  background: #e2e8f0;
  border-radius: 0;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.slider-dots .dot.active, .slider-dots .dot:hover {
  background: #1e3a8a;
  transform: scale(1.2);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  padding: 6rem 0;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .hero {
    margin-top: 90px;
  }
}

.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.hero__circuit {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.hero__circuit .circuit-line {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 8s ease-in-out infinite;
}
.hero__circuit .circuit-line--1 {
  animation-delay: 0.3s;
}
.hero__circuit .circuit-line--2 {
  animation-delay: 0.6s;
}
.hero__circuit .circuit-line--3 {
  animation-delay: 0.9s;
}
.hero__circuit .circuit-line--4 {
  animation-delay: 1.2s;
}
.hero__circuit .circuit-line--5 {
  animation-delay: 1.5s;
}
.hero__circuit .circuit-line--6 {
  animation-delay: 1.8s;
}
.hero__circuit .circuit-line--7 {
  animation-delay: 2.1s;
}
.hero__circuit .circuit-line--8 {
  animation-delay: 2.4s;
}
.hero__circuit .circuit-node {
  fill: #3b82f6;
  stroke: #3b82f6;
  stroke-width: 2;
  animation: pulse 2s ease-in-out infinite;
}
.hero__circuit .circuit-node--1 {
  animation-delay: 0.25s;
}
.hero__circuit .circuit-node--2 {
  animation-delay: 0.5s;
}
.hero__circuit .circuit-node--3 {
  animation-delay: 0.75s;
}
.hero__circuit .circuit-node--4 {
  animation-delay: 1s;
}
.hero__circuit .circuit-node--5 {
  animation-delay: 1.25s;
}
.hero__circuit .circuit-node--6 {
  animation-delay: 1.5s;
}
.hero__circuit .circuit-node--7 {
  animation-delay: 1.75s;
}
.hero__circuit .circuit-node--8 {
  animation-delay: 2s;
}
.hero__circuit .circuit-chip {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 2;
  animation: chipGlow 3s ease-in-out infinite;
}
.hero__circuit .circuit-chip rect {
  fill: rgba(59, 130, 246, 0.2);
}
.hero__circuit .circuit-chip--1 {
  animation-delay: 0.5s;
}
.hero__circuit .circuit-chip--2 {
  animation-delay: 1s;
}
.hero__circuit .circuit-chip--3 {
  animation-delay: 1.5s;
}

.hero__particles {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero__particles .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #3b82f6;
  opacity: 0.6;
  animation: float 6s ease-in-out infinite;
}
.hero__particles .particle--1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.hero__particles .particle--2 {
  top: 60%;
  left: 80%;
  animation-delay: 1s;
}
.hero__particles .particle--3 {
  top: 40%;
  left: 30%;
  animation-delay: 2s;
}
.hero__particles .particle--4 {
  top: 80%;
  left: 60%;
  animation-delay: 3s;
}
.hero__particles .particle--5 {
  top: 30%;
  left: 90%;
  animation-delay: 4s;
}

.hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out;
}

.hero__title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .hero__title br {
    display: none;
  }
}
.hero__title .hero__highlight {
  color: #3b82f6;
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  line-height: 1.8;
}

.hero__btn {
  animation: fadeInUp 1s ease-out 0.3s both;
}

@keyframes drawLine {
  0%, 100% {
    stroke-dashoffset: 1000;
  }
  50% {
    stroke-dashoffset: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    r: 8;
    opacity: 1;
  }
  50% {
    r: 12;
    opacity: 0.5;
  }
}
@keyframes chipGlow {
  0%, 100% {
    opacity: 0.5;
    stroke-width: 2;
  }
  50% {
    opacity: 1;
    stroke-width: 3;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-20px) translateX(10px);
  }
  50% {
    transform: translateY(-40px) translateX(-10px);
  }
  75% {
    transform: translateY(-20px) translateX(10px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services {
  padding: 6rem 0;
  background: #ffffff;
}

.services__slider-wrapper {
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .services__slider-wrapper {
    padding: 0 60px;
  }
}

.services__slider {
  overflow: visible;
  margin-bottom: 3rem;
  position: relative;
}

.service-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .service-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.service-card__inner {
  background: #ffffff;
  padding: 3rem 2rem;
  text-align: center;
  transition: all 300ms ease-in-out;
  border: 1px solid #f1f5f9;
  height: calc(100% - 2rem);
  margin: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.service-card__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #1e3a8a;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.service-card__inner:hover {
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.15);
  border-color: #1e3a8a;
}
.service-card__inner:hover::before {
  transform: scaleX(1);
}

.service-card__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 2rem;
  background: rgba(30, 58, 138, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  font-size: 2rem;
  transition: all 300ms ease-in-out;
  position: relative;
}
.service-card__icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: -1;
}
.service-card__inner:hover .service-card__icon {
  transform: scale(1.05);
  color: #ffffff;
}
.service-card__inner:hover .service-card__icon::after {
  opacity: 1;
}

.service-card__title {
  color: #0f172a;
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.service-card__description {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 0;
  flex-grow: 1;
  font-size: 16px;
}

.services__cta {
  text-align: center;
  margin-top: 4rem;
}

.about {
  padding: 6rem 0;
  background: #141b2e;
}

.about .section-header .section-title,
.about .section-header .section-subtitle {
  color: #ffffff;
}
.about .section-header .section-title::after {
  background: #3b82f6;
}

.about__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.about__image {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.about__image img {
  width: 100%;
  height: auto;
  display: block;
}

.about__image-placeholder {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 5rem;
  opacity: 0.8;
}

.about__content .section-title {
  text-align: left;
  color: #ffffff;
}
.about__content .section-title::after {
  left: 0;
  transform: translateX(0);
  background: #3b82f6;
}

.about__text {
  margin-bottom: 2rem;
}
.about__text p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.about__features {
  display: grid;
  gap: 1.5rem;
}

.about__feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.about__feature i {
  color: #3b82f6;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.about__feature span {
  color: #ffffff;
  font-weight: 500;
}

.gallery {
  padding: 6rem 0;
  background: #ffffff;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery__item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 500ms ease-in-out;
}
.gallery__item:hover img {
  transform: scale(1.1);
}
.gallery__item:hover .gallery__overlay {
  opacity: 1;
}

.gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 138, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 300ms ease-in-out;
}
.gallery__overlay i {
  color: #ffffff;
  font-size: 2rem;
}

.gallery__item--placeholder {
  background: #e2e8f0;
}
.gallery__item--placeholder .gallery__placeholder-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  color: #475569;
}
.gallery__item--placeholder .gallery__placeholder-content i {
  font-size: 3rem;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-in-out;
}
.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox__content {
  max-width: 90%;
  max-height: 90%;
}
.lightbox__content img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.lightbox__close {
  top: 20px;
  right: 20px;
}

.lightbox__prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.page-hero {
  position: relative;
  padding: 120px 0 80px;
  background: #141b2e;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-hero {
    padding: 140px 0 100px;
  }
}

.page-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.3;
}

.page-hero__circuit {
  width: 100%;
  height: 100%;
}
.page-hero__circuit .circuit-line {
  fill: none;
  stroke: #1e3a8a;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.4;
}
.page-hero__circuit .circuit-node {
  fill: #1e3a8a;
  opacity: 0.6;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-hero__title {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-hero__title span {
  color: #1e3a8a;
}

.page-hero__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 2rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 14px;
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 300ms ease-in-out;
}
.breadcrumbs a:hover {
  color: #1e3a8a;
}
.breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7em;
}
.breadcrumbs__current {
  color: #1e3a8a;
  font-weight: 500;
}

.pricing-intro {
  padding: 4rem 0;
  background: #ffffff;
}

.pricing-intro__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.pricing-intro__content p {
  font-size: 18px;
  color: #475569;
  line-height: 1.8;
}
.pricing-intro__content p:last-child {
  margin-bottom: 0;
}

.pricing-page {
  padding: 4rem 0 6rem;
  background: #f1f5f9;
}

.pricing-category {
  margin-bottom: 4rem;
}
.pricing-category:last-of-type {
  margin-bottom: 3rem;
}

.pricing-category__header {
  text-align: center;
  margin-bottom: 2rem;
}
.pricing-category__header i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.pricing-category__title {
  font-size: 1.75rem;
  color: #0f172a;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.pricing-category__description {
  color: #475569;
  font-size: 16px;
  margin-bottom: 0;
}

.pricing-page .pricing__table-wrapper {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .pricing-page .pricing__table-wrapper {
    margin: 0 -20px;
    box-shadow: none;
  }
}
.pricing-page .pricing__table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}
@media (max-width: 767px) {
  .pricing-page .pricing__table table {
    min-width: 500px;
  }
}
.pricing-page .pricing__table table thead {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  color: #ffffff;
}
.pricing-page .pricing__table table thead th {
  padding: 1.5rem 2rem;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .pricing-page .pricing__table table thead th {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}
.pricing-page .pricing__table table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: 300ms ease-in-out;
}
.pricing-page .pricing__table table tbody tr:hover {
  background: rgba(30, 58, 138, 0.03);
}
.pricing-page .pricing__table table tbody tr:last-child {
  border-bottom: none;
}
.pricing-page .pricing__table table tbody td {
  padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
  .pricing-page .pricing__table table tbody td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.pricing-page .pricing__service {
  font-weight: 500;
  color: #0f172a;
}
.pricing-page .pricing__service-desc {
  display: block;
  font-weight: 400;
  color: #475569;
  font-size: 14px;
  margin-top: 2px;
}
.pricing-page .pricing__price {
  color: #1e3a8a;
  font-weight: 600;
  white-space: nowrap;
}

.pricing__note--page {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border-left: 4px solid #1e3a8a;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
}
.pricing__note--page i {
  color: #1e3a8a;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.pricing__note--page p {
  color: #475569;
  margin-bottom: 0;
}

.pricing-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  text-align: center;
}

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

.pricing-cta__title {
  color: #ffffff;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .pricing-cta__title {
    font-size: 2.25rem;
  }
}

.pricing-cta__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 3rem;
}

.pricing-cta .btn--primary {
  background: #ffffff;
  color: #1e3a8a;
}
.pricing-cta .btn--primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pricing__location {
  color: #475569;
  font-size: 14px;
}

.pricing__notes {
  color: #475569;
  font-size: 14px;
  font-style: italic;
}

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

.pricing-accordion__item {
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pricing-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: 300ms ease-in-out;
}
@media (max-width: 767px) {
  .pricing-accordion__header {
    padding: 1rem 1.5rem;
  }
}
.pricing-accordion__header:hover {
  background: rgba(30, 58, 138, 0.02);
}
.pricing-accordion__header[aria-expanded=true] {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
}
.pricing-accordion__header[aria-expanded=true] .pricing-accordion__title,
.pricing-accordion__header[aria-expanded=true] .pricing-accordion__description {
  color: #ffffff;
}
.pricing-accordion__header[aria-expanded=true] .pricing-accordion__icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.pricing-accordion__header[aria-expanded=true] .pricing-accordion__toggle {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.pricing-accordion__header[aria-expanded=true] .pricing-accordion__toggle i {
  transform: rotate(180deg);
}

.pricing-accordion__header-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
@media (max-width: 767px) {
  .pricing-accordion__header-content {
    gap: 1rem;
  }
}

.pricing-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  color: #ffffff;
  flex-shrink: 0;
  transition: 300ms ease-in-out;
}
.pricing-accordion__icon i {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .pricing-accordion__icon {
    width: 40px;
    height: 40px;
  }
  .pricing-accordion__icon i {
    font-size: 1rem;
  }
}

.pricing-accordion__header-text {
  flex: 1;
}

.pricing-accordion__title {
  font-size: 1.25rem;
  color: #0f172a;
  margin-bottom: 0;
  font-weight: 700;
  transition: 300ms ease-in-out;
}
@media (max-width: 767px) {
  .pricing-accordion__title {
    font-size: 1rem;
  }
}

.pricing-accordion__description {
  color: #475569;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
  transition: 300ms ease-in-out;
}
@media (max-width: 767px) {
  .pricing-accordion__description {
    display: none;
  }
}

.pricing-accordion__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  color: #0f172a;
  flex-shrink: 0;
  transition: 300ms ease-in-out;
}
@media (max-width: 767px) {
  .pricing-accordion__toggle {
    width: 32px;
    height: 32px;
  }
}
.pricing-accordion__toggle i {
  transition: transform 300ms ease-in-out;
}

.pricing-accordion__content {
  display: none;
  border-top: 1px solid #e2e8f0;
}
.pricing-accordion__content.active {
  display: block;
}
.pricing-accordion__content .pricing__table-wrapper {
  box-shadow: none;
}

.testimonials {
  padding: 6rem 0;
  background: #ffffff;
}

.testimonials__slider-wrapper {
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonials__slider-wrapper {
    padding: 0 60px;
  }
}

.testimonials__slider {
  overflow: visible;
  position: relative;
}

.testimonial-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .testimonial-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .testimonial-card {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.testimonial-card__inner {
  background: #f1f5f9;
  padding: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: 300ms ease-in-out;
  height: calc(100% - 3rem);
  margin: 1.5rem;
  display: flex;
  flex-direction: column;
}
.testimonial-card__inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.testimonial-card__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 1.5rem;
}
.testimonial-card__rating i {
  color: #94a3b8;
  font-size: 18px;
}
.testimonial-card__rating i.active {
  color: #fbbf24;
}

.testimonial-card__text {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.testimonial-card__avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.testimonial-card__name {
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 0;
}

.faq {
  padding: 6rem 0;
  background: #141b2e;
}

.faq .section-header .section-title,
.faq .section-header .section-subtitle {
  color: #ffffff;
}
.faq .section-header .section-title::after {
  background: #3b82f6;
}

.faq__item {
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 300ms ease-in-out;
}
.faq__item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.faq__item.active .faq__question {
  background: #1e3a8a;
  color: #ffffff;
}
.faq__item.active .faq__question i {
  transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 1.5rem 2rem;
}

.faq__question {
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  background: #ffffff;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.faq__question:hover {
  background: rgba(30, 58, 138, 0.05);
}
.faq__question i {
  color: #1e3a8a;
  transition: 300ms ease-in-out;
  flex-shrink: 0;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: 300ms ease-in-out;
}
.faq__answer p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 0;
}

.contact {
  padding: 6rem 0;
  background: #ffffff;
}

.contact__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .contact__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact__info-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #f1f5f9;
  border-radius: 0;
  transition: 300ms ease-in-out;
}
.contact__info-item:hover {
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.contact__info-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.contact__info-content h3 {
  color: #0f172a;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.contact__info-content p {
  color: #475569;
  margin-bottom: 0;
}
.contact__info-content p a {
  color: #1e3a8a;
}
.contact__info-content p a:hover {
  text-decoration: underline;
}

.contact__form-wrapper {
  background: #f1f5f9;
  padding: 3rem;
  border-radius: 0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.contact__form .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .contact__form .btn {
    width: auto;
  }
}

.page-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.error-hero {
  position: relative;
  width: 100%;
  padding: 120px 0 80px;
  background: #141b2e;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .error-hero {
    padding: 140px 0 100px;
  }
}

.error-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.3;
}

.error-hero__circuit {
  width: 100%;
  height: 100%;
}
.error-hero__circuit .circuit-line {
  fill: none;
  stroke: #1e3a8a;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.4;
  animation: circuit-pulse 3s ease-in-out infinite;
}
.error-hero__circuit .circuit-line--1 {
  animation-delay: 0.5s;
}
.error-hero__circuit .circuit-line--2 {
  animation-delay: 1s;
}
.error-hero__circuit .circuit-line--3 {
  animation-delay: 1.5s;
}
.error-hero__circuit .circuit-line--4 {
  animation-delay: 2s;
}
.error-hero__circuit .circuit-line--5 {
  animation-delay: 2.5s;
}
.error-hero__circuit .circuit-line--6 {
  animation-delay: 3s;
}
.error-hero__circuit .circuit-node {
  fill: #1e3a8a;
  opacity: 0.6;
  animation: node-pulse 2s ease-in-out infinite;
}

@keyframes circuit-pulse {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes node-pulse {
  0%, 100% {
    opacity: 0.4;
    r: 6;
  }
  50% {
    opacity: 0.8;
    r: 8;
  }
}
.error-hero__particles {
  position: absolute;
  width: 100%;
  height: 100%;
}
.error-hero__particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #1e3a8a;
  opacity: 0.5;
  animation: float-particle 6s ease-in-out infinite;
}
.error-hero__particles .particle--1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.error-hero__particles .particle--2 {
  top: 40%;
  left: 80%;
  animation-delay: 1s;
}
.error-hero__particles .particle--3 {
  top: 70%;
  left: 20%;
  animation-delay: 2s;
}
.error-hero__particles .particle--4 {
  top: 30%;
  left: 60%;
  animation-delay: 3s;
}
.error-hero__particles .particle--5 {
  top: 80%;
  left: 70%;
  animation-delay: 4s;
}

@keyframes float-particle {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-20px) scale(1.5);
    opacity: 0.7;
  }
}
.error-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.error-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(30, 58, 138, 0.2);
  margin-bottom: 2rem;
  animation: icon-bounce 2s ease-in-out infinite;
}
.error-hero__icon i {
  font-size: 2.5rem;
  color: #3b82f6;
}
@media (min-width: 768px) {
  .error-hero__icon {
    width: 100px;
    height: 100px;
  }
  .error-hero__icon i {
    font-size: 3rem;
  }
}

@keyframes icon-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.error-hero__code {
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 700;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 0 0 40px rgba(30, 58, 138, 0.3);
}

.error-hero__title {
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.error-hero__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.error-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .error-hero__actions {
    flex-direction: row;
    justify-content: center;
  }
}
.error-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.error-hero__actions .btn--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.error-hero__actions .btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.error-hero__links {
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.error-hero__links p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.error-hero__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}
.error-hero__links li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  transition: 300ms ease-in-out;
}
.error-hero__links li a i {
  color: #1e3a8a;
  font-size: 14px;
}
.error-hero__links li a:hover {
  color: #1e3a8a;
}
.error-hero__links li a:hover i {
  color: #3b82f6;
}/*# sourceMappingURL=style.css.map */