/* style/resources-m88-fyfy-platform-security-and-credibility-deep-dive.css */

/* Base styles for the page content */
.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Inherited from shared.css */
}

/* Fixed header offset for the main content */
.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability, not color change */
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text readability */
  border-radius: 10px;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__main-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__subtitle {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__cta-buttons--center {
  margin-top: 40px;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__btn-primary,
.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__btn-primary {
  background-color: #8B0000;
  color: #ffffff;
  border: 2px solid #8B0000;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__btn-primary:hover {
  background-color: #A52A2A;
  border-color: #A52A2A;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__btn-secondary {
  background-color: #FFD700;
  color: #000000;
  border: 2px solid #FFD700;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__btn-secondary:hover {
  background-color: #E6B800;
  border-color: #E6B800;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__content-section {
  padding: 60px 20px;
  background-color: #1a1a1a; /* Dark background for sections */
  color: #ffffff;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__dark-bg {
  background-color: #0d0d0d; /* Even darker background for contrast */
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-m88-fyfy-platform-security-and-credibility-deep-dive__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}