/* Why ALTARE > Everyone Else Section Styles */
.why-altare-section {
  padding: 5rem 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 70, 151, 0.85); /* Blue overlay with 85% opacity */
  z-index: 1;
}

.why-altare-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

.why-altare-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.rebellion-title {
  font-family: 'GIAZA', sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  transform: rotate(-2deg);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.giaza-font {
  font-family: 'GIAZA', sans-serif !important;
}

.gt-symbol {
  color: #F3471F;
  font-size: 3.7rem;
  display: inline-block;
  margin: 0 0.2rem;
  transform: rotate(2deg);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.manifesto-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .manifesto-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.manifesto-card {
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
}

.card-blue {
  background-color: rgba(10, 70, 151, 0.3);
  border-left: 5px solid #0A4697;
}

.card-red {
  background-color: rgba(243, 71, 31, 0.3);
  border-left: 5px solid #F3471F;
  transform: rotate(1deg);
}

.manifesto-card:hover {
  transform: translateY(-5px) rotate(0deg);
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.card-blue .card-icon {
  color: #0A4697;
}

.card-red .card-icon {
  color: #F3471F;
}

.manifesto-card .manifesto-text {
  font-size: 1.25rem;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.manifesto-card .emphasis {
  font-weight: 700;
  font-size: 1.35rem;
  color: white;
  position: relative;
  display: inline-block;
}

.card-blue .emphasis {
  border-bottom: 2px solid rgba(10, 70, 151, 0.7);
}

.card-red .emphasis {
  border-bottom: 2px solid rgba(243, 71, 31, 0.7);
}

/* Decorative elements */
.why-altare-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#F3471F 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.1;
  z-index: 1;
}

/* Circular accent elements removed as requested */

/* Quote styling */
.why-altare-quote {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
  position: relative;
  border-left: 4px solid #F3471F;
}

.why-altare-quote p {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.why-altare-quote-author {
  font-weight: 600;
  text-align: right;
  color: #F3471F;
}

.why-altare-quote::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}
