:root {
  --fm-red: #d80000;
  --fm-red-dark: #980000;
  --fm-black: #080808;
  --fm-soft-black: #131313;
  --fm-white: #f5f3f1;
  --fm-cream: #f0ece7;
  --fm-muted: #6f6f6f;
  --fm-line: rgba(0, 0, 0, 0.12);
  --fm-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  --fm-radius: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111;
  background:
    radial-gradient(circle at top, rgba(0, 0, 0, 0.05), transparent 30%),
    linear-gradient(180deg, #f5f3f1 0%, #efebe7 100%);
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}


.img-fluid, .img-responsive {
  max-width: 100%!important;
  height: auto;
}



.section-space {
  padding: 72px 0;
}

.pb-lg-6 {
  padding-bottom: 5.5rem;
}

.site-header {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-watermark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(620px, 95%);
  transform: translate(-50%, -50%);
  opacity: 0.08;
  pointer-events: none;
}

#top-brand-logo {
  background-color: #FFFFFF !important;
}

.brand-logo {
  width: 84px;
  position: relative;
  z-index: 2;
}

.brand-copy {
  z-index: 2;
}

.brand-overline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.brand-subtitle {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
}

.brand-note {
  color: var(--fm-muted);
  font-style: italic;
}

.hero-card {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--fm-radius);
  box-shadow: var(--fm-shadow);
  padding: clamp(1.5rem, 4vw, 3rem);
  backdrop-filter: blur(10px);
}

.hero-logo-wrap {
  display: inline-block;
}

.hero-book-logo {
  width: min(720px, 100%);
}

.hero-badge {
  position: absolute;
  right: -10%;
  top: 45%;
  width: min(210px, 30vw);
  transform: translateY(-48%);
}

.hero-tag,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .9rem;
  border-radius: 999px;
  background: rgba(216, 0, 0, 0.08);
  color: var(--fm-red-dark);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .78rem;
}

.section-kicker-dark {
  background: rgba(0, 0, 0, 0.08);
  color: #312d00;
}

.hero-title,
.section-title,
.cta-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  margin: 1rem 0;
}

.hero-title {
  font-size: clamp(2rem, 3.6vw, 3.8rem);
}

.hero-text {
  color: #353535;
  font-size: 1.06rem;
  line-height: 1.7;
}

.highlight-band {
  background: linear-gradient(90deg, var(--fm-red-dark) 0%, var(--fm-red) 50%, var(--fm-red-dark) 100%);
  color: #000000;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 1.15rem 0;
}

.highlight-band p {
  max-width: 900px;
  margin-inline: auto;
  font-size: 21px !important;
}

.content-preview {
  background: #f3f3f3;
}

.preview-top-images {
  margin-bottom: 56px;
}

.preview-image {
  max-width: 100%;
  height: auto;
}

.preview-content-block+.preview-content-block {
  margin-top: 48px;
}

.preview-title {
  margin: 0 0 20px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-underline-offset: 8px;
  letter-spacing: 0.02em;
}

.preview-text {
  margin: 0 auto;
  max-width: 920px;
  font-size: 21px !important;
  line-height: 1.35;
  text-align: center;
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(135deg, #020202 0%, #0e0e0e 50%, #161616 100%);
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/selo-fla-musica-opacidade.png') center center / 560px auto no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading-left {
  text-align: left;
}

.section-title {
  font-size: clamp(2rem, 3vw, 3rem);
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: .9rem;
  background: rgba(255, 255, 255, 0.04);
}

.feature-list i {
  font-size: 1.1rem;
  width: 22px;
  color: #ff5252;
}

.feature-list span {
  font-size: 1.08rem;
  font-weight: 700;
}

.product-stage {
  position: relative;
  padding: 1rem;
}

.feature-book {
  max-width: 520px;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.45));
}

.preview-grid {
  margin-top: 2rem;
}

