.elementor-kit-77{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-77 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === FOOTER STYLING (Readable + Gradient Links) === */
footer.site-footer {
  background: #000;
  color: #e5e5e5;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  padding: 3rem 1rem;
  border-top: 1px solid rgba(139,92,246,0.25);
}

/* Gradient divider */
footer .divider-line {
  width: 70%;
  height: 2px;
  margin: 0 auto 2rem;
  border-radius: 3px;
  background: linear-gradient(90deg, #8b5cf6, #06b6d4);
  background-size: 200% 100%;
  animation: footerFlow 6s ease-in-out infinite alternate;
  box-shadow: 0 0 12px rgba(139,92,246,0.3), 0 0 18px rgba(6,182,212,0.25);
}

@keyframes footerFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.footer-inner {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

/* Text hierarchy */
.footer-main {
  font-size: 1rem;
  color: #fafafa;
  font-weight: 500;
}

.footer-desc {
  color: #d0d0d0;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 700px;
}

.footer-disclosure {
  color: #b5b5b5;
  font-size: 0.85rem;
  line-height: 1.6;
  max-width: 750px;
}

.footer-disclosure strong {
  background: linear-gradient(90deg, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-links {
  margin-top: 0.8rem;
}

.footer-links a {
  background: linear-gradient(90deg, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-weight: 500;
  margin: 0 0.4rem;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.85;
  text-shadow: 0 0 8px rgba(6,182,212,0.4);
}

.footer-credit {
  margin-top: 1.8rem;
  font-size: 0.85rem;
  color: #aaa;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-inner { padding: 0 1rem; }
  .footer-desc, .footer-disclosure { max-width: 100%; }
}/* End custom CSS */