.elementor-7 .elementor-element.elementor-element-cbc213f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-6b598f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-6b598f9:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-6b598f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://homocoin.org/wp-content/uploads/2026/05/angel.jpg");}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-a75a800 */.top-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #0a0a0a;
  border-bottom: 3px solid #c00;
  padding: 12px 20px;
  color: white;
  font-size: 1.05rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.banner-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.quote {
  font-style: italic;
  color: #ffdddd;
  font-weight: 500;
}

.ca-container {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Courier New', monospace;
}

.ca-text {
  background: rgba(200, 0, 0, 0.2);
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #600;
  color: #ffcc00;
  font-size: 1.05rem;
  word-break: break-all;
  max-width: 320px;
}

.copy-btn-small {
  background: #c00;
  color: white;
  border: none;
  padding: 6px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.copy-btn-small:hover {
  background: #ff3333;
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    gap: 10px;
    padding: 8px 10px;
  }
  .ca-text {
    max-width: 260px;
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ef7e7d *//* Spotify-style Now Playing Widget */
.now-playing-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.85);
  border: 3px solid #ff00ff;
  border-radius: 12px;
  padding: 12px 16px;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(255, 0, 255, 0.4);
  backdrop-filter: blur(10px);
  animation: slideUp 1s ease;
}

.np-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}

.np-album-art img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #ffff00;
  animation: spin-slow 20s linear infinite;
}

.np-info {
  flex: 1;
  text-align: left;
}

.np-track {
  font-size: 16px;
  font-weight: 900;
  color: white;
  line-height: 1;
}

.np-artist {
  font-size: 13px;
  color: #00ffff;
}

.np-status {
  font-size: 11px;
  color: #ffff00;
  margin-top: 4px;
  letter-spacing: 1px;
}

.np-icon {
  font-size: 28px;
}

/* Animations */
@keyframes slideUp {
  from { transform: translateY(100px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29cc624 */#don-preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 1s ease;
}

.preloader-content {
  text-align: center;
  max-width: 460px;
  padding: 0 20px;
}

.preloader-logo {
  width: 170px;
  height: 170px;
  animation: spin 3.5s linear infinite;
  margin-bottom: 25px;
  border: 6px solid #c00;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(200, 0, 0, 0.8);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.loading-text {
  font-size: 1.75rem;
  font-weight: 900;
  color: #ffdddd;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 50px;
  overflow: hidden;
  margin: 30px 0;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #c00, #ff5555, #ffcc00);
  border-radius: 50px;
  box-shadow: 0 0 25px #ff0000;
  transition: width 0.6s ease;
}

.milestone-status {
  font-size: 1.2rem;
  color: #ffcc00;
  margin: 20px 0;
  min-height: 1.6em;
  font-weight: 600;
}

.milestones-list {
  text-align: left;
  max-width: 380px;
  margin: 30px auto 0;
  font-size: 1.05rem;
}

.milestone-step {
  padding: 8px 0;
  color: #777;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  gap: 12px;
}

.milestone-step.active {
  color: #ffdddd;
  font-weight: 600;
}

.milestone-step.completed {
  color: #00cc00;
}

.milestone-step::before {
  content: "◻";
  color: #555;
}

.milestone-step.completed::before {
  content: "✓";
  color: #00cc00;
}/* End custom CSS */