.preview-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.preview-image {
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.preview-title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.preview-text {
  color: #505050;
  font-size: 1.02rem;
  line-height: 1.75;
}

.timeline-section {
  padding-bottom: 1.5rem;
}

.timeline-card {
  background: linear-gradient(180deg, #FF2626 0%, #FB0303 100%);
  color: #111;
  border-radius: 28px;
  box-shadow: var(--fm-shadow);
  padding: clamp(1.5rem, 3vw, 3rem);
}

.timeline-list {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1rem;
}

.timeline-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.timeline-label {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.timeline-item strong {
  font-size: clamp(1.15rem, 2.2vw, 2rem);
  text-transform: uppercase;
}

.cta-box {
  max-width: 980px;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 4.25rem);
  text-transform: uppercase;
}

.cta-title span {
  color: var(--fm-red);
  display: inline-block;
  border: 4px solid rgba(216, 0, 0, 0.4);
  padding: 0 .2em;
}

.offers-section {
  padding-top: .5rem;
  font-size: 21px;
}

.offer-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  box-shadow: var(--fm-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.offer-card-featured {
  transform: translateY(-8px);
}

.offer-media {
  padding: 2rem 1.5rem 1rem;
}

.offer-book-single,
.offer-book-kit {
  max-height: 260px;
  object-fit: contain;
}

.offer-body {
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  flex: 1 1 auto;
}

.offer-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  margin-bottom: .85rem;
  text-transform: uppercase;
}

.offer-shipping {
  background: var(--fm-red);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  padding: .65rem .75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 1rem;
}

.offer-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 1rem;
}

.offer-tags-stacked {
  flex-direction: column;
  align-items: center;
}

.offer-tag {
  background: #fff25d;
  color: #1a1a1a;
  font-weight: 800;
  text-transform: uppercase;
  padding: .3rem .65rem;
  border-radius: 6px;
}

.offer-description {
  color: #676767;
  line-height: 1.7;
  margin-bottom: .75rem;
}

.small-desc {
  font-size: .96rem;
}

.offer-badge-wrap {
  padding-top: .4rem;
}

.offer-badge {
  width: 110px;
}

.offer-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--fm-line);
}

.offer-price {
  font-size: 2rem;
  font-weight: 800;
  color: #111;
}

.btn-buy {
  background: linear-gradient(180deg, #ffb13a 0%, #ef8f00 100%);
  color: #111;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  padding: .9rem 1.3rem;
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(239, 143, 0, 0.28);
}

.btn-buy:hover {
  background: linear-gradient(180deg, #ffc257 0%, #f39a0d 100%);
  color: #111;
}

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #666;
}

@media (max-width: 991.98px) {
  .hero-badge {
    position: static;
    transform: none;
    margin-top: 1rem;
    width: min(180px, 50vw);
  }

  .hero-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-heading-left,
  .hero-copy {
    text-align: center !important;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-card-featured {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 54px 0;
  }

  .hero-card,
  .timeline-card,
  .offer-card,
  .preview-card {
    border-radius: 22px;
  }

  .highlight-band {
    font-size: .92rem;
    line-height: 1.5;
  }

  .feature-list span,
  .timeline-label,
  .timeline-item strong,
  .offer-price {
    font-size: inherit;
  }

  .offer-footer {
    flex-direction: column;
  }

  .btn-buy {
    width: 100%;
  }
}






.site-footer {
  background: #000;
  padding-top: 140px !important;
  margin-top:55px;
}

.footer-top-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(73%, 1400px);
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #fb0303 18%, #fb0303 82%, transparent 100%);
}

.footer-logo-wrap {
  z-index: 3;
  width: 140px
}

.footer-logo {
  max-width: 140px
}

.footer-social {
  margin-top: 110px
}

.footer-social a {
  color: #8d8d8d;
  font-size: 4rem;
  text-decoration: none;
}

.footer-links a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}

.footer-separator {
  color: #8d8d8d
}

.footer-copy {
  color: #5f5f5f;
  font-size: 1.2rem
}

@media (max-width:991.98px) {
  .site-footer {
    padding-top: 110px !important
  }

  .footer-logo-wrap,
  .footer-logo {
    max-width: 110px;
    width: 110px
  }

  .footer-social {
    margin-top: 70px
  }

  .footer-social a {
    font-size: 2.8rem
  }

  .footer-links a {
    font-size: 18px
  }

  .footer-copy {
    font-size: 1rem
  }
}

@media (max-width:575.98px) {
  .footer-social a {
    font-size: 2.3rem
  }

  .footer-links a {
    font-size: 16px
  }

  .footer-copy {
    font-size: .9rem
  }
}