@charset "UTF-8";
:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

.btn-primary {
  background: white !important;
  border: 1px solid white !important;
  color: black !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-primary:hover {
  background: transparent !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-ghost:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.normal-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.normal-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.primary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.primary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.third-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.third-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.fouth-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.fouth-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-white-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-white-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.warning-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.warning-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.success-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.success-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.info-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.info-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.danger-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.danger-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.r-white-transparent-btn,
.r-black-transparent-btn,
.r-baige-transparent-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.r-white-transparent-btn:hover,
.r-black-transparent-btn:hover,
.r-baige-transparent-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  color: rgba(var(--text-rgb), 0.8);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 0;
  padding-bottom: 2px;
}
.cta-link:after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.cta-link:hover {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
}
.cta-link:hover:after {
  transform: translateX(5px);
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.public-art-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.public-art-benefits li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: rgba(var(--text-rgb), 0.7);
  font-weight: 300;
}
.public-art-benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--text-color);
  font-weight: bold;
}
.public-art-benefits {
  text-align: left;
}
.public-art-benefits li {
  font-size: 1.1rem;
  color: rgba(var(--text-rgb), 0.7);
}

.public-art-cta {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid rgba(var(--text-rgb), 0.05);
}
.public-art-cta .reveal-text {
  opacity: 0;
  transform: translateY(30px);
  animation: revealUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.public-art-cta .reveal-fade {
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
}
.public-art-cta .delay-1 {
  animation-delay: 0.2s;
}
.public-art-cta .delay-2 {
  animation-delay: 0.4s;
}
.public-art-cta .delay-3 {
  animation-delay: 0.6s;
}
.public-art-cta .delay-4 {
  animation-delay: 0.8s;
}
.public-art-cta .delay-5 {
  animation-delay: 1s;
}
.public-art-cta .cta-note {
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(var(--text-rgb), 0.6);
}
.public-art-cta .cta-note strong {
  color: var(--text-color);
  font-weight: 400;
}/*# sourceMappingURL=public-art.css.map */