/* style/index-review-one88.css */

:root {
  --primary-color: #0A2239;
  --secondary-color: #FFD700;
  --accent-color: #DC143C;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f4f7f6;
  --background-dark: #0A2239;
  --card-background: #ffffff;
  --border-color: #e0e0e0;
}

.page-index-review-one88 {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

.page-index-review-one88 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-review-one88 h1,
.page-index-review-one88 h2,
.page-index-review-one88 h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-one88 h1 {
  font-size: 2.8em;
  color: var(--text-light);
}

.page-index-review-one88 h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  color: var(--primary-color);
}

.page-index-review-one88 h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-one88 p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-index-review-one88 .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88 .cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-one88 .cta-button-secondary {
  display: inline-block;
  padding: 12px 30px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.page-index-review-one88 .cta-button-secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88 .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #000a12 100%);
  color: var(--text-light);
}

.page-index-review-one88 .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-one88 .hero-image {
  width: 100%;
  margin-bottom: 30px;
  max-width: 900px;
}

.page-index-review-one88 .hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-index-review-one88 .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-one88 .hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.9);
}

.page-index-review-one88 .intro-section {
  background: var(--background-light);
  padding: 60px 0;
  text-align: center;
}

.page-index-review-one88 .intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-one88 .intro-card {
  background: var(--card-background);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid var(--secondary-color);
}

.page-index-review-one88 .intro-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-one88 .intro-card .intro-icon {
  width: 200px; /* Enforced min 200px for images */
  height: 200px;
  margin: 0 auto 20px auto;
  display: block;
  object-fit: contain;
}

.page-index-review-one88 .intro-card h3 {
  color: var(--primary-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-one88 .intro-card p {
  font-size: 0.95em;
  color: var(--text-dark);
}

.page-index-review-one88 .quick-access-section {
  background: var(--primary-color);
  padding: 60px 0;
  text-align: center;
  color: var(--text-light);
}

.page-index-review-one88 .quick-access-section h2 {
  color: var(--secondary-color);
  margin-bottom: 40px;
}

.page-index-review-one88 .quick-access-section p {
  color: rgba(255, 255, 255, 0.8);
}

.page-index-review-one88 .access-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-index-review-one88 .access-button {
  display: block;
  padding: 18px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}