/* ============================================================
   Folia de Reis dos Ferreira — estilos da página inicial
   ============================================================ */

/* --- Reset --- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #0a1647; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; }
a { text-decoration: none; }

/* --- Reismagos --- */
.fl-reismagos {
  position: relative;
  min-height: 680px;
  background-color: #060f33;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fl-reismagos-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(6,12,42,.94) 0%, rgba(8,16,52,.82) 32%, rgba(8,16,52,.35) 58%, rgba(8,16,52,.08) 100%);
  pointer-events: none;
}

/* --- Stars --- */
.fl-stars {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.fl-star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

/* Reismagos star positions */
.fl-reismagos .fl-stars .fl-star:nth-child(1) { left: 9%;  top: 18%; width: 3px; height: 3px; box-shadow: 0 0 6px 1px #cfe3ff; animation: twinkle 3.4s ease-in-out infinite; }
.fl-reismagos .fl-stars .fl-star:nth-child(2) { left: 17%; top: 34%; width: 2px; height: 2px; animation: twinkle 2.6s ease-in-out .6s infinite; }
.fl-reismagos .fl-stars .fl-star:nth-child(3) { left: 26%; top: 14%; width: 2px; height: 2px; animation: twinkle 4s ease-in-out 1.1s infinite; }
.fl-reismagos .fl-stars .fl-star:nth-child(4) { left: 33%; top: 40%; width: 3px; height: 3px; box-shadow: 0 0 6px 1px #cfe3ff; animation: twinkle 3s ease-in-out .3s infinite; }
.fl-reismagos .fl-stars .fl-star:nth-child(5) { left: 14%; top: 56%; width: 2px; height: 2px; animation: twinkle 3.7s ease-in-out 1.6s infinite; }

/* Festa section star positions */
.fl-section-festa .fl-stars .fl-star:nth-child(1) { left: 14%; top: 22%; width: 2px; height: 2px; animation: twinkle 3.1s ease-in-out infinite; }
.fl-section-festa .fl-stars .fl-star:nth-child(2) { left: 82%; top: 28%; width: 3px; height: 3px; box-shadow: 0 0 6px 1px #cfe3ff; animation: twinkle 3.7s ease-in-out .6s infinite; }
.fl-section-festa .fl-stars .fl-star:nth-child(3) { left: 30%; top: 72%; width: 2px; height: 2px; animation: twinkle 2.9s ease-in-out 1.2s infinite; }
.fl-section-festa .fl-stars .fl-star:nth-child(4) { left: 68%; top: 74%; width: 2px; height: 2px; animation: twinkle 3.4s ease-in-out .3s infinite; }

/* Explore section star positions */
.fl-section-explore .fl-stars .fl-star:nth-child(1) { left: 12%; top: 18%; width: 2px; height: 2px; animation: twinkle 3.2s ease-in-out infinite; }
.fl-section-explore .fl-stars .fl-star:nth-child(2) { left: 84%; top: 24%; width: 3px; height: 3px; box-shadow: 0 0 6px 1px #cfe3ff; animation: twinkle 3.8s ease-in-out .7s infinite; }
.fl-section-explore .fl-stars .fl-star:nth-child(3) { left: 70%; top: 70%; width: 2px; height: 2px; animation: twinkle 2.8s ease-in-out 1.3s infinite; }
.fl-section-explore .fl-stars .fl-star:nth-child(4) { left: 28%; top: 74%; width: 2px; height: 2px; animation: twinkle 3.5s ease-in-out .4s infinite; }

/* --- Navigation --- */
.fl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 56px;
  z-index: 2;
}

.fl-nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fl-nav-brand-star {
  color: #f3d28a;
  font-size: 19px;
}

.fl-nav-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  color: #f6efde;
}

.fl-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px;
}

.fl-nav-links a { color: #e7ddc5; transition: color .2s ease; }
.fl-nav-links a:hover,
.fl-nav-links a:focus-visible,
.fl-nav-links a.fl-nav-link--active { color: #f3d28a; }
.fl-nav-links a.fl-nav-link--active { font-weight: 600; }

/* --- Reismagos content --- */
.fl-reismagos-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 56px;
  max-width: 760px;
}

.fl-reismagos-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.fl-reismagos-eyebrow-line {
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e3b54e);
}

.fl-reismagos-eyebrow-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 14px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #e9c876;
  font-weight: 600;
}

.fl-reismagos-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(46px, 7.5vw, 86px);
  line-height: .98;
  color: #fbf6e9;
  margin: 0;
  text-shadow: 0 2px 30px rgba(0,0,0,.5);
}

