:root {
  --benbet-primary: #2F6BFF;
  --benbet-secondary: #6FA3FF;
  --benbet-background: #F4F7FB;
  --benbet-card-bg: #FFFFFF;
  --benbet-text-main: #1F2D3D;
  --benbet-text-dark: #000000;
  --benbet-border: #D6E2FF;
  --benbet-glow: #A5C4FF;
  --benbet-btn-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

.page-cau-hoi-thuong-gap {
  font-family: 'Arial', sans-serif;
  color: var(--benbet-text-main);
  background-color: var(--benbet-background);
  line-height: 1.6;
}

.page-cau-hoi-thuong-gap__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section */
.page-cau-hoi-thuong-gap__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: var(--benbet-background); /* Explicitly light background */
}

.page-cau-hoi-thuong-gap__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.page-cau-hoi-thuong-gap__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: var(--benbet-text-main);
}

.page-cau-hoi-thuong-gap__hero-image {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-cau-hoi-thuong-gap__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-cau-hoi-thuong-gap__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--benbet-primary); /* Use brand color for H1 */
  max-width: 600px; /* Prevent title from being too wide */
}

.page-cau-hoi-thuong-gap__intro-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--benbet-text-main);
}