
    .page-gom-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-gom-login__hero-section {
      position: relative;
      width: 100%;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, rely on body padding for header offset */
    }

    .page-gom-login__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.7);
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-gom-login__hero-content {
      z-index: 1;
      padding: 20px;
      max-width: 800px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-gom-login__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__hero-content p {
      font-size: 1.2em;
      margin-bottom: 30px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-gom-login__button {
      background-color: #ffcc00;
      color: #000;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-gom-login__button:hover {
      background-color: #e6b800;
    }

    .page-gom-login__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
    }

    .page-gom-login__section h2 {
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 30px;
      color: #0056b3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__text-content p {
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-gom-login__feature-item {
      background-color: #e0f7fa;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-gom-login__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-gom-login__feature-item img {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .page-gom-login__feature-item h3 {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__feature-item p {
      font-size: 1em;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__product-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-gom-login__product-card {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-gom-login__product-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #ddd;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-gom-login__product-card h3 {
      font-size: 1.4em;
      margin: 15px 10px;
      color: #333;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-gom-login__step-item {
      background-color: #fff3e0;
      margin-bottom: 15px;
      padding: 20px;
      border-left: 5px solid #ff9800;
      border-radius: 5px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-gom-login__step-item h3 {
      font-size: 1.5em;
      color: #d35400;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__step-item p {
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-gom-login__promotion-card {
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-gom-login__promotion-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-gom-login__promotion-content {
      padding: 20px;
    }

    .page-gom-login__promotion-content h3 {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #28a745;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__promotion-content p {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-gom-login__faq-section h2 {
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 30px;
      color: #0056b3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-gom-login__faq-question {
      background-color: #f0f0f0;
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-gom-login__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-gom-login__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-gom-login__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-gom-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      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-gom-login__faq-item.active .page-gom-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-gom-login__faq-item.active .page-gom-login__faq-question {
      background-color: #e0e0e0;
    }

    .page-gom-login__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-gom-login__floating-button {
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      text-align: center;
      min-width: 120px;
      box-sizing: border-box;
    }

    .page-gom-login__floating-button--register {
      background-color: #28a745;
    }

    .page-gom-login__floating-button--register:hover {
      background-color: #218838;
      transform: translateY(-2px);
    }

    .page-gom-login__floating-button--login {
      background-color: #007bff;
    }

    .page-gom-login__floating-button--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-gom-login__hero-content h1 {
        font-size: 2em;
      }

      .page-gom-login__hero-content p {
        font-size: 1em;
      }

      .page-gom-login__cta-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-gom-login__button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }

      .page-gom-login__section h2,
      .page-gom-login__faq-section h2 {
        font-size: 1.8em;
      }

      .page-gom-login__features-grid,
      .page-gom-login__product-gallery,
      .page-gom-login__promotions-grid {
        grid-template-columns: 1fr;
      }

      .page-gom-login__feature-item,
      .page-gom-login__product-card,
      .page-gom-login__promotion-card,
      .page-gom-login__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
      }

      .page-gom-login__feature-item img,
      .page-gom-login__product-card img,
      .page-gom-login__promotion-card img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-gom-login__faq-question h3 {
        font-size: 1em;
      }

      .page-gom-login__faq-answer p {
        font-size: 0.9em;
      }

      .page-gom-login__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        bottom: 15px;
        gap: 10px;
      }

      .page-gom-login__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 1em;
        min-width: unset;
      }

      .page-gom-login__text-content p,
      .page-gom-login__feature-item p,
      .page-gom-login__product-card h3,
      .page-gom-login__step-item h3,
      .page-gom-login__step-item p,
      .page-gom-login__promotion-content h3,
      .page-gom-login__promotion-content p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-gom-login__hero-section {
        min-height: 300px;
      }

      .page-gom-login__hero-content h1 {
        font-size: 1.8em;
      }

      .page-gom-login__hero-content p {
        font-size: 0.9em;
      }

      .page-gom-login__section,
      .page-gom-login__faq-section {
        padding: 20px 15px;
      }

      .page-gom-login__floating-buttons {
        width: calc(100% - 30px);
        gap: 8px;
        bottom: 10px;
      }

      .page-gom-login__floating-button {
        padding: 8px 10px;
        font-size: 0.9em;
      }
    }
  