/* style/resources-da-ga88-platform-analysis.css */

:root {
  --primary-color: #B22222;
  --secondary-color: #FFD700;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-light: #f4f4f4;
  --card-background-light: #ffffff;
  --card-background-dark: var(--primary-color);
  --border-color: #e0e0e0;
}

.page-resources-da-ga88-platform-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-light);
}

.page-resources-da-ga88-platform-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-da-ga88-platform-analysis__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-da-ga88-platform-analysis__section-title {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-resources-da-ga88-platform-analysis__text-block {
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-color-dark);
}

/* Hero Section */
.page-resources-da-ga88-platform-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, var(--primary-color) 0%, #a01a1a 100%);
  color: var(--text-color-light);
  overflow: hidden;
}

.page-resources-da-ga88-platform-analysis__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}