/* === VISUAL CONTAINERS === */

@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

.visual {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

.visual img {
  max-width: 100%;
  height: auto;
}

#logo-header {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 20px;
}

#logo-header img {
    width: 100%;
}

/* === HERO VISUAL === */

.hero-visual img {
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

/* === MANIFESTO BREAK === */

.visual-break {
  text-align: center;
  padding: 20px;
  margin-top: -50px;
  font-family: "Gloria Hallelujah", sans-serif, auto;
}

.visual-quote {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #FFB400;
  opacity: 0.9;
}

/* === SYSTEM DIAGRAM === */

.system-diagram img {
  max-width: 100%;
  opacity: 0.95;
}

/* === DAILY ICONS === */

#steps {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 15px;
}

.step strong {
    font-size: 1.3rem;
}

.icon {
  width: 75px;
  height: 75px;
  /* margin-right: 12px; */
  vertical-align: middle;
  opacity: 0.85;
}

/* === COMMUNITY VISUAL === */

.community-visual img {
  width: 50%;
  max-width: 640px;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.7);
  opacity: 0.95;
}

/* === RESPONSIVE TWEAKS === */

@media (max-width: 768px) {
  .visual {
    margin: 40px 0;
  }

  .visual-quote {
    font-size: 2rem;
  }
}
