
@font-face {
    font-family: 'Monument Extended';
    src: url('./assets/fonts/MonumentExtended-Ultrabold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Atyp Kido TRIAL';
    src: url('./assets/fonts/AtypKidoTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    height: 100%;
    font-family: 'Monument Extended', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  
  /* ----------- Seção 1 - Hero ----------- */
  .hero {
    background-image: url('ASSETS/BG.jpg');
    background-size: cover;
    background-position: center;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
  }
  
  .hero-content {
    display: flex;
    width: 100%;
    max-width: 1400px;
    gap: 300px;
    justify-content: space-between;
    align-items: center;
  }
  
  .left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .left-column img.logo {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  
  .left-column .date {
    font-size: 2.5rem;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
  }
  
  .left-column img.image-below-text {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
  
  .download-btn {
    background: linear-gradient(90deg, #FEC110, #98530A);
    padding: 20px 40px;
    border: none;
    color: #202020;
    font-size: 1.3rem;
    font-family: 'Monument Extended', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    transition: opacity 0.3s;
    align-self: center;
  }
  
  .download-btn:hover {
    opacity: 0.9;
  }
  
  .right-column {
    flex: 1.5;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .right-column video {
    width: 170%;
    max-width: none;
    max-height: 80vh;
    height: auto;
    border-radius: 12px;
  }
  
  /* ----------- Seção 2 - Apresentação ----------- */
  .second-section {
    background-color: #030C13;
    padding: 30px 40px;
    color: white;
  }
  
  .second-section .container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 1px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .second-section .left-column {
    flex: 1;
    min-width: 320px;
  }
  
  .second-section .title {
    font-family: 'Monument Extended', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: white;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
  
  .second-section .title .highlight {
    color: #FEC110;
  }
  
  .second-section .description {
    font-family: 'Atyp Kido TRIAL', serif;
    color: #B4B4B4;
    font-size: 1.125rem;
    line-height: 1.6;
    white-space: pre-line;
  }
  
  .second-section .right-column {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: center;
  }
  
  .second-section .right-column img {
    max-width: 130%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }
  
  /* ----------- Seção 3 - Devocionais ----------- */
  .third-section {
    background: linear-gradient(to top, #B47F1E 0%, #FEC110 100%);
    padding: 60px 40px 0 40px;
    color: #202020;
  }
  
  .third-section .container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 190px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  
  .third-section .left-column {
    flex: 1;
    min-width: 320px;
    position: relative;
  }
  
  .third-section .left-column img {
    width: 190%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: -70px;
  }
  
  .third-section .right-column {
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .third-section .right-column .title {
    font-family: 'Monument Extended', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #202020;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
  
  .third-section .right-column .description {
    font-family: 'Atyp Kido TRIAL', serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #202020;
    white-space: pre-line;
  }
  
  /* ----------- Seção 4 - Materiais ------------- */
  .fourth-section {
    background-color: #030C13;
    padding: 160px 10px;
    text-align: center;
    color: white;
    font-family: 'Monument Extended', sans-serif;
  }
  
  .fourth-title {
    font-size: 3rem;
    margin-bottom: 50px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.12em;
  }
  
  .fourth-title .highlight {
    color: #FEC110;
  }
  
  .cards-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .card {
    background: white;
    flex: 1 1 280px;
    max-width: 450px;
    border-radius: 12px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    height: auto;
    text-align: center;
  }
  
  .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .card h3 {
    font-family: 'Monument Extended', sans-serif;
    font-size: 1.5rem;
    color: #202020;
    margin: 20px 20px 10px 20px;
    text-transform: uppercase;
  }
  
  .card-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
  }
  
  /* Footer */
  .footer {
    background-color: #FEC110;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer img {
    height: 40px;
    width: auto;
  }
  
  /* ----------- Responsivo ----------- */
  @media (max-width: 768px) {
    .hero {
      padding: 20px;
      height: auto;
    }
  
    .hero-content {
      flex-direction: column-reverse;
      gap: 30px;
      text-align: center;
    }
  
    .left-column,
    .right-column {
      min-width: auto;
      align-items: center;
      text-align: center;
      display: flex;
      flex-direction: column;
    }
  
    .left-column img.logo {
      width: 100px;
    }
  
    .left-column .date {
      font-size: 1.8rem;
    }
  
    .left-column img.image-below-text {
      width: 70%;
    }
  
    .download-btn {
      width: 100%;
      max-width: 300px;
      margin-top: 10px;
      margin-bottom: 30px;
    }
  
    .right-column video {
      width: 100%;
      max-height: 50vh;
      border-radius: 12px;
    }
  
    .second-section {
      padding: 60px 20px;
    }
  
    .second-section .container {
      flex-direction: column;
      gap: 30px;
      text-align: center;
    }
  
    .second-section .title {
      font-size: 2rem;
    }
  
    .second-section .description {
      font-size: 1rem;
    }
  
    .second-section .right-column img {
      max-width: 100%;
    }
  
    .third-section {
      padding: 90px 0px 20 80px;
      padding-bottom: 50px;
    }
  
    .third-section .container {
      flex-direction: column;
      gap: 30px;
      text-align: center;
    }
  
    .third-section .left-column img {
      width: 100%;
      margin-bottom: 0;
      border-radius: 12px;
    }
  
    .third-section .right-column .title {
      font-size: 2rem;
    }
  
    .third-section .right-column .description {
      font-size: 1rem;
    }
  
    .fourth-section {
      padding: 80px 20px;
    }
  
    .fourth-title {
      font-size: 2rem;
      margin-bottom: 30px;
    }
  
    .cards-container {
      flex-direction: column;
      gap: 30px;
    }
  
    .card {
      max-width: 100%;
      width: 100%;
    }
  
    .card h3 {
      font-size: 1.25rem;
    }
  
    .card button {
      width: 80%;
    }
  
    .footer {
      height: auto;
      padding: 20px 0;
    }
  
    .footer img {
      height: 30px;
    }
  }
  