.fdi-blog-page,
.fdi-blog-page * {
  box-sizing: border-box;
}

/* HERO */
.fdi-blog-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  font-family: 'Nunito', sans-serif;
  background: #240d3d;
}

.fdi-blog-hero__bg,
.fdi-blog-hero__overlay,
.fdi-blog-hero__shade,
.fdi-blog-hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fdi-blog-hero__bg {
  background-image: url('/wp-content/uploads/2026/04/Blog-Florais-da-Integracao-scaled.jpeg');
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  z-index: 0;
  will-change: transform;
}

.fdi-blog-hero__overlay {
  background:
    radial-gradient(circle at 16% 18%, rgba(232,201,109,0.14), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(0,170,255,0.14), transparent 18%),
    linear-gradient(135deg, rgba(24,8,39,0.82) 0%, rgba(50,18,81,0.62) 48%, rgba(123,47,190,0.18) 100%);
  z-index: 1;
}

.fdi-blog-hero__shade {
  background:
    linear-gradient(180deg, rgba(25,9,41,0.18) 0%, rgba(25,9,41,0.34) 100%),
    linear-gradient(90deg, rgba(25,9,41,0.78) 0%, rgba(25,9,41,0.24) 52%, rgba(25,9,41,0.08) 100%);
  z-index: 2;
}

.fdi-blog-hero__grain {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  z-index: 3;
}

.fdi-blog-hero__container {
  position: relative;
  z-index: 4;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 64px;
  text-align: center;
}

.fdi-blog-hero__inner {
  max-width: 920px;
  margin: 0 auto;
}

.fdi-blog-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #E8C96D;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fdi-blog-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #E8C96D;
  box-shadow: 0 0 12px rgba(232,201,109,0.45);
}

.fdi-blog-hero__title {
  margin: 0 auto 18px;
  max-width: 960px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.fdi-blog-hero__text {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.88);
  font-size: 1.06rem;
  line-height: 1.9;
}

.fdi-blog-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.fdi-blog-hero__btn,
.fdi-blog-hero__btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.fdi-blog-hero__btn {
  background: linear-gradient(135deg, #ffffff 0%, #F7ECFF 100%);
  color: #7B2FBE !important;
  box-shadow: 0 20px 44px rgba(0,0,0,0.18);
}

.fdi-blog-hero__btn--ghost {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
}

.fdi-blog-hero__btn:hover,
.fdi-blog-hero__btn--ghost:hover {
  transform: translateY(-3px);
}

/* INTRO */
.fdi-blog-intro {
  padding: 78px 0 30px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFAFF 100%);
  font-family: 'Nunito', sans-serif;
}

.fdi-blog-intro__container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.fdi-blog-intro__box {
  padding: 34px 30px 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5FF 100%);
  border: 1px solid rgba(123,47,190,0.10);
  box-shadow: 0 26px 64px rgba(61,26,110,0.09);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fdi-blog-intro__box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #7B2FBE 0%, #00AAFF 100%);
  opacity: .92;
}

.fdi-blog-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(123,47,190,0.08);
  border: 1px solid rgba(123,47,190,0.10);
  color: #7B2FBE;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.fdi-blog-intro__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7B2FBE 0%, #00AAFF 100%);
}

.fdi-blog-intro__title {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: #3D1A6E;
}

.fdi-blog-intro__text {
  margin: 0 auto;
  max-width: 820px;
  color: #5D5670;
  line-height: 1.9;
  font-size: 1.02rem;
}

/* FEATURED */
.fdi-blog-featured {
  padding: 54px 0 28px;
  background: #ffffff;
}

.fdi-blog-featured__container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.fdi-blog-featured__head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.fdi-blog-featured__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(123,47,190,0.08);
  border: 1px solid rgba(123,47,190,0.10);
  color: #7B2FBE;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.fdi-blog-featured__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7B2FBE 0%, #00AAFF 100%);
}

.fdi-blog-featured__head h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: #3D1A6E;
}

.fdi-blog-featured__card {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 0;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFAFF 100%);
  border: 1px solid rgba(123,47,190,0.10);
  box-shadow: 0 24px 64px rgba(61,26,110,0.08);
}

.fdi-blog-featured__media {
  min-height: 420px;
  display: block;
  background: #EFE8FA;
}

.fdi-blog-featured__media img,
.fdi-blog-grid__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fdi-blog-featured__placeholder,
.fdi-blog-grid__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(123,47,190,0.10), rgba(0,170,255,0.08));
}

.fdi-blog-featured__content {
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fdi-blog-featured__meta,
.fdi-blog-grid__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
  color: #8A82A0;
  font-size: 0.85rem;
}

.fdi-blog-featured__title {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  line-height: 1.08;
}

.fdi-blog-featured__title a,
.fdi-blog-grid__title a {
  color: #3D1A6E !important;
  text-decoration: none;
}

