:root {  --page-old-747-live-primary-color: #FFD700; /* Gold/Yellow for accent */  --page-old-747-live-secondary-color: #000080; /* Navy Blue for main background */  --page-old-747-live-text-color: #FFFFFF;  --page-old-747-live-dark-text-color: #333333;  --page-old-747-live-light-bg: #1a1a2e;  --page-old-747-live-card-bg: #2a2a4a;  --page-old-747-live-button-bg: #FFD700;  --page-old-747-live-button-text: #000000;  --page-old-747-live-border-color: #444466;}.page-old-747-live {  font-family: 'Arial', sans-serif;  color: var(--page-old-747-live-text-color);  background-color: var(--page-old-747-live-secondary-color);  line-height: 1.6;  padding-top: 10px; /* Small top padding, assuming body handles header offset */}.page-old-747-live__section-title {  color: var(--page-old-747-live-primary-color);  text-align: center;  margin-bottom: 40px;  font-size: 2.5em;  font-weight: bold;  padding: 0 15px;}.page-old-747-live__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  padding: 60px 20px;  background: linear-gradient(135deg, var(--page-old-747-live-secondary-color) 0%, #1a1a3e 100%);  position: relative;  overflow: hidden;}.page-old-747-live__hero-content {  position: relative;  z-index: 2;  max-width: 900px;}.page-old-747-live__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  z-index: 1;}.page-old-747-live__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.2;}.page-old-747-live__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  color: var(--page-old-747-live-primary-color);  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-old-747-live__hero-description {  font-size: 1.3em;  margin-bottom: 40px;  max-width: 700px;  margin-left: auto;  margin-right: auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__hero-cta-button {  display: inline-block;  background-color: var(--page-old-747-live-button-bg);  color: var(--page-old-747-live-button-text);  padding: 18px 40px;  border-radius: 50px;  text-decoration: none;  font-size: 1.4em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);}.page-old-747-live__hero-cta-button:hover {  background-color: #FFC107; /* Slightly darker gold */  transform: translateY(-3px);}/* Partner/Supplier Logo Section */.page-old-747-live__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: var(--page-old-747-live-light-bg);  border-bottom: 1px solid var(--page-old-747-live-border-color);}.page-old-747-live__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  max-width: 1200px;}.page-old-747-live__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;  filter: brightness(0.8) grayscale(0.5); /* Subtle effect for logos */  transition: filter 0.3s ease;}.page-old-747-live__payment-logo:hover {  filter: brightness(1) grayscale(0);}.page-old-747-live__introduction-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-secondary-color);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__intro-text {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 50px auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__intro-features {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;}.page-old-747-live__feature-item {  background-color: var(--page-old-747-live-card-bg);  padding: 30px;  border-radius: 15px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  max-width: 350px;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid var(--page-old-747-live-border-color);  box-sizing: border-box;}.page-old-747-live__feature-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-old-747-live__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  filter: grayscale(0.5) brightness(0.8);  transition: filter 0.3s ease;}.page-old-747-live__feature-item:hover .page-old-747-live__feature-icon {  filter: grayscale(0) brightness(1);}.page-old-747-live__feature-title {  color: var(--page-old-747-live-primary-color);  font-size: 1.5em;  margin-bottom: 15px;}.page-old-747-live__feature-description {  color: var(--page-old-747-live-text-color);}.page-old-747-live__quick-access-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-light-bg);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__quick-access-description {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 40px auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-old-747-live__access-button {  display: inline-block;  background-color: var(--page-old-747-live-button-bg);  color: var(--page-old-747-live-button-text);  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-old-747-live__access-button:hover {  background-color: #FFC107;  transform: translateY(-2px);}.page-old-747-live__games-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-secondary-color);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__games-description {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 50px auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-bottom: 50px;}.page-old-747-live__game-card {  background-color: var(--page-old-747-live-card-bg);  border-radius: 15px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid var(--page-old-747-live-border-color);  display: flex;  flex-direction: column;  justify-content: space-between;}.page-old-747-live__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-old-747-live__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-old-747-live__game-title {  color: var(--page-old-747-live-primary-color);  font-size: 1.4em;  margin: 20px 15px 10px 15px;}.page-old-747-live__game-text {  font-size: 0.95em;  color: var(--page-old-747-live-text-color);  padding: 0 15px 20px 15px;  flex-grow: 1;}.page-old-747-live__game-cta {  display: block;  background-color: var(--page-old-747-live-button-bg);  color: var(--page-old-747-live-button-text);  padding: 12px 20px;  border-radius: 0 0 15px 15px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease;}.page-old-747-live__game-cta:hover {  background-color: #FFC107;}.page-old-747-live__game-providers-title {  color: var(--page-old-747-live-primary-color);  font-size: 1.8em;  margin-bottom: 30px;}.page-old-747-live__provider-list {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-old-747-live__game-provider-logo {  width: 100px;  height: 100px;  object-fit: contain;  filter: brightness(0.8) grayscale(0.7);  transition: filter 0.3s ease;}.page-old-747-live__game-provider-logo:hover {  filter: brightness(1) grayscale(0);}.page-old-747-live__promotions-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-light-bg);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__promotions-description {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 50px auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-old-747-live__promo-card {  background-color: var(--page-old-747-live-card-bg);  border-radius: 15px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid var(--page-old-747-live-border-color);  display: flex;  flex-direction: column;  justify-content: space-between;}.page-old-747-live__promo-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-old-747-live__promo-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-old-747-live__promo-title {  color: var(--page-old-747-live-primary-color);  font-size: 1.4em;  margin: 20px 15px 10px 15px;}.page-old-747-live__promo-text {  font-size: 0.95em;  color: var(--page-old-747-live-text-color);  padding: 0 15px 20px 15px;  flex-grow: 1;}.page-old-747-live__promo-cta {  display: block;  background-color: var(--page-old-747-live-button-bg);  color: var(--page-old-747-live-button-text);  padding: 12px 20px;  border-radius: 0 0 15px 15px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease;}.page-old-747-live__promo-cta:hover {  background-color: #FFC107;}.page-old-747-live__security-support-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-secondary-color);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__security-description {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 50px auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__security-features {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;}.page-old-747-live__security-item {  background-color: var(--page-old-747-live-card-bg);  padding: 30px;  border-radius: 15px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  max-width: 350px;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid var(--page-old-747-live-border-color);  box-sizing: border-box;}.page-old-747-live__security-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-old-747-live__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  filter: grayscale(0.5) brightness(0.8);  transition: filter 0.3s ease;}.page-old-747-live__security-item:hover .page-old-747-live__security-icon {  filter: grayscale(0) brightness(1);}.page-old-747-live__security-title {  color: var(--page-old-747-live-primary-color);  font-size: 1.5em;  margin-bottom: 15px;}.page-old-747-live__security-text {  color: var(--page-old-747-live-text-color);}.page-old-747-live__faq-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-light-bg);  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__faq-container {  max-width: 900px;  margin: 0 auto;}.page-old-747-live__faq-item {  background-color: var(--page-old-747-live-card-bg);  border: 1px solid var(--page-old-747-live-border-color);  border-radius: 10px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}.page-old-747-live__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #3a3a5a;  color: var(--page-old-747-live-primary-color);  font-size: 1.2em;  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;}.page-old-747-live__faq-question:hover {  background-color: #4a4a6a;}.page-old-747-live__faq-question h3 {  margin: 0;  color: inherit;  font-size: 1em; /* Adjust to fit parent font size */}.page-old-747-live__faq-toggle {  font-size: 1.5em;  line-height: 1;  transition: transform 0.3s ease;  color: var(--page-old-747-live-primary-color);}.page-old-747-live__faq-item.active .page-old-747-live__faq-toggle {  transform: rotate(45deg);}.page-old-747-live__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  color: var(--page-old-747-live-text-color);  background-color: var(--page-old-747-live-card-bg);  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-old-747-live__faq-item.active .page-old-747-live__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-old-747-live__faq-answer p {  margin: 0;}.page-old-747-live__blog-section {  padding: 80px 20px;  background-color: var(--page-old-747-live-secondary-color);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-old-747-live__blog-description {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 50px auto;  color: var(--page-old-747-live-text-color);}.page-old-747-live__blog-articles {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-old-747-live__blog-card {  background-color: var(--page-old-747-live-card-bg);  border-radius: 15px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid var(--page-old-747-live-border-color);  display: flex;  flex-direction: column;}.page-old-747-live__blog-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-old-747-live__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-old-747-live__blog-content {  padding: 20px;  text-align: left;  flex-grow: 1;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-old-747-live__blog-title {  font-size: 1.3em;  margin-bottom: 10px;  color: var(--page-old-747-live-primary-color);}.page-old-747-live__blog-title a {  color: inherit;  text-decoration: none;  transition: color 0.3s ease;}.page-old-747-live__blog-title a:hover {  color: #FFC107;}.page-old-747-live__blog-excerpt {  font-size: 0.9em;  color: var(--page-old-747-live-text-color);  margin-bottom: 15px;  flex-grow: 1;}.page-old-747-live__blog-readmore {  display: inline-block;  background-color: var(--page-old-747-live-button-bg);  color: var(--page-old-747-live-button-text);  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 0.9em;  transition: background-color 0.3s ease;  align-self: flex-start;}.page-old-747-live__blog-readmore:hover {  background-color: #FFC107;}/* General image responsiveness */.page-old-747-live img:not(.page-old-747-live__payment-logo, .page-old-747-live__game-provider-logo) {  max-width: 100%;  height: auto;  display: block;}/* Mobile responsiveness */@media (max-width: 768px) {  .page-old-747-live {    padding-top: 5px; /* Adjust for mobile, assuming body handles header offset */  }  .page-old-747-live__section-title {    font-size: 2em;    margin-bottom: 30px;  }  .page-old-747-live__hero-title {    font-size: 2.2em;  }  .page-old-747-live__hero-description {    font-size: 1em;  }  .page-old-747-live__hero-cta-button {    padding: 15px 30px;    font-size: 1.1em;  }  .page-old-747-live__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-old-747-live__payment-logo,  .page-old-747-live__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-old-747-live__intro-features,  .page-old-747-live__security-features {    flex-direction: column;    align-items: center;    gap: 20px;  }  .page-old-747-live__feature-item,  .page-old-747-live__security-item {    max-width: 95%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 25px;  }  .page-old-747-live__access-buttons {    flex-direction: column;    align-items: center;    gap: 15px;  }  .page-old-747-live__access-button {    width: 90%;    max-width: 300px;    box-sizing: border-box;  }  .page-old-747-live__game-categories,  .page-old-747-live__promo-cards,  .page-old-747-live__blog-articles {    grid-template-columns: 1fr;    gap: 20px;  }  .page-old-747-live__game-card,  .page-old-747-live__promo-card,  .page-old-747-live__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-old-747-live__game-provider-logo {    width: 80px;    height: 80px;  }  .page-old-747-live__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-old-747-live__faq-answer {    padding: 0 20px;  }  .page-old-747-live__faq-item.active .page-old-747-live__faq-answer {    padding: 15px 20px !important;  }  /* Ensure all images (except specific logos) are responsive */  .page-old-747-live img:not(.page-old-747-live__payment-logo, .page-old-747-live__game-provider-logo) {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}