.page-blog-thomo88-getting-started-guide {
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-thomo88-getting-started-guide__hero-section {
  padding-top: 10px; /* Consistent small top padding as per rules */
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-thomo88-getting-started-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-thomo88-getting-started-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-thomo88-getting-started-guide__hero-content-wrapper {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-top: -100px; /* Overlap slightly for visual effect */
  color: #1F2D3D;
}

.page-blog-thomo88-getting-started-guide__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-thomo88-getting-started-guide__hero-description {
  font-size: 1.1em;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-thomo88-getting-started-guide__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-blog-thomo88-getting-started-guide__btn-primary,
.page-blog-thomo88-getting-started-guide__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%; /* Ensure buttons don't overflow */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-thomo88-getting-started-guide__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-thomo88-getting-started-guide__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-thomo88-getting-started-guide__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-thomo88-getting-started-guide__btn-secondary:hover {
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-thomo88-getting-started-guide__content-section {
  padding: 50px 0;
  margin-bottom: 20px;
  background: #F4F7FB; /* Background */
}

.page-blog-thomo88-getting-started-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-thomo88-getting-started-guide__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-thomo88-getting-started-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2F6BFF 0%, #6FA3FF 100%);
  border-radius: 2px;
}

.page-blog-thomo88-getting-started-guide__text-block {
  font-size: 1.05em;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-thomo88-getting-started-guide__numbered-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-thomo88-getting-started-guide__list-item {
  background: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-thomo88-getting-started-guide__list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.page-blog-thomo88-getting-started-guide__list-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #2F6BFF; /* Main Color */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-thomo88-getting-started-guide__list-item p {
  color: #1F2D3D; /* Text Main */
  margin-bottom: 0;
}

.page-blog-thomo88-getting-started-guide__sub-section-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-thomo88-getting-started-guide__products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-thomo88-getting-started-guide__product-card {
  background: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-thomo88-getting-started-guide__product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-thomo88-getting-started-guide__product-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-thomo88-getting-started-guide__product-title {
  font-size: 1.4em;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin: 15px 10px 10px;
  flex-grow: 1;
}

.page-blog-thomo88-getting-started-guide__product-title a {
  color: inherit;
  text-decoration: none;
}

.page-blog-thomo88-getting-started-guide__product-title a:hover {
  color: #2F6BFF; /* Main Color */
}

.page-blog-thomo88-getting-started-guide__product-description {
  font-size: 0.95em;
  color: #1F2D3D; /* Text Main */
  padding: 0 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-thomo88-getting-started-guide__product-card .page-blog-thomo88-getting-started-guide__btn-secondary {
  margin-top: auto; /* Push button to bottom */
  align-self: center;
  width: fit-content;
}

.page-blog-thomo88-getting-started-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-thomo88-getting-started-guide__feature-card {
  background: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-thomo88-getting-started-guide__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-thomo88-getting-started-guide__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-thomo88-getting-started-guide__feature-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #2F6BFF; /* Main Color */
  margin-bottom: 15px;
}

.page-blog-thomo88-getting-started-guide__feature-description {
  font-size: 1em;
  color: #1F2D3D; /* Text Main */
}

.page-blog-thomo88-getting-started-guide__faq-list {
  margin-top: 30px;
}

details.page-blog-thomo88-getting-started-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-thomo88-getting-started-guide__faq-item summary.page-blog-thomo88-getting-started-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-thomo88-getting-started-guide__faq-item summary.page-blog-thomo88-getting-started-guide__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-thomo88-getting-started-guide__faq-item summary.page-blog-thomo88-getting-started-guide__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-thomo88-getting-started-guide__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D; /* Text Main */
}
.page-blog-thomo88-getting-started-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-thomo88-getting-started-guide__faq-item .page-blog-thomo88-getting-started-guide__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-thomo88-getting-started-guide__conclusion .page-blog-thomo88-getting-started-guide__cta-buttons {
  margin-top: 40px;
}

/* General image responsiveness */
.page-blog-thomo88-getting-started-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries for responsiveness */
@media (max-width: 1024px) {
  .page-blog-thomo88-getting-started-guide__hero-content-wrapper {
    margin-top: -80px;
    padding: 30px 15px;
  }

  .page-blog-thomo88-getting-started-guide__main-title {
    font-size: clamp(1.8em, 4.5vw, 2.5em);
  }

  .page-blog-thomo88-getting-started-guide__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-thomo88-getting-started-guide__product-image {
    height: 180px;
  }

  .page-blog-thomo88-getting-started-guide__feature-icon {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-thomo88-getting-started-guide__hero-section {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .page-blog-thomo88-getting-started-guide__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-thomo88-getting-started-guide__hero-image {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-thomo88-getting-started-guide__hero-content-wrapper {
    margin-top: -50px;
    padding: 25px 15px;
    max-width: 95%;
  }

  .page-blog-thomo88-getting-started-guide__main-title {
    font-size: clamp(1.5em, 6vw, 2em) !important;
    margin-bottom: 10px;
  }

  .page-blog-thomo88-getting-started-guide__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  /* CTA Buttons */
  .page-blog-thomo88-getting-started-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-thomo88-getting-started-guide__btn-primary,
  .page-blog-thomo88-getting-started-guide__btn-secondary,
  .page-blog-thomo88-getting-started-guide a[class*="button"],
  .page-blog-thomo88-getting-started-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* General Content Sections & Containers */
  .page-blog-thomo88-getting-started-guide__content-section {
    padding: 30px 0;
    margin-bottom: 10px;
  }

  .page-blog-thomo88-getting-started-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-thomo88-getting-started-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-blog-thomo88-getting-started-guide__section-title::after {
    width: 60px;
    height: 3px;
  }

  .page-blog-thomo88-getting-started-guide__text-block {
    font-size: 0.95em;
    text-align: left;
  }

  /* Numbered List / Steps */
  .page-blog-thomo88-getting-started-guide__list-item {
    padding: 15px;
    margin-bottom: 10px;
  }

  .page-blog-thomo88-getting-started-guide__list-title {
    font-size: 1.2em;
    margin-bottom: 5px;
  }

  .page-blog-thomo88-getting-started-guide__sub-section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* Products Grid */
  .page-blog-thomo88-getting-started-guide__products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .page-blog-thomo88-getting-started-guide__product-card {
    padding-bottom: 15px;
  }

  .page-blog-thomo88-getting-started-guide__product-image {
    height: 160px;
    margin-bottom: 10px;
  }

  .page-blog-thomo88-getting-started-guide__product-title {
    font-size: 1.2em;
    margin: 10px;
  }

  .page-blog-thomo88-getting-started-guide__product-description {
    font-size: 0.9em;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  /* Feature Grid */
  .page-blog-thomo88-getting-started-guide__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .page-blog-thomo88-getting-started-guide__feature-card {
    padding: 20px;
  }

  .page-blog-thomo88-getting-started-guide__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .page-blog-thomo88-getting-started-guide__feature-title {
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .page-blog-thomo88-getting-started-guide__feature-description {
    font-size: 0.9em;
  }

  /* FAQ Section */
  details.page-blog-thomo88-getting-started-guide__faq-item summary.page-blog-thomo88-getting-started-guide__faq-question { padding: 15px; }
  .page-blog-thomo88-getting-started-guide__faq-qtext { font-size: 15px; }
  details.page-blog-thomo88-getting-started-guide__faq-item .page-blog-thomo88-getting-started-guide__faq-answer {
    padding: 0 15px 15px;
  }

  /* General Image rules for mobile */
  .page-blog-thomo88-getting-started-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-thomo88-getting-started-guide__content-area,
  .page-blog-thomo88-getting-started-guide__text-block,
  .page-blog-thomo88-getting-started-guide__section,
  .page-blog-thomo88-getting-started-guide__card,
  .page-blog-thomo88-getting-started-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}