
      .page-3winlink {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #333333;
        line-height: 1.6;
        background-color: #f8f9fa;
      }

      .page-3winlink__hero-section {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: #2563eb;
        padding-top: 10px; /* Small top padding, relying on body for header offset */
        padding-bottom: 40px;
        overflow: hidden;
      }

      .page-3winlink__hero-image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
      }

      .page-3winlink__hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 8px;
        margin: 0 auto 20px;
        max-width: 1200px;
      }

      .page-3winlink__hero-content {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 15px;
        color: #ffffff;
      }

      .page-3winlink__hero-title {
        font-size: 2.8em;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      }

      .page-3winlink__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
      }

      .page-3winlink__cta-button {
        display: inline-block;
        background-color: #f39c12;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-3winlink__cta-button:hover {
        background-color: #e67e22;
        transform: translateY(-2px);
      }

      .page-3winlink__sticky-promo-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #e74c3c;
        color: #ffffff;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-3winlink__sticky-promo-button:hover {
        background-color: #c0392b;
        transform: translateY(-2px);
      }

      .page-3winlink__section {
        padding: 50px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
      }

      .page-3winlink__section:first-of-type {
        margin-top: -30px;
      }

      .page-3winlink__section-title {
        font-size: 2.2em;
        color: #2563eb;
        margin-bottom: 30px;
        font-weight: 700;
      }

      .page-3winlink__section-subtitle {
        font-size: 1.1em;
        color: #64748b;
        margin-bottom: 40px;
      }

      .page-3winlink__game-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 40px;
      }

      .page-3winlink__game-card {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #e0e0e0;
      }

      .page-3winlink__game-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
      }

      .page-3winlink__game-card-image-wrapper {
        width: 100%;
        height: 200px;
        overflow: hidden;
      }

      .page-3winlink__game-card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .page-3winlink__game-card-content {
        padding: 25px;
      }

      .page-3winlink__game-card-title {
        font-size: 1.5em;
        color: #2563eb;
        margin-bottom: 10px;
        font-weight: 600;
      }

      .page-3winlink__game-card-description {
        font-size: 0.95em;
        color: #64748b;
        margin-bottom: 20px;
      }

      .page-3winlink__game-card-button {
        display: inline-block;
        background-color: #64748b;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
        transition: background-color 0.3s ease;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-3winlink__game-card-button:hover {
        background-color: #475569;
      }

      .page-3winlink__advantages-list {
        list-style: none;
        padding: 0;
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        text-align: left;
      }

      .page-3winlink__advantage-item {
        background-color: #e0f2f7;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border-left: 5px solid #2563eb;
      }

      .page-3winlink__advantage-item h3 {
        color: #2563eb;
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 10px;
      }

      .page-3winlink__advantage-item p {
        color: #475569;
        font-size: 0.95em;
        margin-bottom: 0;
      }

      .page-3winlink__how-to-register {
        text-align: left;
      }

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

      .page-3winlink__step-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
        background-color: #f0f8ff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      }

      .page-3winlink__step-number {
        background-color: #2563eb;
        color: #ffffff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        font-weight: bold;
        flex-shrink: 0;
        margin-right: 20px;
      }

      .page-3winlink__step-content h3 {
        color: #2563eb;
        font-size: 1.4em;
        margin-top: 0;
        margin-bottom: 8px;
      }

      .page-3winlink__step-content p {
        color: #475569;
        font-size: 1em;
        margin-bottom: 0;
      }

      .page-3winlink__download-app-section {
        background-color: #64748b;
        color: #ffffff;
        padding: 60px 20px;
        margin-top: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }

      .page-3winlink__download-app-content {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
      }

      .page-3winlink__download-app-title {
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: 700;
      }

      .page-3winlink__download-app-description {
        font-size: 1.1em;
        margin-bottom: 30px;
      }

      .page-3winlink__download-button-group {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      .page-3winlink__download-button {
        display: inline-flex;
        align-items: center;
        background-color: #f39c12;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-3winlink__download-button:hover {
        background-color: #e67e22;
        transform: translateY(-2px);
      }

      .page-3winlink__download-button svg {
        margin-right: 10px;
      }

      .page-3winlink__faq-section {
        text-align: left;
      }

      details.page-3winlink__faq-item {
        margin-bottom: 15px;
        border-radius: 5px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        background: #fff;
      }
      details.page-3winlink__faq-item summary.page-3winlink__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-3winlink__faq-item summary.page-3winlink__faq-question::-webkit-details-marker {
        display: none;
      }
      details.page-3winlink__faq-item summary.page-3winlink__faq-question:hover {
        background: #f5f5f5;
      }
      .page-3winlink__faq-qtext {
        flex: 1;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        color: #333333;
      }
      .page-3winlink__faq-toggle {
        font-size: 24px;
        font-weight: bold;
        color: #666;
        flex-shrink: 0;
        margin-left: 15px;
        width: 28px;
        text-align: center;
      }
      details.page-3winlink__faq-item .page-3winlink__faq-answer {
        padding: 0 20px 20px;
        background: #f9f9f9;
        border-radius: 0 0 5px 5px;
        color: #475569;
      }

      .page-3winlink__text-block {
        text-align: left;
        color: #333333;
        margin-bottom: 20px;
      }

      .page-3winlink__text-block h2, .page-3winlink__text-block h3, .page-3winlink__text-block h4 {
        color: #2563eb;
        margin-top: 30px;
        margin-bottom: 15px;
      }

      .page-3winlink__text-block p {
        margin-bottom: 15px;
      }

      .page-3winlink__text-block ul {
        list-style: disc inside;
        padding-left: 20px;
      }

      .page-3winlink__text-block li {
        margin-bottom: 8px;
        color: #475569;
      }

      .page-3winlink__internal-link {
        color: #2563eb;
        text-decoration: underline;
        font-weight: 500;
      }

      .page-3winlink__internal-link:hover {
        color: #1a4ed8;
      }

      @media (max-width: 1024px) {
        .page-3winlink__hero-title {
          font-size: 2.5em;
        }
        .page-3winlink__section-title {
          font-size: 2em;
        }
        .page-3winlink__download-app-title {
          font-size: 2.2em;
        }
        .page-3winlink__game-categories {
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
      }

      @media (max-width: 768px) {
        .page-3winlink__hero-section {
          padding-bottom: 30px;
        }
        .page-3winlink__hero-title {
          font-size: 2em;
        }
        .page-3winlink__hero-description {
          font-size: 1em;
        }
        .page-3winlink__cta-button {
          padding: 12px 25px;
          font-size: 1em;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
        }
        .page-3winlink__sticky-promo-button {
          bottom: 15px;
          right: 15px;
          padding: 10px 20px;
          font-size: 0.9em;
        }
        .page-3winlink__section {
          padding: 30px 15px;
          margin-bottom: 20px;
        }
        .page-3winlink__section-title {
          font-size: 1.8em;
        }
        .page-3winlink__game-categories {
          grid-template-columns: 1fr;
          gap: 20px;
        }
        .page-3winlink__game-card-image-wrapper {
          height: 180px;
        }
        .page-3winlink__advantages-list {
          grid-template-columns: 1fr;
        }
        .page-3winlink__step-item {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }
        .page-3winlink__step-number {
          margin-right: 0;
          margin-bottom: 15px;
        }
        .page-3winlink__step-content h3 {
          font-size: 1.2em;
        }
        .page-3winlink__download-app-section {
          padding: 40px 15px;
        }
        .page-3winlink__download-app-title {
          font-size: 2em;
        }
        .page-3winlink__download-button-group {
          flex-direction: column;
          gap: 15px;
        }
        .page-3winlink__download-button {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
        }
        details.page-3winlink__faq-item summary.page-3winlink__faq-question { padding: 15px; }
        .page-3winlink__faq-qtext { font-size: 15px; }
        details.page-3winlink__faq-item .page-3winlink__faq-answer {
          padding: 0 15px 15px;
        }
        .page-3winlink img {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
        }
        .page-3winlink__section,
        .page-3winlink__game-card,
        .page-3winlink__advantage-item,
        .page-3winlink__step-item,
        .page-3winlink__download-app-section,
        details.page-3winlink__faq-item,
        .page-3winlink__text-block {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
        }
        .page-3winlink__text-block ul,
        .page-3winlink__text-block ol {
          padding-left: 0 !important;
        }
        .page-3winlink__text-block li {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
        }
      }
    