/* style/resources-security-trust.css */
/* 页面完整样式代码 - 注意：所有选择器必须使用BEM命名规则（双下划线__连接） */

/* General Styles */
.page-resources-security-trust {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Matches body background type */
  padding-top: var(--header-offset, 120px); /* Apply header offset to the main content area */
}

.page-resources-security-trust__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-security-trust__section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-security-trust__dark-bg {
  background-color: #0a0a0a; /* Body background color */
  color: #ffffff;
}

.page-resources-security-trust__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-resources-security-trust__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for main title */
}

.page-resources-security-trust__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #26A9E0; /* Brand color for section titles */
}

.page-resources-security-trust__description,
.page-resources-security-trust__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

/* Links */
.page-resources-security-trust__text-link {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-security-trust__text-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Buttons */
.page-resources-security-trust__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  margin: 10px;
}

.page-resources-security-trust__btn-primary {
  background-color: #26A9E0; /* Brand color */
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-security-trust__btn-primary:hover {
  background-color: #1a8cc4;
  border-color: #1a8cc4;
}

.page-resources-security-trust__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-security-trust__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Hero Section */
.page-resources-security-trust__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 0; /* Header offset handled by main container */
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-security-trust__hero-section .page-resources-security-trust__container {
  z-index: 1;
  position: relative;
}

.page-resources-security-trust__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; /* Make it subtle */
}

/* Video Section */
.page-resources-security-trust__video-section {
  position: relative;
  padding: 80px 0;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-security-trust__video-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (height/width = 9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-security-trust__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

/* Content Wrappers & Images */
.page-resources-security-trust__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}

.page-resources-security-trust__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-resources-security-trust__content-image {
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Enforce minimum size */
  height: auto;
}

.page-resources-security-trust__content-image--left {
  margin-right: auto;
}

.page-resources-security-trust__content-image--right {
  margin-left: auto;
}

.page-resources-security-trust__text-content {
  width: 50%;
}

.page-resources-security-trust__section-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Enforce minimum size */
}

/* Feature Grid */
.page-resources-security-trust__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-security-trust__feature-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-resources-security-trust__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
}

.page-resources-security-trust__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-security-trust__feature-text {
  color: #f0f0f0;
}

/* Transaction Methods */
.page-resources-security-trust__transaction-methods {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-security-trust__method-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  text-align: center;
}

.page-resources-security-trust__method-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-security-trust__method-text {
  color: #f0f0f0;
}

/* FAQ Section */
.page-resources-security-trust__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.page-resources-security-trust__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-security-trust__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}