@charset "UTF-8";
.fera-card-rating {
  display: flex;
  justify-content: center;
  margin: 6px 0; }

.fera-card-rating [data-fera-widget] {
  display: inline-flex;
  justify-content: center; }

.verification-image-group.small-images {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 1.5rem 0; }

.verification-image-group.small-images figure {
  max-width: 220px;
  margin: 0; }

.verification-image-group.small-images img {
  width: 100%;
  height: auto;
  border-radius: 4px; }

.verification-image-group.small-images figcaption {
  font-size: 0.8rem;
  color: #666;
  margin-top: 6px; }

/* Tighten space directly under the homepage hero carousel */
.heroCarousel {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

/* The very next section after the hero often has top padding/margin */
.heroCarousel + * {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/* If the next section is a Page Builder region wrapper */
.heroCarousel + * [data-content-region],
.heroCarousel + * .pageBuilder-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important; }

/* =========================================================
   BioVerve Product Article Template
   Brand colours:
   Dark Blue: #1B2345
   Gold: #C8A24A
   Light Gray: #D9D9D6
   White: #FFFFFF
   ========================================================= */
.bv-article-wrapper {
  font-family: 'Poppins', Arial, sans-serif;
  color: #1B2345;
  background: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.65; }

.bv-article-wrapper * {
  box-sizing: border-box; }

.bv-article-wrapper h1,
.bv-article-wrapper h2,
.bv-article-wrapper h3 {
  color: #1B2345;
  line-height: 1.25;
  margin-top: 0; }

.bv-article-wrapper h1 {
  font-size: 42px;
  margin-bottom: 12px;
  letter-spacing: -0.5px; }

.bv-article-wrapper h2 {
  font-size: 28px;
  margin-bottom: 18px;
  position: relative; }

.bv-article-wrapper h2:after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background: #C8A24A;
  margin-top: 12px; }

.bv-article-wrapper h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.bv-article-wrapper p {
  margin: 0 0 16px;
  color: #26304f; }

.bv-article-wrapper em {
  font-style: italic; }

/* Hero */
.bv-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  background: linear-gradient(135deg, #1B2345 0%, #273158 100%);
  color: #ffffff;
  padding: 54px 44px;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  position: relative; }

.bv-hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 340px;
  height: 340px;
  background: rgba(200, 162, 74, 0.16);
  transform: rotate(-66deg); }

.bv-hero-content {
  position: relative;
  z-index: 2; }

.bv-hero h1 {
  color: #ffffff; }

.bv-subtitle {
  color: #C8A24A;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 22px; }

.bv-hero p {
  color: #ffffff;
  font-size: 16px;
  max-width: 680px; }

.bv-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px; }

.bv-badge {
  border: 1px solid rgba(200, 162, 74, 0.65);
  color: #ffffff;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.06); }

.bv-hero-image-box {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 84% 100%, 0 100%); }

.bv-hero-image-box img {
  width: 100%;
  display: block;
  border-radius: 18px; }

/* Sections */
.bv-section {
  padding: 46px 34px;
  border-bottom: 1px solid #eeeeee; }

.bv-section-light {
  background: #f7f7f5;
  border-radius: 24px;
  margin: 34px 0;
  border-bottom: none; }

.bv-intro-card {
  background: #ffffff;
  border-left: 5px solid #C8A24A;
  padding: 26px 28px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(27, 35, 69, 0.08); }

.bv-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start; }

.bv-card {
  background: #ffffff;
  border: 1px solid #e8e8e5;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(27, 35, 69, 0.06); }

.bv-card h3 {
  border-bottom: 2px solid #C8A24A;
  padding-bottom: 10px;
  margin-bottom: 16px; }

/* Lists */
.bv-feature-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.bv-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #26304f; }

.bv-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #C8A24A;
  font-weight: 700; }

/* Tables */
.bv-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid #e5e5e2;
  background: #ffffff; }

.bv-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  font-size: 15px; }

.bv-table th {
  background: #1B2345;
  color: #ffffff;
  text-align: left;
  padding: 15px 18px;
  font-weight: 600;
  border-bottom: 3px solid #C8A24A; }

.bv-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #eeeeee;
  color: #26304f;
  vertical-align: top; }

.bv-table tr:last-child td {
  border-bottom: none; }

.bv-table td:first-child {
  font-weight: 600;
  color: #1B2345;
  width: 34%;
  background: #fafafa; }

/* Highlight Panel */
.bv-highlight-panel {
  background: #1B2345;
  color: #ffffff;
  padding: 30px;
  border-radius: 22px;
  position: relative;
  overflow: hidden; }

.bv-highlight-panel:after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  background: rgba(200, 162, 74, 0.2);
  transform: rotate(-66deg); }

.bv-highlight-panel h3,
.bv-highlight-panel p {
  color: #ffffff;
  position: relative;
  z-index: 2; }

.bv-highlight-panel strong {
  color: #C8A24A; }

/* Images */
.bv-image-card {
  background: #ffffff;
  border: 1px solid #e5e5e2;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(27, 35, 69, 0.06); }

.bv-image-card img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid #e5e5e2;
  cursor: pointer; }

.bv-caption {
  font-size: 13px;
  color: #5a6077;
  margin-top: 10px; }

.bv-click-note {
  display: inline-block;
  margin-top: 8px;
  color: #1B2345;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #C8A24A; }

/* Research tiles */
.bv-research-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 22px; }

.bv-research-item {
  background: #ffffff;
  border: 1px solid #e5e5e2;
  border-radius: 16px;
  padding: 18px 14px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #1B2345; }

/* CTA */
.bv-cta {
  background: linear-gradient(135deg, #1B2345 0%, #273158 100%);
  color: #ffffff;
  padding: 42px 34px;
  border-radius: 28px;
  text-align: center;
  margin: 34px 0 0; }

.bv-cta h2 {
  color: #ffffff;
  margin-bottom: 14px; }

.bv-cta h2:after {
  margin-left: auto;
  margin-right: auto; }

.bv-cta p {
  color: #ffffff;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.bv-button {
  display: inline-block;
  background: #C8A24A;
  color: #1B2345 !important;
  text-decoration: none;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 999px;
  margin-top: 14px;
  transition: 0.2s ease; }

.bv-button:hover {
  opacity: 0.9;
  transform: translateY(-1px); }

/* Image modal pop-up */
.bv-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 40px 18px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(27, 35, 69, 0.92); }

.bv-modal-content {
  margin: auto;
  display: block;
  max-width: 95%;
  max-height: 86vh;
  border-radius: 12px;
  background: #ffffff; }

.bv-modal-close {
  position: fixed;
  top: 18px;
  right: 28px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1; }

.bv-modal-close:hover {
  color: #C8A24A; }

/* Responsive */
@media (max-width: 900px) {
  .bv-hero {
    grid-template-columns: 1fr;
    padding: 40px 24px; }
  .bv-article-wrapper h1 {
    font-size: 34px; }
  .bv-grid-2 {
    grid-template-columns: 1fr; }
  .bv-research-list {
    grid-template-columns: repeat(2, 1fr); }
  .bv-section {
    padding: 38px 22px; } }

@media (max-width: 560px) {
  .bv-article-wrapper h1 {
    font-size: 30px; }
  .bv-article-wrapper h2 {
    font-size: 24px; }
  .bv-research-list {
    grid-template-columns: 1fr; }
  .bv-hero {
    border-radius: 0 0 20px 20px; }
  .bv-table {
    font-size: 14px; } }