.fl-reismagos-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0 22px;
}

.fl-reismagos-divider-line {
  width: 60px;
  height: 1px;
  background: #e3b54e;
}

.fl-reismagos-divider-line--faded { background: rgba(227,181,78,.4); }

.fl-reismagos-divider-star {
  color: #f3d28a;
  font-size: 15px;
}

.fl-reismagos-tagline {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.5;
  color: #e8e0cd;
  margin: 0 0 38px;
  max-width: 560px;
  font-style: italic;
}

.fl-reismagos-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

/* --- Buttons --- */
.fl-btn-gold {
  display: inline-flex;
  padding: 16px 32px;
  border-radius: 3px;
  background: linear-gradient(180deg, #f1d488, #d8a73f);
  color: #241a08;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px -14px rgba(216,167,63,.8);
  transition: transform .25s ease, box-shadow .25s ease;
}

.fl-btn-gold--lg {
  padding: 16px 36px;
  box-shadow: 0 16px 34px -16px rgba(180,140,40,.7);
}

.fl-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 22px 46px -14px rgba(216,167,63,.95); }

.fl-btn-ghost {
  display: inline-flex;
  padding: 16px 32px;
  border-radius: 3px;
  border: 1px solid rgba(243,210,136,.55);
  color: #f4ecd6;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(255,255,255,.05);
  transition: background .25s ease;
}

.fl-btn-ghost:hover { background: rgba(243,210,136,.14); }

/* --- Sections --- */
.fl-section-festa {
  position: relative;
  background: radial-gradient(120% 100% at 50% 0%, #13245f, #0a1647 60%, #070f30);
  padding: 90px 56px;
  overflow: hidden;
  border-top: 1px solid rgba(227,181,78,.18);
}

.fl-section-devocao {
  background: radial-gradient(120% 100% at 50% 0%, #fcf8ee, #f5edda);
  padding: 96px 56px;
  text-align: center;
}

.fl-section-explore {
  position: relative;
  background: radial-gradient(120% 90% at 50% 0%, #13245f, #0a1647 60%, #070f30);
  padding: 96px 56px;
  overflow: hidden;
}

.fl-section-social {
  background: #0a1647;
  padding: 84px 56px;
  text-align: center;
  border-top: 1px solid rgba(227,181,78,.18);
}

.fl-section-contribuir {
  background: #f5edda;
  padding: 80px 56px;
  text-align: center;
  border-top: 1px solid rgba(154,125,46,.2);
  border-bottom: 1px solid rgba(154,125,46,.2);
}

/* --- Section headers --- */
.fl-section-header {
  position: relative;
  text-align: center;
}

.fl-section-festa .fl-section-header  { margin-bottom: 46px; }
.fl-section-explore .fl-section-header { margin-bottom: 54px; }

/* --- Eyebrow (shared across sections) --- */
.fl-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 18px;
}

.fl-section-devocao .fl-eyebrow  { margin-bottom: 22px; }
.fl-section-social .fl-eyebrow   { margin-bottom: 14px; }

.fl-eyebrow-line { width: 46px; height: 1px; }
.fl-eyebrow-line--left       { background: linear-gradient(90deg, transparent, #e3b54e); }
.fl-eyebrow-line--right      { background: linear-gradient(90deg, #e3b54e, transparent); }
.fl-eyebrow-line--left-gold  { background: linear-gradient(90deg, transparent, #cda74a); }
.fl-eyebrow-line--right-gold { background: linear-gradient(90deg, #cda74a, transparent); }

.fl-eyebrow-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 13px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #e9c876;
  font-weight: 600;
}

.fl-eyebrow-text--dark { color: #9a7d2e; }

/* --- Section titles --- */
.fl-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 46px;
  color: #fbf6e9;
  margin: 0;
}

/* --- Festa section --- */
.fl-festa-card {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  border: 1px solid rgba(227,181,78,.28);
  border-radius: 10px;
  background: rgba(255,255,255,.03);
  overflow: hidden;
}

.fl-festa-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 34px 44px;
}

.fl-festa-row:not(:last-child) { border-bottom: 1px solid rgba(227,181,78,.18); }

.fl-festa-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(243,210,136,.5);
  color: #f3d28a;
}

.fl-festa-info { text-align: left; }

.fl-festa-label {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #cdb98a;
  font-weight: 600;
}

.fl-festa-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #fbf6e9;
  margin-top: 8px;
  line-height: 1.1;
}

.fl-festa-subtitle {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  color: #bcb39b;
  margin-top: 4px;
}

/* --- Devoção section --- */
.fl-devocao-inner {
  max-width: 820px;
  margin: 0 auto;
}

.fl-devocao-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 1.08;
  color: #14132a;
  margin: 0 0 26px;
}

.fl-devocao-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 21px;
  line-height: 1.7;
  color: #4f4a3a;
  margin: 0;
}

/* --- Explore section --- */
.fl-explore-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 980px;
  margin: 0 auto;
}

.fl-card {
  display: block;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(227,181,78,.3);
  border-radius: 8px;
  padding: 44px 40px;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.fl-card:hover { transform: translateY(-4px); border-color: rgba(243,210,136,.7); box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }

.fl-card-img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 22px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}

.fl-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 31px;
  color: #fbf6e9;
  margin: 0 0 12px;
}

.fl-card-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
  color: #cdc4ac;
  margin: 0 0 22px;
}

.fl-card-cta {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f3d28a;
  font-weight: 600;
}

/* --- Social section --- */
.fl-social-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 40px;
  color: #fbf6e9;
  margin: 0 0 44px;
}

