/* General Styling */.page-22bet-ipad {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Small decorative padding, assuming body has --header-offset padding */} .page-22bet-ipad__section-title {  text-align: center;  color: #2c3e50;  margin-bottom: 25px;  font-size: 2.2em;  font-weight: bold;  padding: 0 15px;  word-wrap: break-word;  overflow-wrap: break-word;} .page-22bet-ipad__section-subtitle {  text-align: center;  color: #555;  margin-bottom: 40px;  font-size: 1.1em;  padding: 0 15px;  word-wrap: break-word;  overflow-wrap: break-word;}/* Buttons */.page-22bet-ipad__button {  display: inline-block;  padding: 12px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  white-space: nowrap; /* Prevent text from wrapping inside button */} .page-22bet-ipad__button--primary {  background-color: #e74c3c; /* Reddish */  color: #fff;  border: 2px solid #e74c3c;} .page-22bet-ipad__button--primary:hover {  background-color: #c0392b;  transform: translateY(-2px);} .page-22bet-ipad__button--secondary {  background-color: transparent;  color: #e74c3c;  border: 2px solid #e74c3c;} .page-22bet-ipad__button--secondary:hover {  background-color: #e74c3c;  color: #fff;  transform: translateY(-2px);} .page-22bet-ipad__button--download {  background-color: #3498db; /* Blue */  color: #fff;  border: 2px solid #3498db;} .page-22bet-ipad__button--download:hover {  background-color: #2980b9;  transform: translateY(-2px);} .page-22bet-ipad__button--cta {  background-color: #27ae60; /* Green */  color: #fff;  border: 2px solid #27ae60;} .page-22bet-ipad__button--cta:hover {  background-color: #229954;  transform: translateY(-2px);}/* Hero Section */.page-22bet-ipad__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  padding: 40px 20px;  background: linear-gradient(135deg, #34495e, #2c3e50);  color: #fff;  border-bottom-left-radius: 20px;  border-bottom-right-radius: 20px;  margin-bottom: 40px;} .page-22bet-ipad__hero-content {  max-width: 800px;  margin-bottom: 30px;} .page-22bet-ipad__hero-title {  font-size: 3em;  margin-bottom: 20px;  line-height: 1.2;  word-wrap: break-word;  overflow-wrap: break-word;} .page-22bet-ipad__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  word-wrap: break-word;  overflow-wrap: break-word;} .page-22bet-ipad__hero-buttons {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */} .page-22bet-ipad__hero-image-wrapper {  width: 100%;  max-width: 600px;  overflow: hidden;  border-radius: 15px;  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);} .page-22bet-ipad__hero-image {  width: 100%;  height: auto;  display: block;  box-sizing: border-box;}/* Features Section */.page-22bet-ipad__features-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto 40px auto;} .page-22bet-ipad__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;} .page-22bet-ipad__feature-item {  background-color: #fff;  padding: 30px;  border-radius: 15px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  box-sizing: border-box;} .page-22bet-ipad__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);} .page-22bet-ipad__feature-icon {  width: 100%;  max-width: 200px; /* Minimum size requirement */  height: auto;  margin-bottom: 20px;  box-sizing: border-box;} .page-22bet-ipad__feature-title {  font-size: 1.5em;  color: #e74c3c;  margin-bottom: 15px;  word-wrap: break-word;  overflow-wrap: break-wrap;} .page-22bet-ipad__feature-description {  font-size: 1em;  color: #666;  word-wrap: break-word;  overflow-wrap: break-word;}/* Game Categories Section */.page-22bet-ipad__game-categories {  padding: 40px 20px;  background-color: #ecf0f1;  margin-bottom: 40px;} .page-22bet-ipad__categories-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;  max-width: 1200px;  margin: 0 auto;} .page-22bet-ipad__category-card {  background-color: #fff;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box;} .page-22bet-ipad__category-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);} .page-22bet-ipad__category-image {  width: 100%;  height: 200px; /* Fixed height for consistency */  object-fit: cover;  display: block;  box-sizing: border-box;} .page-22bet-ipad__category-title {  font-size: 1.4em;  color: #2c3e50;  margin: 20px 15px 10px 15px;  word-wrap: break-word;  overflow-wrap: break-word;} .page-22bet-ipad__category-description {  font-size: 0.95em;  color: #777;  padding: 0 15px 20px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}/* Download Section */.page-22bet-ipad__download-section {  display: flex;  flex-direction: column;  align-items: center;  padding: 50px 20px;  background: #3498db;  color: #fff;  text-align: center;  margin-bottom: 40px;} .page-22bet-ipad__download-content {  max-width: 800px;  margin-bottom: 30px;} .page-22bet-ipad__download-description {  font-size: 1.15em;  margin-bottom: 30px;  word-wrap: break-word;  overflow-wrap: break-word;} .page-22bet-ipad__download-image-wrapper {  width: 100%;  max-width: 600px;  overflow: hidden;  border-radius: 15px;  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);} .page-22bet-ipad__download-image {  width: 100%;  height: auto;  display: block;  box-sizing: border-box;}/* FAQ Section */.page-22bet-ipad__faq-section {  padding: 40px 20px;  max-width: 900px;  margin: 0 auto 40px auto;} .page-22bet-ipad__faq-container {  margin-top: 30px;} .page-22bet-ipad__faq-item {  background-color: #fff;  border-radius: 10px;  margin-bottom: 15px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);  overflow: hidden;  box-sizing: border-box;} .page-22bet-ipad__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  cursor: pointer;  background-color: #f0f0f0;  border-bottom: 1px solid #eee;  transition: background-color 0.3s ease;  user-select: none;} .page-22bet-ipad__faq-question:hover {  background-color: #e0e0e0;} .page-22bet-ipad__faq-title {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */  word-wrap: break-word;  overflow-wrap: break-word;  flex-grow: 1; /* Allow title to take available space */} .page-22bet-ipad__faq-toggle {  font-size: 1.5em;  color: #e74c3c;  font-weight: bold;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle icon from blocking click event */} .page-22bet-ipad__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #555;} .page-22bet-ipad__faq-item.active .page-22bet-ipad__faq-answer {  max-height: 2000px !important; /* Sufficiently large to contain content */  padding: 20px !important;  opacity: 1;} .page-22bet-ipad__faq-item.active .page-22bet-ipad__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' or similar visually */  color: #27ae60;} .page-22bet-ipad__faq-answer p {  margin: 0;  word-wrap: break-word;  overflow-wrap: break-word;}/* CTA Section */.page-22bet-ipad__cta-section {  background: linear-gradient(90deg, #2c3e50, #34495e);  color: #fff;  text-align: center;  padding: 60px 20px;  border-top-left-radius: 20px;  border-top-right-radius: 20px;} .page-22bet-ipad__cta-description {  font-size: 1.2em;  margin-bottom: 40px;  word-wrap: break-word;  overflow-wrap: break-word;}/* Responsive Design */@media (max-width: 768px) {  .page-22bet-ipad__hero-section {    padding: 30px 15px;  }  .page-22bet-ipad__hero-title {    font-size: 2.2em;  }  .page-22bet-ipad__hero-description {    font-size: 1em;  }  .page-22bet-ipad__hero-buttons {    flex-direction: column;    gap: 15px;    width: 100%;  }  .page-22bet-ipad__button {    width: 100%;    max-width: 300px;    margin: 0 auto;    box-sizing: border-box;  }  .page-22bet-ipad__section-title {    font-size: 1.8em;    margin-bottom: 20px;  }  .page-22bet-ipad__section-subtitle {    font-size: 1em;    margin-bottom: 30px;  }  .page-22bet-ipad__features-section,  .page-22bet-ipad__game-categories,  .page-22bet-ipad__download-section,  .page-22bet-ipad__faq-section,  .page-22bet-ipad__cta-section {    padding: 30px 15px;  }  .page-22bet-ipad__features-grid,  .page-22bet-ipad__categories-grid {    grid-template-columns: 1fr;    gap: 20px;  }  /* List item responsive */  .page-22bet-ipad__feature-item,  .page-22bet-ipad__category-card,  .page-22bet-ipad__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px 15px !important; /* Adjust padding for smaller screens */  }  .page-22bet-ipad__feature-icon {    max-width: 150px;  }  .page-22bet-ipad__category-image {    height: 180px;  }  .page-22bet-ipad__faq-question {    padding: 15px;  }  .page-22bet-ipad__faq-title {    font-size: 1.1em;  }  .page-22bet-ipad__faq-answer {    padding: 0 15px;  }  .page-22bet-ipad__faq-item.active .page-22bet-ipad__faq-answer {    padding: 15px !important;  }  .page-22bet-ipad__cta-description {    font-size: 1.1em;  }  /* Ensure all images are responsive */  .page-22bet-ipad__hero-image,  .page-22bet-ipad__feature-icon,  .page-22bet-ipad__category-image,  .page-22bet-ipad__download-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-22bet-ipad__hero-image-wrapper,  .page-22bet-ipad__download-image-wrapper {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }}/* Ensure text wrapping for all text elements */.page-22bet-ipad p, .page-22bet-ipad h1, .page-22bet-ipad h2, .page-22bet-ipad h3, .page-22bet-ipad__button {  word-wrap: break-word;  overflow-wrap: break-word;}