.fdi-blog-featured__excerpt,
.fdi-blog-grid__excerpt {
  margin: 0 0 18px;
  color: #5E5771;
  line-height: 1.82;
}

.fdi-blog-featured__link,
.fdi-blog-grid__link {
  color: #7B2FBE !important;
  font-weight: 800;
  text-decoration: none;
}

/* GRID */
.fdi-blog-grid {
  padding: 54px 0 92px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFAFF 100%);
}

.fdi-blog-grid__container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.fdi-blog-grid__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.fdi-blog-grid__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(123,47,190,0.08);
  border: 1px solid rgba(123,47,190,0.10);
  color: #7B2FBE;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.fdi-blog-grid__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7B2FBE 0%, #00AAFF 100%);
}

.fdi-blog-grid__head h2 {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: #3D1A6E;
}

.fdi-blog-grid__head p {
  margin: 0;
  color: #6C6580;
  line-height: 1.9;
}

.fdi-blog-grid__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fdi-blog-grid__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFAFF 100%);
  border: 1px solid rgba(123,47,190,0.10);
  box-shadow: 0 18px 46px rgba(61,26,110,0.08);
  transition: transform .26s ease, box-shadow .26s ease;
}

.fdi-blog-grid__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(61,26,110,0.12);
}

.fdi-blog-grid__thumb {
  display: block;
  height: 230px;
  background: #EFE8FA;
}

.fdi-blog-grid__body {
  padding: 24px 22px 22px;
  flex: 1;
}

.fdi-blog-grid__title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.12;
}

.fdi-blog-grid__empty {
  text-align: center;
  padding: 32px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(123,47,190,0.10);
}

/* PAGINATION */
.fdi-blog-pagination {
  margin-top: 34px;
  text-align: center;
}

.fdi-blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin: 0 4px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(123,47,190,0.10);
  color: #6A637F;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(61,26,110,0.05);
}

.fdi-blog-pagination .page-numbers.current {
  background: linear-gradient(135deg, #7B2FBE 0%, #9C52DE 100%);
  color: #fff;
  border-color: transparent;
}

/* CTA */
.fdi-blog-cta {
  padding: 0 0 92px;
  background: linear-gradient(180deg, #FCFAFF 0%, #F5EEFF 100%);
}

.fdi-blog-cta__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.fdi-blog-cta__box {
  text-align: center;
  padding: 40px 34px 36px;
  border-radius: 34px;
  background: linear-gradient(135deg, #2E1048 0%, #4E1F7D 48%, #7B2FBE 100%);
  box-shadow: 0 30px 80px rgba(61,26,110,0.18);
}

.fdi-blog-cta__title {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.08;
  color: #fff !important;
}

.fdi-blog-cta__text {
  max-width: 720px;
  margin: 0 auto 26px;
  color: rgba(255,255,255,0.84);
  line-height: 1.9;
}

.fdi-blog-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.fdi-blog-cta__btn,
.fdi-blog-cta__btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .25s ease;
}

.fdi-blog-cta__btn {
  background: linear-gradient(135deg, #E8C96D 0%, #F5DE95 100%);
  color: #3D1A6E !important;
}

.fdi-blog-cta__btn--ghost {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
}

.fdi-blog-cta__btn:hover,
.fdi-blog-cta__btn--ghost:hover {
  transform: translateY(-3px);
}

/* RESPONSIVO */
@media (max-width: 1100px) {
  .fdi-blog-featured__card {
    grid-template-columns: 1fr;
  }

  .fdi-blog-grid__posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fdi-blog-hero {
    min-height: 70vh;
  }

  .fdi-blog-hero__container,
  .fdi-blog-intro__container,
  .fdi-blog-featured__container,
  .fdi-blog-grid__container,
  .fdi-blog-cta__container {
    width: calc(100% - 24px);
  }

  .fdi-blog-hero__container {
    padding: 68px 0 40px;
  }

  .fdi-blog-hero__title {
    font-size: 3rem;
  }

  .fdi-blog-hero__text {
    font-size: 1rem;
    line-height: 1.82;
  }

  .fdi-blog-hero__btn,
  .fdi-blog-hero__btn--ghost,
  .fdi-blog-cta__btn,
  .fdi-blog-cta__btn--ghost {
    width: 100%;
  }

  .fdi-blog-intro {
    padding: 58px 0 20px;
  }

  .fdi-blog-intro__box,
  .fdi-blog-cta__box {
    padding: 24px 18px 22px;
    border-radius: 24px;
  }

  .fdi-blog-featured,
  .fdi-blog-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .fdi-blog-featured__media {
    min-height: 260px;
  }

  .fdi-blog-featured__content {
    padding: 24px 18px 20px;
  }

  .fdi-blog-grid__posts {
    grid-template-columns: 1fr;
  }

  .fdi-blog-grid__thumb {
    height: 220px;
  }

  .fdi-blog-grid__body {
    padding: 20px 18px 18px;
  }

  .fdi-blog-cta {
    padding: 0 0 64px;
  }
}