.fl-social-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.fl-social {
  flex: 0 1 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 36px 24px;
  border: 1px solid rgba(227,181,78,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.03);
  transition: transform .25s ease, border-color .25s ease;
}

.fl-social:hover { transform: translateY(-3px); border-color: rgba(243,210,136,.7); }

.fl-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(243,210,136,.5);
  color: #f3d28a;
}

.fl-social-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: #fbf6e9;
}

.fl-social-handle {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px;
  color: #bcb39b;
}

/* --- Contribuir section --- */
.fl-contribuir-inner {
  max-width: 680px;
  margin: 0 auto;
}

.fl-contribuir-star {
  color: #bb8f2e;
  font-size: 22px;
}

.fl-contribuir-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 40px;
  color: #14132a;
  margin: 10px 0 16px;
}

.fl-contribuir-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 20px;
  line-height: 1.6;
  color: #4f4a3a;
  margin: 0 0 32px;
}

/* --- Footer --- */
.fl-footer {
  background: #060f30;
  padding: 54px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(227,181,78,.2);
}

.fl-footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.fl-footer-brand-star {
  color: #f3d28a;
  font-size: 18px;
}

.fl-footer-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #f6efde;
}

.fl-footer-tagline {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  color: #8e876f;
}

.fl-footer-copy {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  color: #6f6a55;
  text-align: right;
  line-height: 1.6;
}

.fl-footer-link { color: #9a916f; }

/* --- Estrelas cintilantes --- */
@keyframes twinkle {
  0%, 100% { opacity: .18; transform: scale(.85); }
  50%      { opacity: 1;   transform: scale(1.15); }
}

/* --- Responsivo (tablet / celular) --- */
@media (max-width: 820px) {
  .fl-nav        { position: relative !important; z-index: 3; padding: 16px 20px !important; flex-wrap: wrap; gap: 8px 18px; background: #081138; }
  .fl-nav-links  { gap: 16px !important; font-size: 14px !important; flex-wrap: wrap; }

  .fl-reismagos       { min-height: 0 !important; }
  .fl-reismagos-inner { position: relative !important; z-index: 2; padding: 96px 22px 76px !important; max-width: 100% !important; }

  .fl-section-festa,
  .fl-section-devocao,
  .fl-section-explore,
  .fl-section-social,
  .fl-section-contribuir { padding-left: 22px !important; padding-right: 22px !important; }

  .fl-explore-grid { grid-template-columns: 1fr !important; }
  .fl-social { flex-basis: 100% !important; }
  .fl-festa-row  { padding: 26px 22px !important; gap: 18px !important; }

  .fl-footer      { padding: 40px 22px !important; justify-content: center; text-align: center; }
  .fl-footer-copy { text-align: center !important; }
}

/* Responsivo (pessoas que habilitam redução de movimento no dispositivo móvel) */
@media (prefers-reduced-motion: reduce) {
  .fl-star,
  .fl-btn-gold,
  .fl-btn-ghost,
  .fl-card,
  .fl-social {
    animation: none !important;
    transition: none !important;
  }

  .fl-btn-gold:hover,
  .fl-card:hover,
  .fl-social:hover {
    transform: none !important;
  }
}
