


body {background-color: var(--surface-top, #faf6f0);color: rgba(42,33,24,1);margin: 0;padding: 0;outline-offset:0;user-select:auto}

        @media (min-width: 768px) {
            .hb-container {max-width: 960px;margin: auto}
        }

        .hb-btn {display: inline-block;font-size: 16px;border-radius: 5px;border: none;text-decoration: none;padding: 10px 20px}

        .hb-btn-primary {background-color: #243b55;color: #ffffff}

        .hb-btn-primary:hover {color: #ffffff;background-color: rgba(201,168,76,1)}

        .hb-btn-success {color: #fff;background-color: #416a55}

        .hb-btn-success:hover {background-color: #355a44;color: rgba(255,255,255,1)}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }

        .hb-faq-container {max-width: 800px;margin: 0 auto}

        .hb-faq-item {border-radius: 8px;padding: 20px;background-color: rgba(255, 255, 255, 0.58);border: 1px solid rgba(36, 59, 85, 0.22)}

        .hb-faq-question {margin-bottom: 10px;color: #2a2118;font-size: 1.25rem;font-weight: 600}

        .hb-faq-answer {line-height: 1.6;color: #5c5348;margin-bottom: 0}

        .hb-mb-4 {
            margin-bottom: 1.5rem !important;
        }


body {color: #2a2118;margin: 0;padding: 0;background-color: var(--surface-top, #faf6f0)}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {border-radius: 5px;display: inline-block;text-decoration: none;font-size: 16px;padding: 10px 20px;border: none}

        .hb-btn-primary {background-color: #243b55;color: rgba(255,255,255,1)}

        .hb-btn-primary:hover {background-color: #c9a84c;color: rgba(255,255,255,1)}

        .hb-btn-success {color: #fff;background-color: #416a55}

        .hb-btn-success:hover {background-color: rgba(53,90,68,1);color: #fff}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .login-methods-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));margin-top: 40px;gap: 25px}
        
        .login-method-card {transition: all 0.3s ease;text-align: center;padding: 25px;background-color: rgba(255, 255, 255, 0.58);border: 2px solid rgba(36, 59, 85, 0.22);border-radius: 12px}
        
        .login-method-card:hover {transform: translateY(-5px);border-color: #243b55;box-shadow: 0 8px 20px rgba(65, 106, 85, 0.22)}
        
        .login-method-icon {display: block;font-size: 42px;margin-bottom: 15px}
        
        .login-method-card h3 {font-size: 20px;margin-bottom: 12px;color: #2a2118}
        
        .login-method-card p {margin-bottom: 15px;line-height: 1.6;font-size: 14px;color: #5c5348}
        
        .guest-login-box {padding: 30px;text-align: center;border-radius: 12px;margin: 40px 0;background-color: rgba(232, 220, 198, 0.35)}
        
        .guest-login-box h3 {color: #416a55;margin-bottom: 20px}
        
        .guest-login-box p {font-size: 16px;margin-bottom: 15px;color: #2a2118;line-height: 1.8}
        
        @media (max-width: 768px) {
            .login-methods-grid {
                grid-template-columns: 1fr;
            }
        }


body {margin: 0;padding: 0;color: rgb(42,33,24);background-color: var(--surface-top, #faf6f0)}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {display: inline-block;border-radius: 5px;border: none;text-decoration: none;font-size: 16px;padding: 10px 20px}

        .hb-btn-primary {color: #ffffff;background-color: #243b55}

        .hb-btn-primary:hover {color: rgba(255,255,255,1);background-color: rgba(201,168,76,1)}

        .hb-btn-success {color: #fff;background-color: rgb(65,106,85)}

        .hb-btn-success:hover {background-color: #355a44;color: rgba(255,255,255,1)}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .registration-methods-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));margin-top: 40px;gap: 30px}
        
        .registration-method-card {transition: all 0.3s ease;border: 2px solid rgba(36, 59, 85, 0.22);text-align: center;padding: 30px;border-radius: 12px;background-color: rgba(255, 255, 255, 0.58)}
        
        .registration-method-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(65, 106, 85, 0.2);border-color: #416a55}
        
        .registration-method-icon {margin-bottom: 20px;font-size: 48px;display: block}
        
        .registration-method-card h3 {font-size: 22px;color: #2a2118;margin-bottom: 15px}
        
        .registration-method-card p {margin-bottom: 15px;color: #5c5348;line-height: 1.6}
        
        .registration-details {text-align: left;border-radius: 8px;padding: 15px;background-color: rgba(232, 220, 198, 0.35);margin-bottom: 20px}
        
        .registration-details p {margin-bottom: 8px;color: #2a2118;font-size: 14px}
        
        .registration-details strong {
            color: #416a55;
        }
        
        .registration-steps {padding: 30px;border-radius: 12px;margin: 30px 0;background-color: rgba(232, 220, 198, 0.35)}
        
        .registration-steps h3 {margin-bottom: 20px;color: #416a55}
        
        .registration-steps ol {line-height: 2;color: #2a2118;padding-left: 20px}
        
        .registration-steps li {
            margin-bottom: 10px;
        }
        
        @media (max-width: 768px) {
            .registration-methods-grid {
                grid-template-columns: 1fr;
            }
        }


body {background-color: var(--surface-top, #faf6f0);color: #2a2118;margin: 0;padding: 0}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {font-size: 16px;border-radius: 5px;display: inline-block;text-decoration: none;border: none;padding: 10px 20px}

        .hb-btn-primary {color: #ffffff;background-color: #243b55}

        .hb-btn-primary:hover {background-color: rgb(201,168,76);color: #ffffff}

        .hb-btn-success {background-color: rgb(65,106,85);color: rgb(255,255,255)}

        .hb-btn-success:hover {background-color: #355a44;color: rgb(255,255,255)}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .feedback-categories-grid {grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));display: grid;gap: 30px;margin-top: 40px}
        
        .feedback-category-card {padding: 30px;text-align: center;border: 2px solid rgba(36, 59, 85, 0.22);background-color: rgba(255, 255, 255, 0.58);transition: all 0.3s ease;border-radius: 12px}
        
        .feedback-category-card:hover {box-shadow: 0 8px 20px rgba(65, 106, 85, 0.22);transform: translateY(-5px);border-color: #243b55}
        
        .feedback-category-icon {margin-bottom: 20px;display: block;font-size: 48px}
        
        .feedback-category-card h3 {margin-bottom: 15px;color: #2a2118;font-size: 22px}
        
        .feedback-category-card p {color: #5c5348;line-height: 1.6;margin-bottom: 15px}
        
        .contact-info-box {margin: 30px 0;padding: 30px;text-align: center;border-radius: 12px;background-color: rgba(232, 220, 198, 0.35)}
        
        .contact-info-box h3 {color: #416a55;margin-bottom: 20px}
        
        .contact-info-box p {margin-bottom: 15px;font-size: 16px;color: #2a2118;line-height: 1.8}
        
        @media (max-width: 768px) {
            .feedback-categories-grid {
                grid-template-columns: 1fr;
            }
        }


body {background-color: var(--surface-top, #faf6f0);padding: 0;margin: 0;color: #2a2118}

        @media (min-width: 768px) {
            .hb-container {margin: auto;max-width: 960px}
        }

        .hb-btn {border-radius: 5px;display: inline-block;text-decoration: none;padding: 10px 20px;font-size: 16px;border: none}

        .hb-btn-primary {color: rgb(255,255,255);background-color: #243b55}

        .hb-btn-primary:hover {color: rgba(255,255,255,1);background-color: #c9a84c}

        .hb-btn-success {background-color: #416a55;color: rgb(255,255,255)}

        .hb-btn-success:hover {color: #fff;background-color: #355a44}

        .hb-rounded-2 {
            border-radius: 2px;
        }

        .hb-text-center {
            text-align: center;
        }

        .text-white {
            color: #faf6f0;
        }
        
        .contact-methods-grid {margin-top: 40px;gap: 30px;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));display: grid}
        
        .contact-method-card {padding: 30px;transition: all 0.3s ease;background-color: rgba(255, 255, 255, 0.58);border: 2px solid rgba(36, 59, 85, 0.22);text-align: center;border-radius: 12px}
        
        .contact-method-card:hover {box-shadow: 0 8px 20px rgba(65, 106, 85, 0.22);transform: translateY(-5px);border-color: #243b55}
        
        .contact-method-icon {display: block;font-size: 48px;margin-bottom: 20px}
        
        .contact-method-card h3 {color: #2a2118;font-size: 22px;margin-bottom: 15px}
        
        .contact-method-card p {margin-bottom: 15px;color: #5c5348;line-height: 1.6}
        
        .contact-details {text-align: left;margin-bottom: 20px;background-color: rgba(232, 220, 198, 0.35);padding: 15px;border-radius: 8px}
        
        .contact-details p {margin-bottom: 8px;color: rgba(42,33,24,1);font-size: 14px}
        
        .contact-details strong {
            color: #416a55;
        }
        
        @media (max-width: 768px) {
            .contact-methods-grid {
                grid-template-columns: 1fr;
            }
        }

.page-intro {
  margin: 30px 0;
}

.lead-copy {font-size: 18px;line-height: 1.8}

.lead-copy--accent,
.text-accent-bold {font-weight: 700;color: #416a55}

.section-heading {
  margin-bottom: 40px;
}

.section-heading--compact {
  margin-bottom: 30px;
}

.narrow-prose {margin: 0 auto;max-width: 800px}

.ordered-steps {margin: 0 auto;max-width: 700px}

.prose-copy {margin-bottom: 20px;line-height: 1.8;font-size: 16px}

.mt-20 {
  margin-top: 20px;
}

.hb-themed-link {color: rgba(65,106,85,1);text-decoration: none}

.feedback-examples {border-radius: 8px;text-align: left;margin-top: 15px;background-color: rgba(232, 220, 198, 0.35);padding: 15px}

.example-title {font-size: 14px;margin-bottom: 5px;color: #2a2118}

.example-line {color: rgba(92,83,72,1);margin-bottom: 3px;font-size: 13px}

.example-line--last {
  margin-bottom: 0;
}

.map-frame {
  border: 0;
}


.hb-download-hero .hb-hero-lead {line-height: 1.65;font-size: 1rem;margin-bottom: 1rem}

.hb-hero-cta-wrap {margin: 1.25rem 0 1.5rem;text-align: center}

.hb-hero-banner {width: fit-content;margin: 0 auto 1.25rem;max-width: 100%;display: block}

.hb-download-hero .hb-hero-banner img,
.hb-download-hero .hb-hero-banner img.hb-img-fluid,
.hb-hero-banner img,
.hb-hero-banner img.hb-img-fluid {margin: 0 auto;max-width: 100% !important;display: block;width: auto !important;height: auto !important}

.hb-app-spec-table {border-collapse: collapse;background: rgba(255, 255, 255, 0.78);width: 100%;border: 1px solid rgba(36, 59, 85, 0.22);border-radius: 8px;overflow: hidden;margin: 0 auto 1rem;font-size: 0.95rem}

.hb-app-spec-table th,
.hb-app-spec-table td {padding: 10px 12px;border-bottom: 1px solid rgba(36, 59, 85, 0.14);text-align: left}

.hb-app-spec-table th {width: 38%;font-weight: 700;background: rgba(232, 220, 198, 0.45);color: #2a2118}

.hb-app-spec-table tr:last-child th,
.hb-app-spec-table tr:last-child td {
  border-bottom: 0;
}

.hb-page-toc-wrap {box-shadow: 0 6px 22px rgba(26, 38, 53, 0.08);background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(228, 252, 250, 0.88) 100%);padding: 0;border: 1px solid rgba(36, 59, 85, 0.2);overflow: hidden;margin-bottom: 1.25rem;border-radius: 14px}

.hb-page-toc-details summary {
  list-style: none;
}

.hb-page-toc-details summary::-webkit-details-marker {
  display: none;
}

.hb-page-toc-summary {border-bottom: 2px solid transparent;user-select: none;cursor: pointer;align-items: center;transition: background 0.15s ease, border-color 0.15s ease;-webkit-tap-highlight-color: transparent;display: flex;justify-content: space-between;padding: 1rem 1rem 1rem 1.1rem;gap: 0.75rem}

.hb-page-toc-summary:hover,
.hb-page-toc-summary:focus-visible {outline: none;background: rgba(232, 220, 198, 0.35)}

.hb-page-toc-details[open] .hb-page-toc-summary {border-bottom-color: rgba(65, 106, 85, 0.35);background: rgba(232, 220, 198, 0.2)}

.hb-page-toc-summary__text {font-size: 1.05rem;color: #2a2118;font-weight: 800;letter-spacing: 0.02em}

.hb-page-toc-summary__hint {font-weight: 700;font-size: 0.72rem;flex: 0 0 auto;opacity: 0.9;color: #c9a84c;text-transform: uppercase;letter-spacing: 0.04em}

.hb-page-toc-details[open] .hb-page-toc-summary__hint {
  display: none;
}

.hb-page-toc-summary::after {width: 10px;flex: 0 0 10px;transition: transform 0.2s ease;content: "";height: 10px;transform: rotate(45deg) translateY(-2px);border-right: 2.5px solid #243b55;margin-left: 0.25rem;border-bottom: 2.5px solid #243b55}

.hb-page-toc-details[open] .hb-page-toc-summary::after {
  transform: rotate(-135deg) translateY(2px);
}

.hb-page-toc {line-height: 1.85;padding: 0.65rem 1rem 1.1rem 1.85rem;margin: 0}

.hb-page-toc li {
  margin-bottom: 0.2rem;
}

.hb-page-toc li::marker {font-weight: 700;color: #416a55}

.hb-page-toc a {color: #243b55;border-bottom: 1px solid transparent;font-weight: 600;transition: color 0.15s ease, border-color 0.15s ease;text-decoration: none}

.hb-page-toc a:hover,
.hb-page-toc a:focus-visible {border-bottom-color: rgba(65, 106, 85, 0.45);color: #c9a84c;outline: none}


.hb-content-section {box-shadow: 0 4px 18px rgba(26, 38, 53, 0.06);border: 1px solid rgba(36, 59, 85, 0.18);position: relative;background: rgba(255, 255, 255, 0.88);border-radius: 14px;padding: 1.15rem 1.05rem 1.25rem;margin-bottom: 0.75rem}

.hb-content-section::before {opacity: 0.85;right: 0;height: 3px;top: 0;content: "";left: 0;position: absolute;background: linear-gradient(90deg, #004f4c, #416a55, #c9a84c);border-radius: 14px 14px 0 0}

.hb-content-section h2 {margin-top: 0.15rem;font-size: 1.2rem;font-weight: 800;line-height: 1.3;flex-wrap: wrap;border-left: 4px solid #416a55;align-items: center;margin-bottom: 0.75rem;display: flex;padding-left: 0.35rem;gap: 0.5rem;color: rgb(42,33,24)}

.hb-content-section h3 {margin-top: 1.1rem;margin-bottom: 0.35rem;color: #243b55;font-size: 1.02rem;font-weight: 700}

.hb-content-section h3:first-child {
  margin-top: 0;
}

.hb-content-section p {color: rgb(45,74,66);line-height: 1.72;font-size: 0.97rem;margin-bottom: 0.75rem}

.hb-content-section p:last-child {
  margin-bottom: 0;
}

.hb-content-section .hb-themed-link {
  font-weight: 700;
}


.hb-feature-list {border-radius: 10px;overflow: hidden;border: 1px solid rgba(36, 59, 85, 0.12);margin-top: 0.5rem}

.hb-feature-list h3 {font-size: 0.98rem;margin: 0;padding: 0.65rem 0.75rem;border-bottom: 1px solid rgba(36, 59, 85, 0.1);background: rgba(232, 220, 198, 0.35)}

.hb-feature-list h3:nth-of-type(odd) {
  background: rgba(228, 252, 250, 0.55);
}

.hb-feature-list p {margin: 0;background: rgba(255, 255, 255, 0.65);color: #5c5348;padding: 0.55rem 0.75rem 0.75rem;border-bottom: 1px solid rgba(36, 59, 85, 0.08);font-size: 0.92rem}

.hb-feature-list p:last-child {
  border-bottom: 0;
}


.hb-promo-grid-lead {margin: 0 0 0.85rem;color: #5c5348;font-size: 0.92rem;line-height: 1.65}

.hb-promo-photo-grid {max-width: 100%;gap: clamp(0.55rem, 2vw, 0.85rem);box-sizing: border-box;grid-template-columns: repeat(2, minmax(0, 1fr));display: grid;width: 100%}

.hb-promo-photo-cell {max-width: 100%;justify-content: center;display: flex;align-items: flex-start;min-width: 0}

.hb-promo-photo-frame {background: none;flex-direction: column;display: inline-flex;padding: 0;box-sizing: border-box;min-height: 0;max-width: 100%;border: 0;border-radius: 0;box-shadow: none;margin: 0;width: fit-content;align-items: center}

.hb-promo-photo-frame picture {width: fit-content;max-width: 100%;font-size: 0;padding: 0;background: rgba(244, 252, 251, 0.95);display: block;box-sizing: border-box;margin: 0;border: 1px solid rgba(36, 59, 85, 0.14);border-radius: 12px;overflow: hidden;box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);line-height: 0}

.hb-promo-photo-frame picture img,
.hb-promo-photo-frame > img {vertical-align: top;margin: 0;height: auto !important;max-width: 100% !important;width: auto !important;border-radius: 0;display: block;box-sizing: border-box;padding: 0;box-shadow: none}

.hb-promo-photo-frame figcaption {color: #243b55;font-weight: 800;font-size: 0.72rem;word-break: break-word;margin: 0;line-height: 1.25;letter-spacing: 0.03em;text-transform: uppercase;text-align: center;padding: 0.4rem 0 0}


.screenshot-grid {display: grid;gap: 1rem;grid-template-columns: 1fr;margin-top: 0.85rem}

.screenshot-grid figure {border: 1px solid rgba(36, 59, 85, 0.14);text-align: center;background: rgba(244, 252, 251, 0.95);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);border-radius: 12px;padding: 0.65rem;margin: 0}

.screenshot-grid img {box-shadow: 0 6px 16px rgba(26, 38, 53, 0.12);border-radius: 10px}

.screenshot-grid figcaption {font-size: 0.82rem;margin-top: 0.55rem;letter-spacing: 0.02em;text-transform: uppercase;color: #243b55;font-weight: 800}


.hb-review-quote {background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(228, 252, 250, 0.5));padding: 1rem 1rem 1rem 1.1rem;border: 1px solid rgba(65, 106, 85, 0.22);border-radius: 0 12px 12px 0;margin: 0.85rem 0;border-left: 4px solid #416a55;box-shadow: 0 2px 12px rgba(26, 38, 53, 0.05)}

.hb-review-quote p {color: #2d4a42;font-style: italic;margin-bottom: 0.45rem}

.hb-review-quote cite {font-size: 0.86rem;font-style: normal;display: block;color: #c9a84c}


.hb-step-list {padding: 0.5rem 0.5rem 0.5rem 2.35rem;margin: 0.65rem 0 1rem;background: rgba(232, 220, 198, 0.22);line-height: 1.8;list-style: decimal;border-radius: 10px;border: 1px dashed rgba(36, 59, 85, 0.2)}

.hb-step-list li {color: #2d4a42;padding-left: 0.25rem;margin-bottom: 0.35rem}

.hb-step-list li::marker {color: #416a55;font-weight: 800}


.hb-safety-list {margin: 0.65rem 0 0;padding: 0.75rem 0.85rem 0.85rem 2.2rem;background: rgba(255, 243, 205, 0.35);border: 1px solid rgba(255, 193, 7, 0.35);line-height: 1.75;border-radius: 10px}

.hb-safety-list li {margin-bottom: 0.4rem;color: #4a3d1a}

.hb-safety-list li:last-child {
  margin-bottom: 0;
}


.hb-content-section picture {max-width: 100%;width: fit-content;display: block;margin: 1rem auto 0;text-align: center}

.hb-content-section picture img,
.hb-content-section > img {height: auto;border-radius: 12px;display: block;width: auto;margin: 0 auto;max-width: 100%;box-shadow: 0 8px 24px rgba(26, 38, 53, 0.1)}

.hb-content-section picture img.hb-img-fluid,
.hb-content-section > img.hb-img-fluid,
.hb-content-section .hb-img-fluid {max-width: 100% !important;width: auto !important;height: auto !important}


#promo-app .hb-promo-photo-frame picture {max-width: 100%;width: fit-content;text-align: left;margin: 0}

#promo-app .hb-promo-photo-frame picture img {margin: 0;border-radius: 0;max-width: 100% !important;box-shadow: none;width: auto !important;height: auto !important}


.hb-content-section .hb-hero-cta-wrap {
  margin-top: 1rem;
}

@media (min-width: 480px) {
  .screenshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screenshot-grid figure:last-child:nth-child(odd) {margin-left: auto;grid-column: 1 / -1;max-width: 320px;margin-right: auto}
}

@media (min-width: 768px) {
  .hb-content-section {
    padding: 1.25rem 1.35rem 1.35rem;
  }

  .hb-content-section h2 {
    font-size: 1.28rem;
  }
}

.hb-me-2 {
  margin-right: 0.5rem !important;
}


#politica-privacidade.hb-container {padding-top: clamp(0.45rem, 1.4vw, 0.7rem);padding-bottom: clamp(0.18rem, 0.7vw, 0.32rem)}

#termos-condicoes.hb-container {padding-top: clamp(0.18rem, 0.7vw, 0.32rem);padding-bottom: clamp(0.5rem, 1.6vw, 0.85rem)}



h1,h2,h3{margin-bottom:.5rem;margin-top:0;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}:root{--bs-link-color:#2c5282;--bs-form-valid-border-color:#416a55;--bs-black:#1a1919;--bs-light:#f8f9fa;--bs-black-rgb:0,0,0;--bs-teal:rgba(32,201,151,1);--bs-danger:rgba(220,53,69,1);--bs-gray:#6c757d;--bs-secondary:#6c757d;--bs-focus-ring-width:0.25rem;--bs-success:#416a55;--bs-secondary-text-emphasis:#2b2f32;--bs-border-radius:0.375rem;--bs-light-bg-subtle:#fcfcfd;--bs-link-hover-color:#c9a84c;--bs-emphasis-color:rgba(26,25,25,1);--bs-info:#0dcaf0;--bs-gray-700:#495057;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-cyan:rgb(13,202,240);--bs-danger-border-subtle:rgba(241,174,181,1);--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-border-color:#dee2e6;--bs-warning:#ffc107;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-form-invalid-color:#dc3545;--bs-gray-dark:#343a40;--bs-gray-300:#dee2e6;--bs-warning-rgb:255,193,7;--bs-tertiary-bg:#f8f9fa;--bs-secondary-bg-subtle:#e2e3e5;--bs-link-color-rgb:44,82,130;--bs-purple:#6f42c1;--bs-secondary-bg:#e9ecef;--bs-green:#416a55;--bs-gray-100:rgba(248,249,250,1);--bs-warning-border-subtle:#ffe69c;--bs-body-bg:rgb(255,255,255);--bs-indigo:rgba(102,16,242,1);--bs-primary:#243b55;--bs-info-border-subtle:rgb(158,234,249);--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dark:#212529;--bs-border-radius-sm:0.25rem;--bs-primary-text-emphasis:rgba(2,18,41,1);--bs-border-style:solid;--bs-success-border-subtle:#a3cfbb;--bs-white:#fff;--bs-body-bg-rgb:255,255,255;--bs-secondary-color-rgb:33,37,41;--bs-success-bg-subtle:#d1e7dd;--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-pink:rgb(214,51,132);--bs-gray-200:#e9ecef;--bs-dark-bg-subtle:#ced4da;--bs-gray-800:#343a40;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-body-line-height:1.5;--bs-primary-rgb:36,59,85;--bs-dark-border-subtle:#adb5bd;--bs-gray-500:#adb5bd;--bs-success-rgb:65,106,85;--bs-link-decoration:underline;--bs-border-width:1px;--bs-white-rgb:255,255,255;--bs-blue:#243b55;--bs-border-radius-xl:1rem;--bs-form-invalid-border-color:#dc3545;--bs-info-text-emphasis:#055160;--bs-info-rgb:13,202,240;--bs-light-border-subtle:#e9ecef;--bs-primary-border-subtle:rgb(158,197,254);--bs-primary-bg-subtle:#cfe2ff;--bs-gray-600:#6c757d;--bs-form-valid-color:#416a55;--bs-secondary-bg-rgb:233,236,239;--bs-yellow:#ffc107;--bs-body-font-size:1rem;--bs-warning-bg-subtle:rgba(255,243,205,1);--bs-danger-bg-subtle:rgb(248,215,218);--bs-info-bg-subtle:rgb(207,244,252);--bs-focus-ring-color:rgba(36, 59, 85, 0.25);--bs-orange:#fd7e14;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-gray-900:#212529;--bs-border-radius-pill:50rem;--bs-red:#dc3545;--bs-tertiary-color-rgb:33,37,41;--bs-success-text-emphasis:#0a3622;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-danger-text-emphasis:rgba(88,21,28,1);--bs-secondary-border-subtle:rgb(196,200,203);--bs-dark-text-emphasis:#495057;--bs-warning-text-emphasis:#664d03;--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-heading-color:inherit;--bs-body-color:rgba(33,37,41,1);--bs-gray-400:rgba(206,212,218,1);--bs-focus-ring-opacity:0.25;--bs-tertiary-bg-rgb:248,249,250;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-link-hover-color-rgb:201,168,76;--bs-light-text-emphasis:#495057;--bs-border-radius-lg:0.5rem;--bs-emphasis-color-rgb:0,0,0;--bs-border-radius-xxl:2rem;--bs-secondary-rgb:108,117,125;--bs-danger-rgb:220,53,69;--bs-body-color-rgb:33,37,41;--bs-body-font-family:var(--bs-font-sans-serif);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-dark-rgb:33,37,41;--bs-light-rgb:248,249,250;--bs-body-font-weight:400}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);line-height:var(--bs-body-line-height);margin:0;font-weight:var(--bs-body-font-weight);color:var(--bs-body-color);background-color:var(--bs-body-bg);text-align:var(--bs-body-text-align);font-size:var(--bs-body-font-size);-webkit-text-size-adjust:100%}h1,h2,h3,h4{margin-top:0;line-height:1.2;margin-bottom:.5rem;color:var(--bs-heading-color);font-weight:500}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}p{margin-top:0;margin-bottom:1rem}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}img{vertical-align:middle}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{-webkit-appearance:button;font:inherit}.hb-img-fluid{max-width:100%;height:auto}.hb-container{margin-left:auto;margin-right:auto;width:100%;--bs-gutter-y:0;padding-right:calc(var(--bs-gutter-x) * .5);--bs-gutter-x:1.5rem;padding-left:calc(var(--bs-gutter-x) * .5)}@media (min-width:576px){.hb-container{max-width:540px}}@media (min-width:768px){.hb-container{max-width:720px}}@media (min-width:992px){.hb-container{max-width:960px}}@media (min-width:1200px){h4{font-size:1.5rem}.hb-container{max-width:1140px}}:root{--bs-breakpoint-md:768px;--bs-breakpoint-xs:0;--bs-breakpoint-lg:992px;--bs-breakpoint-sm:576px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.hb-row{margin-left:calc(-.5 * var(--bs-gutter-x));margin-top:calc(-1 * var(--bs-gutter-y));--bs-gutter-y:0;margin-right:calc(-.5 * var(--bs-gutter-x));flex-wrap:wrap;--bs-gutter-x:1.5rem;display:flex}.hb-row>*{padding-right:calc(var(--bs-gutter-x) * .5);max-width:100%;margin-top:var(--bs-gutter-y);width:100%;padding-left:calc(var(--bs-gutter-x) * .5);flex-shrink:0}.hb-col-12{width:100%;flex:0 0 auto}@media (min-width:992px){.col-lg-6{flex:0 0 auto;width:50%}}.hb-btn{--bs-btn-bg:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-font-weight:400;--bs-btn-font-size:1rem;font-weight:var(--bs-btn-font-weight);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);color:var(--bs-btn-color);text-align:center;--bs-btn-hover-border-color:transparent;background-color:var(--bs-btn-bg);vertical-align:middle;--bs-btn-border-width:var(--bs-border-width);--bs-btn-disabled-opacity:0.65;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);--bs-btn-padding-y:0.375rem;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);--bs-btn-line-height:1.5;--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);line-height:var(--bs-btn-line-height);border-radius:var(--bs-btn-border-radius);display:inline-block;--bs-btn-color:var(--bs-body-color);--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);--bs-btn-padding-x:0.75rem;text-decoration:none}.hb-btn-primary{--bs-btn-hover-bg:#c9a84c;--bs-btn-active-color:#fff;--bs-btn-active-border-color:#002e2c;--bs-btn-bg:#1a2635;--bs-btn-border-color:#1a2635;--bs-btn-disabled-bg:#1a2635;--bs-btn-hover-border-color:#1a2635;--bs-btn-color:#fff;--bs-btn-disabled-border-color:#1a2635;--bs-btn-disabled-color:#fff;--bs-btn-focus-shadow-rgb:26,38,53;--bs-btn-hover-color:#fff;--bs-btn-active-bg:#1a2635;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.hb-btn-success{--bs-btn-active-color:#fff;--bs-btn-focus-shadow-rgb:65,106,85;--bs-btn-active-border-color:#2d4a38;--bs-btn-disabled-color:#fff;--bs-btn-border-color:rgba(65,106,85,1);--bs-btn-bg:#416a55;--bs-btn-hover-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-color:#fff;--bs-btn-hover-border-color:rgb(53,90,68);--bs-btn-hover-bg:rgb(53,90,68);--bs-btn-disabled-bg:#416a55;--bs-btn-active-bg:#355a44;--bs-btn-disabled-border-color:#416a55}.hb-btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-border-radius:var(--bs-border-radius-lg);--bs-btn-font-size:1.25rem;--bs-btn-padding-x:1rem}.hb-d-flex{display:flex!important}.w-100{width:100%!important}.hb-justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.hb-align-items-center{align-items:center!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.hb-me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.hb-ms-3{margin-left:1rem!important}.hb-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.hb-py-5{padding-bottom:3rem!important;padding-top:3rem!important}.hb-text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-white{color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;--bs-text-opacity:1}.hb-bg-primary{background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;--bs-bg-opacity:1}.hb-rounded-2{border-radius:var(--bs-border-radius)!important}.hb-rounded-5{border-radius:var(--bs-border-radius-xxl)!important}body{background-color:#000;margin:0;color:#fff;padding:0}@media (min-width:768px){.hb-container{max-width:960px;margin:auto}}.hb-btn{color:#fff;text-decoration:none;border-radius:5px;border:none;padding:10px 20px;font-size:16px;display:inline-block}.hb-btn-primary{background-color:#1a2635}.hb-btn-success{background-color:rgba(65,106,85,1)}.hb-rounded-2{border-radius:2px}.hb-text-center{text-align:center}.text-white{color:#fff}

:root {--nav-accent-yellow: #ffaa09;--nav-accent-green: #04be02;--nav-top-bg: #000000;--site-header-height: var(--site-header-open);--site-header-closed: 58px;--site-header-open: calc(130px + env(safe-area-inset-top));--nav-main-bg: rgb(21,29,41);--brand-ocean: #2d3380;--site-header-gap: 8px;--nav-accent-blue: rgba(0,93,254,1);--nav-pad-x: 10px;--canvas-bg: #ad9dc7;--nav-wash: #e5def1;--surface-top: #f2eff7;--brand-ink: rgba(26,29,59,1);--canvas-bg-wide: #111436;--layout-max: 100%;--nav-text-muted: #adb6c4}
@media (min-width: 451px) {
  :root {
    --layout-max: min(100vw, calc(100vh * 750 / 1334));
  }
}
html { background: var(--canvas-bg); }
body {color: #2a2118 !important;overflow-x: hidden;position: relative;padding-top: calc(var(--site-header-height) + var(--site-header-gap)) !important;min-height: 100vh;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;min-width: 320px;background: var(--canvas-bg) !important}
body.hb-app-banner-closed { padding-top: calc(var(--site-header-height, var(--site-header-closed)) + var(--site-header-gap)) !important; }
body::before {left: 50%;width: min(100%, var(--layout-max));content: "";z-index: 0;bottom: 0;position: fixed;top: 0;pointer-events: none;transform: translateX(-50%);background: var(--surface-top)}
body > * {position: relative;z-index: 1}
.hb-site-header {z-index: 1000000;width: min(100%, var(--layout-max));position: fixed;left: 50%;transform: translateX(-50%);overflow: visible;top: 0;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}
.hb-app-install-bar {background: var(--nav-top-bg);display: flex;min-height: calc(56px + env(safe-area-inset-top));border-bottom: none;align-items: center;padding: calc(8px + env(safe-area-inset-top)) 6px 8px 8px;gap: 8px}
body.hb-app-banner-closed .hb-app-install-bar { display: none; }
.hb-app-install-bar__close {align-items: center;background: transparent;font-weight: 700;display: inline-flex;justify-content: center;border: 0;padding: 0;position: static;font-size: 24px;width: 28px;color: var(--nav-accent-green);flex: 0 0 28px;line-height: 1;border-radius: 999px;height: 28px;cursor: pointer}
.hb-app-install-bar__close:hover,
.hb-app-install-bar__close:focus-visible {background: rgba(255, 255, 255, 0.08);outline: none}
.hb-app-install-bar__icon {width: 48px;background: rgba(255, 255, 255, 0.08);border-radius: 10px;object-fit: contain;flex: 0 0 48px;height: 48px}
.hb-app-install-bar__copy {text-overflow: ellipsis;display: flex;flex: 1 1 auto;white-space: nowrap;align-items: baseline;min-width: 0;overflow: hidden;gap: 6px}
.hb-app-install-bar__title {font-size: 11px;color: #fff;letter-spacing: 0.02em;text-transform: uppercase;font-weight: 700}
.hb-app-install-bar__amount {color: var(--nav-accent-yellow);font-size: 12px;font-weight: 800}
.hb-app-install-bar__button {border-radius: 999px;color: #fff !important;flex: 0 0 auto;line-height: 1;background: var(--nav-accent-green);box-shadow: none;font-size: 13px;padding: 10px 18px;font-weight: 700;white-space: nowrap;text-decoration: none !important}
.hb-app-install-bar__button:hover {
  filter: brightness(1.08);
}
.hb-site-nav {align-items: center;gap: 8px;padding: 8px 6px 8px 10px;background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 7px,
      rgba(255, 255, 255, 0.018) 7px,
      rgba(255, 255, 255, 0.018) 8px
    );display: flex;background-color: var(--nav-main-bg);border-bottom: 1px solid rgba(255, 255, 255, 0.06);min-height: 58px}
.hb-site-nav__toggle {flex: 0 0 40px;padding: 0;align-items: center;height: 40px;color: var(--nav-text-muted);justify-content: center;border: 0;width: 40px;border-radius: 8px;display: inline-flex;background: transparent;cursor: pointer}
.hb-site-nav__toggle:hover,
.hb-site-nav__toggle:focus-visible {background: rgba(255, 255, 255, 0.06);outline: none}
.hb-site-nav__toggle-icon {width: 26px;display: block;height: 26px}
.hb-site-nav__logo {text-decoration: none !important;max-width: clamp(88px, min(48vw, calc(100vw - 13rem)), 200px);flex: 0 1 auto;min-width: 0;align-items: center;display: inline-flex;color: inherit !important;justify-content: flex-start}
.hb-site-nav__logo picture,
.hb-site-nav__logo img {display: block;max-width: 100%}
.hb-site-nav__logo img {object-fit: contain;width: auto;height: clamp(34px, 9.5vw, 44px)}
.hb-site-nav__actions {margin-left: auto;display: flex;gap: 8px;flex: 0 0 auto;align-items: center}
.hb-site-nav__register-wrap {position: relative;display: inline-flex}
.hb-site-nav__badge {color: rgba(255,255,255,1);line-height: 1.1;font-size: 9px;font-weight: 800;position: absolute;top: -7px;padding: 2px 5px;background: var(--nav-accent-green);z-index: 2;pointer-events: none;white-space: nowrap;border-radius: 6px 6px 6px 2px;right: -4px}
.hb-site-nav__cta {text-decoration: none !important;min-height: 42px;font-size: 13px;align-items: center;justify-content: center;font-weight: 700;white-space: nowrap;line-height: 1;border-radius: 10px;padding: 10px 18px;display: inline-flex;border: 1px solid transparent}
.hb-site-nav__cta--login {background: var(--nav-accent-blue) !important;box-shadow: none !important;border-color: var(--nav-accent-blue) !important;color: rgba(255,255,255,1) !important}
.hb-site-nav__cta--register {text-transform: none;color: rgba(26,29,59,1) !important;border-color: var(--nav-accent-yellow) !important;background: var(--nav-accent-yellow) !important;padding-right: 16px;padding-left: 16px;box-shadow: none !important}
.hb-site-nav__cta--login:hover,
.hb-site-nav__cta--register:hover,
.hb-site-nav__cta--login:focus-visible,
.hb-site-nav__cta--register:focus-visible {filter: brightness(1.08);outline: none}
.hb-site-menu {background: var(--nav-main-bg);box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);display: none;padding: 8px var(--nav-pad-x) 10px;border-bottom: 1px solid rgba(255, 255, 255, 0.08)}
.hb-site-header.hb-is-menu-open .hb-site-menu {display: flex;gap: 2px;flex-direction: column}
.hb-site-menu a {font-weight: 700;text-decoration: none !important;border-radius: 8px;padding: 12px 10px;line-height: 1.2;font-size: 15px;color: var(--nav-text-muted) !important;display: block}
.hb-site-menu a:hover,
.hb-site-menu a:focus-visible {background: rgba(255, 255, 255, 0.06);outline: none}
.hb-site-menu a.is-current,
.hb-site-menu a[aria-current="page"] {font-weight: 900;color: #fff !important;background: rgba(255, 255, 255, 0.1)}
.hb-container,
footer.hb-container,
section.hb-container , [data-sf-shell].hb-container{max-width: 100% !important;padding-right: var(--nav-pad-x) !important;padding-left: var(--nav-pad-x) !important;background: transparent;overflow-x: hidden;margin-left: auto !important;margin-right: auto !important;width: 100% !important}
.hb-container { --bs-gutter-x: calc(var(--nav-pad-x) * 2); }
.col-lg-6 { width: 100% !important; }
.hb-bg-primary { background-color: var(--brand-ocean) !important; }
body > .hb-bg-primary {margin-right: auto;width: min(100%, var(--layout-max));margin-left: auto}
.hb-btn-primary,
.hb-btn-success { box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16); }
.hb-btn-primary { background-color: #c9a84c !important; }
.hb-btn-success { background-color: #416a55 !important; }


section,
footer {
  color: #2a2118;
}

.hb-faq-container,
.login-methods-grid,
.registration-methods-grid,
.contact-methods-grid,
.feedback-categories-grid {
  color: rgba(42,33,24,1);
}

.hb-faq-item,
.login-method-card,
.registration-method-card,
.contact-method-card,
.feedback-category-card {border-color: rgba(36, 59, 85, 0.22) !important;background: rgba(255, 255, 255, 0.78) !important;color: rgba(42,33,24,1) !important;box-shadow: 0 8px 22px rgba(26, 38, 53, 0.08)}

.hb-faq-question,
.hb-faq-answer,
.login-method-card h3,
.login-method-card p,
.registration-method-card h3,
.registration-method-card p,
.contact-method-card h3,
.contact-method-card p,
.feedback-category-card h3,
.feedback-category-card p {
  color: #2a2118 !important;
}

.registration-details,
.contact-details,
.feedback-examples {background: rgba(232, 220, 198, 0.72) !important;color: rgb(92,83,72) !important;border: 1px solid rgba(36, 59, 85, 0.3)}

footer .text-white,
section:not(.hb-bg-primary) .text-white , [data-sf-shell]:not(.hb-bg-primary) .text-white{
  color: #e8d9a8 !important;
}

.text-white {
  color: #faf6f0 !important;
}

a {
  color: rgba(44,82,130,1);
}

a:hover {
  color: rgba(26,38,53,1);
}
@media (min-width: 451px) {
  html { background: var(--canvas-bg-wide); }
  body { background: var(--canvas-bg-wide) !important; }
  body::before { box-shadow: 0 0 0 1px rgba(26, 38, 53, 0.55); }
  .hb-container,
  footer.hb-container,
  section.hb-container,
  .hb-site-footer , [data-sf-shell].hb-container{ max-width: var(--layout-max) !important; }
}
@media (min-width: 768px) {
  .hb-site-nav__cta {padding-left: 20px;font-size: 14px;padding-right: 20px;min-height: 44px}
  .hb-app-install-bar__button {font-size: 14px;padding: 11px 20px}
}

.hb-btn-success {color: #fff !important;background-color: #416a55 !important}

.hb-btn-success:hover {background-color: rgb(53,90,68) !important;color: rgb(255,255,255) !important}

.hb-btn-primary {color: #fff !important;background-color: #1a2635 !important}

.hb-btn-primary:hover {
  background-color: #c9a84c !important;
}

h1,
h2,
h3,
h4,
strong {
  color: #2a2118;
}



:root {--site-accent: rgb(214,147,40);--bs-primary: #2d3380;--site-card-edge: rgba(45,51,128, 0.24);--site-gold-soft: rgb(207,222,144);--site-bar-mid: rgba(29,33,87,1);--site-link: #3d2d75;--site-muted-text: #4b4f76;--canvas-bg: #ad9dc7;--surface-top: #f2eff7;--site-link-hover: #a6721f;--brand-ink: #1a1d3b;--bs-primary-rgb: 45,51,128;--canvas-bg-wide: rgb(17,20,54);--site-sage: #893860;--brand-ocean: #2d3380;--site-accent-hover: rgba(218,159,65,1);--site-bar-right: #525796;--nav-wash: #e5def1;--site-bar-left: #0e112f;--site-sage-hover: #753052}
body {
  color: var(--brand-ink) !important;
}
.hb-app-install-bar {background: var(--nav-top-bg) !important;border-bottom: none !important}
.hb-app-install-bar__close { color: var(--nav-accent-green) !important; }
.hb-app-install-bar__button {box-shadow: none !important;background-color: var(--nav-accent-green) !important;color: rgb(255,255,255) !important}
.hb-app-install-bar__button:hover {background-color: var(--nav-accent-green) !important;filter: brightness(1.08);color: #fff !important}
.hb-site-nav {border-bottom-color: rgba(255, 255, 255, 0.06) !important;background-color: var(--nav-main-bg) !important}
.hb-site-nav__toggle:hover,
.hb-site-nav__toggle:focus-visible { background: rgba(255, 255, 255, 0.06) !important; }
.hb-site-menu {background: var(--nav-main-bg) !important;border-bottom-color: rgba(255, 255, 255, 0.08) !important;box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35) !important}
.hb-site-menu a { color: var(--nav-text-muted) !important; }
.hb-site-menu a:hover,
.hb-site-menu a:focus-visible { background: rgba(255, 255, 255, 0.06) !important; }
.hb-site-menu a.is-current,
.hb-site-menu a[aria-current="page"] {color: #fff !important;background: rgba(255, 255, 255, 0.1) !important}
.hb-site-nav__cta--login {box-shadow: none !important;color: #fff !important;background: var(--nav-accent-blue) !important;border-color: var(--nav-accent-blue) !important}
.hb-site-nav__cta--register {box-shadow: none !important;border-color: var(--nav-accent-yellow) !important;color: #1a1d3b !important;background: var(--nav-accent-yellow) !important}
.hb-site-nav__logo,
.hb-site-nav__logo:hover {color: inherit !important;text-decoration: none !important}
section,
footer,
.hb-faq-container,
.login-methods-grid,
.registration-methods-grid,
.contact-methods-grid,
.feedback-categories-grid , [data-sf-shell]{
  color: var(--brand-ink) !important;
}
.hb-faq-item,
.login-method-card,
.registration-method-card,
.contact-method-card,
.feedback-category-card {color: var(--brand-ink) !important;border-color: var(--site-card-edge) !important;box-shadow: 0 8px 22px rgba(17,20,54, 0.1) !important}
.hb-faq-question,
.hb-faq-answer,
.login-method-card h3,
.login-method-card p,
.registration-method-card h3,
.registration-method-card p,
.contact-method-card h3,
.contact-method-card p,
.feedback-category-card h3,
.feedback-category-card p {
  color: var(--brand-ink) !important;
}
.registration-details,
.contact-details,
.feedback-examples {border: 1px solid rgba(var(--bs-primary-rgb), 0.32) !important;background: rgba(229,222,241, 0.78) !important;color: var(--site-muted-text) !important}
footer .text-white,
section:not(.hb-bg-primary) .text-white , [data-sf-shell]:not(.hb-bg-primary) .text-white{
  color: var(--site-gold-soft) !important;
}
.text-white { color: var(--surface-top) !important; }
a { color: var(--site-link) !important; }
a:hover { color: var(--site-link-hover) !important; }
@media (min-width: 451px) {
  body::before { box-shadow: 0 0 0 1px rgba(17,20,54, 0.55) !important; }
}
.hb-app-install-bar__title { color: #fff !important; }
.hb-app-install-bar__amount { color: var(--nav-accent-yellow) !important; }
.hb-btn-success {background-color: var(--site-sage) !important;color: #fff !important}
.hb-btn-success:hover {color: rgba(255,255,255,1) !important;background-color: var(--site-sage-hover) !important}
.hb-btn-primary {color: #fff !important;background-color: var(--canvas-bg-wide) !important}
.hb-btn-primary:hover {background-color: var(--site-accent) !important;color: var(--surface-top) !important}
h1, h2, h3, h4, strong { color: var(--brand-ink) !important; }



.hb-site-footer {box-shadow: none;margin: 0.5rem auto 0 !important;box-sizing: border-box;padding: clamp(0.75rem, 2.5vw, 1rem) var(--nav-pad-x, 12px) clamp(1rem, 3vw, 1.35rem) !important;max-width: var(--layout-max) !important;color: var(--brand-ink, #1a1d3b);border: none;width: min(100%, var(--layout-max)) !important;background: none !important;overflow-x: hidden}

.hb-site-footer__nav {grid-template-columns: repeat(3, 1fr);gap: 0.75rem 1.25rem;display: grid}

.hb-site-footer__group {min-width: 0;display: flex;gap: 0.35rem;flex-direction: column}

.hb-site-footer__group-label {text-transform: uppercase;color: var(--site-muted-text, #4b4f76);font-weight: 800;letter-spacing: 0.06em;margin-bottom: 0.15rem;font-size: 0.72rem;display: block}

.hb-site-footer__list {padding: 0;list-style: none;flex-direction: column;margin: 0;display: flex;gap: 0.2rem}

.hb-site-footer__list li {margin: 0;padding: 0}

.hb-site-footer__list a {border: none;transition: color 0.15s ease;font-weight: 600;display: block;padding: 0.12rem 0;color: var(--site-link, #3d2d75) !important;background: none;text-decoration: none !important;font-size: clamp(0.72rem, 2.8vw, 0.84rem);line-height: 1.45;border-radius: 0}

.hb-site-footer__list a:hover,
.hb-site-footer__list a:focus-visible {outline: none;color: var(--site-link-hover, #a6721f) !important;text-decoration: underline !important}

.hb-site-footer__list a[aria-current="page"] {text-underline-offset: 0.15em;font-weight: 800;text-decoration: underline !important;color: var(--brand-ink, #1a1d3b) !important}

.hb-site-footer__meta {text-align: center;line-height: 1.5;border-top: 1px solid var(--site-card-edge, rgba(45, 51, 128, 0.16));padding-top: 0.65rem;font-size: 0.72rem;margin: clamp(0.75rem, 2vw, 0.9rem) 0 0;color: var(--site-muted-text, #4b4f76)}

.hb-site-footer__meta strong {color: var(--brand-ocean, #2d3380) !important;font-weight: 800}


.ip-legal-footer-note {padding: 0.55rem var(--nav-pad-x, 12px) 0.85rem;width: min(100%, var(--layout-max)) !important;color: var(--site-muted-text, #4b4f76);background: transparent;max-width: var(--layout-max) !important;box-sizing: border-box;font-size: 0.76rem;text-align: center;margin: 0 auto}

.ip-legal-footer-note a {color: var(--site-link, #3d2d75) !important;font-weight: 700}


:root {--nav-text-muted: rgba(233,247,210,1);--bs-success: #009b3a;--site-accent: #ffdf00;--bs-success-rgb: 0,155,58;--site-link: #0057b8;--nav-accent-yellow: rgba(255,223,0,1);--site-card-edge: rgba(0, 155, 58, 0.28);--canvas-bg: #009b3a;--site-bar-mid: #ffdf00;--bs-primary: rgba(0,39,118,1);--nav-top-bg: #002776;--site-link-hover: rgb(0,155,58);--brand-ink: #062c1e;--nav-accent-green: rgba(0,177,64,1);--site-bar-right: #002776;--nav-accent-blue: #002776;--bs-primary-rgb: 0,39,118;--site-accent-hover: #ffd000;--canvas-bg-wide: #002776;--site-gold-soft: #ffdf00;--nav-wash: #e9f7d2;--surface-top: #f6ffe6;--brand-ocean: #0038a8;--site-sage: #009b3a;--site-bar-left: #009b3a;--site-sage-hover: #007f30;--site-muted-text: #315246;--nav-main-bg: rgb(0,155,58)}
html,
body {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 223, 0, 0.55) 0 9rem, transparent 9.2rem),
    linear-gradient(150deg, #009b3a 0%, #009b3a 42%, #ffdf00 42%, #ffdf00 58%, #002776 58%, #002776 100%) !important;
}
body::before {
  background:
    radial-gradient(circle at 82% 5%, rgba(255, 223, 0, 0.35), transparent 9rem),
    radial-gradient(circle at 10% 18%, rgba(0, 39, 118, 0.22), transparent 7rem),
    linear-gradient(180deg, #f7ffe8 0%, #e7f9d9 48%, #d9f3e2 100%) !important;
}
.hb-site-nav {background-color: #009b3a !important;background-image:
    linear-gradient(135deg, rgba(255, 223, 0, 0.28) 0 26%, transparent 26% 74%, rgba(0, 39, 118, 0.22) 74%),
    repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.06) 8px, rgba(255, 255, 255, 0.06) 9px) !important}
.hb-app-install-bar {
  background: linear-gradient(90deg, #002776 0%, #0038a8 52%, #009b3a 100%) !important;
}
.hb-site-nav__badge,
.hb-app-install-bar__button,
.hb-btn-success {background-color: #009b3a !important;color: #fff !important}
.hb-site-nav__cta--register,
.hb-app-install-bar__amount {background-color: #ffdf00 !important;color: #062c1e !important;border-color: #ffdf00 !important}
.hb-site-nav__cta--login,
.hb-btn-primary {color: #fff !important;background-color: #002776 !important;border-color: rgb(0,39,118) !important}
.hb-btn-success:hover {
  background-color: rgb(0,127,48) !important;
}
.hb-btn-primary:hover {
  background-color: #0057b8 !important;
}
.hb-content-section::before {
  background: linear-gradient(90deg, #009b3a, #ffdf00, #002776) !important;
}
.hb-content-section h2,
.hb-ip-block h2 {
  border-left-color: #009b3a !important;
}
a,
.hb-themed-link,
.hb-site-footer__list a,
.ip-legal-footer-note a {
  color: #0057b8 !important;
}
a:hover,
.hb-themed-link:hover,
.hb-site-footer__list a:hover,
.ip-legal-footer-note a:hover {
  color: #009b3a !important;
}


body {
  padding-bottom: calc(74px + env(safe-area-inset-bottom)) !important;
}
body.hb-bottom-action-bar-closed {
  padding-bottom: 0 !important;
}
.hb-bottom-action-bar {gap: 8px;box-shadow: 0 -10px 28px rgba(0, 39, 118, 0.28);padding: 10px 52px calc(10px + env(safe-area-inset-bottom)) 10px;border-top: 1px solid rgba(255, 255, 255, 0.18);background: rgba(6, 44, 30, 0.94);display: flex;align-items: center;bottom: 0;position: fixed;z-index: 1000001;transform: translateX(-50%);width: min(100%, var(--layout-max));left: 50%;box-sizing: border-box}
.hb-bottom-action-bar[hidden] {
  display: none !important;
}
.hb-bottom-action-bar__button {line-height: 1;border-radius: 12px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);text-decoration: none !important;border: 1px solid transparent;display: inline-flex;justify-content: center;flex: 1 1 0;min-height: 46px;font-weight: 900;align-items: center;font-size: 15px;padding: 12px 14px}
.hb-bottom-action-bar__button--login {color: rgba(255,255,255,1) !important;border-color: #002776 !important;background: #002776 !important}
.hb-bottom-action-bar__button--register {background: rgba(255,223,0,1) !important;border-color: #ffdf00 !important;color: #062c1e !important}
.hb-bottom-action-bar__button:hover,
.hb-bottom-action-bar__button:focus-visible {filter: brightness(1.08);outline: none}
.hb-bottom-action-bar__close {position: absolute;transform: translateY(-50%);color: #062c1e;font-size: 24px;height: 34px;line-height: 1;cursor: pointer;align-items: center;display: inline-flex;padding: 0;top: 50%;border: 2px solid rgba(255, 255, 255, 0.92);background: rgba(255,255,255,1);justify-content: center;width: 34px;border-radius: 999px;right: 10px;font-weight: 900}
.hb-bottom-action-bar__close:hover,
.hb-bottom-action-bar__close:focus-visible {background: rgba(255,223,0,1);outline: none;border-color: #ffdf00}


:root {--canvas-bg: #ff6b4a;--nav-wash: rgb(255,240,232);--site-muted-text: #5b506b;--site-bar-right: #00b7a8;--nav-top-bg: #160f38;--bs-primary: #4b2ca3;--site-gold-soft: rgb(255,179,123);--brand-ocean: #2b185f;--surface-top: #fff8f2;--site-bar-left: #4b2ca3;--brand-ink: rgba(31,22,51,1);--site-accent: #ff8a3d;--bs-primary-rgb: 75,44,163;--bs-success: #00b7a8;--bs-success-rgb: 0,183,168;--site-link: #4b2ca3;--site-accent-hover: rgb(255,107,74);--site-bar-mid: #ff8a3d;--site-sage: #00a093;--nav-accent-yellow: #ff8a3d;--site-link-hover: #e85f3c;--nav-accent-blue: rgb(75,44,163);--nav-text-muted: #f7d7c9;--canvas-bg-wide: #160f38;--nav-accent-green: rgba(0,183,168,1);--nav-main-bg: #2b185f;--site-card-edge: rgba(75, 44, 163, 0.24);--site-sage-hover: rgba(0,127,118,1)}
html,
body {
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 183, 168, 0.45) 0 8rem, transparent 8.2rem),
    radial-gradient(circle at 85% 18%, rgba(255, 138, 61, 0.55) 0 7rem, transparent 7.3rem),
    linear-gradient(145deg, #160f38 0%, #4b2ca3 48%, #ff6b4a 100%) !important;
}
body::before {
  background:
    radial-gradient(circle at 86% 6%, rgba(255, 138, 61, 0.28), transparent 8rem),
    radial-gradient(circle at 8% 20%, rgba(0, 183, 168, 0.18), transparent 7rem),
    linear-gradient(180deg, #fff8f2 0%, #fff0e8 45%, #eefaf8 100%) !important;
}
.hb-site-nav {background-image:
    linear-gradient(135deg, rgba(255, 138, 61, 0.26) 0 28%, transparent 28% 72%, rgba(0, 183, 168, 0.18) 72%),
    repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.055) 8px, rgba(255, 255, 255, 0.055) 9px) !important;background-color: #2b185f !important}
.hb-app-install-bar {
  background: linear-gradient(90deg, #160f38 0%, #2b185f 52%, #00b7a8 100%) !important;
}
.hb-site-nav__badge,
.hb-app-install-bar__button,
.hb-btn-success {background-color: #00b7a8 !important;color: #fff !important}
.hb-site-nav__cta--register,
.hb-app-install-bar__amount {color: #1f1633 !important;border-color: #ff8a3d !important;background-color: rgba(255,138,61,1) !important}
.hb-site-nav__cta--login,
.hb-btn-primary {color: #fff !important;border-color: rgb(75,44,163) !important;background-color: #4b2ca3 !important}
.hb-btn-success:hover {
  background-color: #008f84 !important;
}
.hb-btn-primary:hover {
  background-color: #2b185f !important;
}
.hb-content-section::before {
  background: linear-gradient(90deg, #4b2ca3, #ff8a3d, #00b7a8) !important;
}
.hb-content-section h2,
.hb-ip-block h2 {
  border-left-color: #ff8a3d !important;
}
a,
.hb-themed-link,
.hb-site-footer__list a,
.ip-legal-footer-note a {
  color: #4b2ca3 !important;
}
a:hover,
.hb-themed-link:hover,
.hb-site-footer__list a:hover,
.ip-legal-footer-note a:hover {
  color: rgba(232,95,60,1) !important;
}
.hb-bottom-action-bar {background: rgba(31, 22, 51, 0.95) !important;box-shadow: 0 -10px 28px rgba(75, 44, 163, 0.32) !important}
.hb-bottom-action-bar__button--login {background: #4b2ca3 !important;border-color: #4b2ca3 !important;color: #fff !important}
.hb-bottom-action-bar__button--register {background: #ff8a3d !important;border-color: #ff8a3d !important;color: #1f1633 !important}
.hb-bottom-action-bar__close:hover,
.hb-bottom-action-bar__close:focus-visible {border-color: #00b7a8 !important;background: #00b7a8 !important}






:root {--ip-green: #04be02;--ip-surface: rgba(255, 255, 255, 0.92);--ip-gap: clamp(0.75rem, 2.5vw, 1.25rem);--ip-ink: #1a1d3b;--ip-radius: 14px;--ip-accent: #2d3380;--ip-surface-alt: rgba(229, 222, 241, 0.55);--ip-blue: #005dfe;--ip-edge: rgba(45, 51, 128, 0.2);--ip-muted: #4b4f76;--ip-gold: #ffaa09}


.hb-ip-main {position: relative;z-index: 1}

.hb-ip-body {display: flex;padding-bottom: clamp(1rem, 3vw, 1.75rem);gap: var(--ip-gap);align-items: stretch;flex-direction: column}


.hb-ip-block {box-sizing: border-box;width: 100%;border: 1px solid var(--ip-edge);border-radius: var(--ip-radius);box-shadow: 0 4px 20px rgba(17, 20, 54, 0.06);background: var(--ip-surface);padding: clamp(1rem, 3vw, 1.35rem)}

.hb-ip-block h2 {line-height: 1.3;margin: 0 0 0.65rem;font-size: clamp(1.1rem, 3.2vw, 1.28rem);color: var(--ip-ink);font-weight: 800}

.hb-ip-block p {line-height: 1.72;font-size: 0.97rem;color: var(--ip-muted);margin: 0 0 0.75rem}

.hb-ip-block p:last-child {
  margin-bottom: 0;
}

.hb-ip-block strong {
  color: var(--ip-ink);
}

.hb-ip-cta-row {text-align: center;margin-top: 1rem}


.hb-ip-media-block {width: fit-content;border: 1px solid var(--ip-edge);align-self: center;background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(229, 222, 241, 0.72) 100%);border-radius: var(--ip-radius);text-align: center;margin-left: auto;box-shadow: 0 6px 22px rgba(17, 20, 54, 0.07);box-sizing: border-box;padding: clamp(0.85rem, 2.5vw, 1.15rem);max-width: 100%;margin-right: auto}

.hb-ip-media-block__frame {max-width: 100%;display: block;margin: 0 auto;width: fit-content;padding: 0}

.hb-ip-media-block__frame img {height: auto;box-shadow: 0 10px 28px rgba(17, 20, 54, 0.12);border-radius: 12px;margin: 0;width: auto;display: block;max-width: 100%}

.hb-ip-media-block__frame img.hb-img-fluid {width: auto !important;max-width: 100% !important;height: auto !important}

.hb-ip-media-block__caption {font-weight: 800;margin: 0.65rem 0 0;border-top: 1px solid rgba(45, 51, 128, 0.12);text-transform: uppercase;font-size: 0.8rem;padding-top: 0.55rem;color: var(--ip-accent);line-height: 1.35;letter-spacing: 0.03em}


.hb-ip-layout--cadastro .hb-ip-checklist,
.hb-ip-layout--ajuda .hb-ip-checklist {border-radius: 10px;padding: 0.75rem 0.85rem 0.85rem 1.35rem;margin: 0.5rem 0 0;color: var(--ip-muted);font-size: 0.94rem;background: var(--ip-surface-alt);line-height: 1.75;border: 1px dashed var(--ip-edge)}

.hb-ip-layout--cadastro .hb-ip-checklist li,
.hb-ip-layout--ajuda .hb-ip-checklist li {
  margin-bottom: 0.35rem;
}

.hb-ip-layout--cadastro .hb-ip-checklist li::marker,
.hb-ip-layout--ajuda .hb-ip-checklist li::marker {color: var(--ip-green);font-weight: 800}


.hb-ip-timeline {display: flex;padding: 0;list-style: none;counter-reset: ip-step;flex-direction: column;margin: 0;gap: 0}

.hb-ip-timeline__item {padding: 0.85rem 0 0.85rem 0.25rem;gap: 0.65rem 0.85rem;position: relative;grid-template-columns: 3rem 1fr;border-bottom: 1px solid rgba(45, 51, 128, 0.1);display: grid}

.hb-ip-timeline__item:last-child {border-bottom: 0;padding-bottom: 0}

.hb-ip-timeline__item::before {justify-content: center;background: linear-gradient(145deg, var(--ip-accent), #525796);width: 2.5rem;content: counter(ip-step);font-size: 0.95rem;box-shadow: 0 3px 10px rgba(45, 51, 128, 0.25);display: flex;font-weight: 800;align-items: center;counter-increment: ip-step;color: #fff;height: 2.5rem;border-radius: 999px}

.hb-ip-timeline__title {margin: 0 0 0.25rem;color: var(--ip-ink);font-size: 1rem;font-weight: 800}

.hb-ip-timeline__text {line-height: 1.65;color: var(--ip-muted);grid-column: 2;font-size: 0.92rem;margin: 0}


.hb-ip-duo {gap: var(--ip-gap);display: grid}

@media (min-width: 560px) {
  .hb-ip-duo {
    grid-template-columns: 1fr 1fr;
  }
}

.hb-ip-panel {background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), var(--ip-surface-alt));border-radius: 12px;padding: 1rem 1.05rem;border: 1px solid var(--ip-edge)}

.hb-ip-panel h3 {margin: 0 0 0.45rem;color: var(--ip-accent);font-size: 0.98rem;font-weight: 800}

.hb-ip-panel p {line-height: 1.65;margin: 0;font-size: 0.9rem;color: var(--ip-muted)}

.hb-ip-note {margin-top: 0.75rem;background: rgba(255, 170, 9, 0.08);font-size: 0.88rem;line-height: 1.6;border-left: 4px solid var(--ip-gold);border-radius: 0 8px 8px 0;color: var(--ip-ink);padding: 0.65rem 0.75rem}


.hb-ip-layout--login .hb-ip-card-grid {display: grid;gap: var(--ip-gap)}

@media (min-width: 580px) {
  .hb-ip-layout--login .hb-ip-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hb-ip-login-card {box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);border-radius: 12px;background: rgb(255,255,255);transition: transform 0.15s ease, box-shadow 0.15s ease;padding: 1rem 1.05rem 1.1rem;border: 1px solid var(--ip-edge)}

.hb-ip-login-card:hover {box-shadow: 0 8px 20px rgba(45, 51, 128, 0.1);transform: translateY(-2px)}

.hb-ip-login-card__icon {border-radius: 10px;font-weight: 800;background: linear-gradient(145deg, var(--ip-blue), #1746b5);margin-bottom: 0.55rem;width: 2.25rem;height: 2.25rem;display: inline-flex;justify-content: center;line-height: 1;color: rgba(255,255,255,1);align-items: center;font-size: 1rem}

.hb-ip-login-card h3 {color: var(--ip-ink);font-weight: 800;margin: 0 0 0.4rem;font-size: 0.98rem}

.hb-ip-login-card p {font-size: 0.9rem;line-height: 1.65;color: var(--ip-muted);margin: 0}

.hb-ip-login-faq {display: flex;flex-direction: column;gap: 0.5rem}

.hb-ip-login-faq details {background: rgba(255, 255, 255, 0.88);border: 1px solid var(--ip-edge);overflow: hidden;border-radius: 10px}

.hb-ip-login-faq summary {padding: 0.75rem 0.85rem;font-weight: 800;user-select: none;list-style: none;cursor: pointer;color: var(--ip-ink);font-size: 0.94rem}

.hb-ip-login-faq summary::-webkit-details-marker {
  display: none;
}

.hb-ip-login-faq summary::after {content: "+";color: var(--ip-blue);font-weight: 700;float: right;font-size: 1.1rem}

.hb-ip-login-faq details[open] summary::after {
  content: "−";
}

.hb-ip-login-faq details[open] summary {background: var(--ip-surface-alt);border-bottom: 1px solid rgba(45, 51, 128, 0.1)}

.hb-ip-login-faq details p {padding: 0.75rem 0.85rem 0.85rem;font-size: 0.9rem;margin: 0;line-height: 1.68;color: var(--ip-muted)}

.hb-ip-layout--login .hb-ip-steps-inline {padding-left: 1.25rem;line-height: 1.75;font-size: 0.93rem;color: var(--ip-muted);margin: 0.65rem 0 0}

.hb-ip-layout--login .hb-ip-steps-inline li::marker {color: var(--ip-blue);font-weight: 800}


.hb-ip-bet-tabs {
  margin-top: 0.75rem;
}

.hb-ip-bet-tabs__inputs {position: absolute;height: 1px;margin: -1px;width: 1px;overflow: hidden;border: 0;padding: 0;clip: rect(0, 0, 0, 0)}

.hb-ip-bet-tabs__nav {overflow-x: auto;margin-bottom: 0.85rem;padding-bottom: 0.35rem;gap: 0.45rem;scrollbar-width: none;display: flex;-webkit-overflow-scrolling: touch}

.hb-ip-bet-tabs__nav::-webkit-scrollbar {
  display: none;
}

.hb-ip-bet-tabs__nav label {font-size: 0.82rem;flex: 0 0 auto;letter-spacing: 0.02em;padding: 0.5rem 0.85rem;border-radius: 999px;font-weight: 800;cursor: pointer;border: 1px solid var(--ip-edge);color: var(--ip-muted);white-space: nowrap;transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;background: #fff}

.hb-ip-bet-tabs__panel {display: none;border-radius: 12px;border: 1px solid var(--ip-edge);padding: 0.85rem 0.95rem;background: var(--ip-surface-alt)}

.hb-ip-bet-tabs__panel h3 {margin: 0 0 0.45rem;font-size: 0.96rem;font-weight: 800;color: var(--ip-ink)}

.hb-ip-bet-tabs__panel ul {padding-left: 1.15rem;color: var(--ip-muted);margin: 0;font-size: 0.9rem;line-height: 1.72}

.hb-ip-bet-tabs__panel li {
  margin-bottom: 0.3rem;
}

.hb-ip-bet-tabs__panel li::marker {
  color: var(--ip-green);
}

#ip-bet-tab-esporte:checked ~ .hb-ip-bet-tabs__nav label[for="ip-bet-tab-esporte"],
#ip-bet-tab-live:checked ~ .hb-ip-bet-tabs__nav label[for="ip-bet-tab-live"],
#ip-bet-tab-rapido:checked ~ .hb-ip-bet-tabs__nav label[for="ip-bet-tab-rapido"] {background: linear-gradient(145deg, var(--ip-accent), #525796);color: #fff;border-color: var(--ip-accent)}

#ip-bet-tab-esporte:checked ~ .hb-ip-bet-tabs__panels .hb-ip-bet-tabs__panel--esporte,
#ip-bet-tab-live:checked ~ .hb-ip-bet-tabs__panels .hb-ip-bet-tabs__panel--live,
#ip-bet-tab-rapido:checked ~ .hb-ip-bet-tabs__panels .hb-ip-bet-tabs__panel--rapido {
  display: block;
}

.hb-ip-bet-grid {display: grid;gap: 0.65rem;margin-top: 0.65rem}

@media (min-width: 520px) {
  .hb-ip-bet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 720px) {
  .hb-ip-bet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hb-ip-bet-point {box-shadow: 0 2px 8px rgba(17, 20, 54, 0.04);border-left: 4px solid var(--ip-gold);padding: 0.75rem 0.8rem;border-radius: 10px;background: rgba(255, 255, 255, 0.92)}

.hb-ip-bet-point strong {color: var(--ip-ink);margin-bottom: 0.25rem;display: block;font-weight: 800;font-size: 0.88rem}

.hb-ip-bet-point span {line-height: 1.55;font-size: 0.84rem;color: var(--ip-muted)}


.hb-ip-dl-steps-bar {display: grid;gap: 0.65rem;margin-top: 0.75rem;counter-reset: dl-step}

@media (min-width: 640px) {
  .hb-ip-dl-steps-bar {gap: 0.5rem;grid-template-columns: repeat(5, minmax(0, 1fr))}
}

.hb-ip-dl-step {position: relative;border-radius: 12px;border: 1px solid var(--ip-edge);padding: 0.75rem 0.65rem 0.8rem;text-align: center;background: linear-gradient(180deg, #fff 0%, var(--ip-surface-alt) 100%)}

@media (min-width: 640px) {
  .hb-ip-dl-step:not(:last-child)::after {right: -0.35rem;background: var(--ip-green);top: 1.35rem;z-index: 1;height: 2px;content: "";position: absolute;width: 0.5rem}
}

.hb-ip-dl-step__num {height: 2rem;align-items: center;display: inline-flex;font-size: 0.9rem;width: 2rem;border-radius: 999px;margin-bottom: 0.45rem;background: var(--ip-green);font-weight: 800;color: rgba(255,255,255,1);justify-content: center}

.hb-ip-dl-step__title {margin-bottom: 0.25rem;font-weight: 800;color: var(--ip-ink);line-height: 1.25;display: block;font-size: 0.82rem}

.hb-ip-dl-step__text {margin: 0;line-height: 1.45;font-size: 0.78rem;color: var(--ip-muted)}

.hb-ip-dl-specs {gap: 0.5rem;display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));margin-top: 0.75rem}

@media (min-width: 560px) {
  .hb-ip-dl-specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hb-ip-dl-spec {padding: 0.65rem 0.55rem;background: #fff;text-align: center;border-radius: 10px;border: 1px solid var(--ip-edge)}

.hb-ip-dl-spec dt {margin: 0 0 0.2rem;font-size: 0.72rem;font-weight: 800;letter-spacing: 0.04em;text-transform: uppercase;color: var(--ip-accent)}

.hb-ip-dl-spec dd {color: var(--ip-ink);font-size: 0.88rem;margin: 0;font-weight: 700}

.hb-ip-dl-alert {border-radius: 10px;padding: 0.75rem 0.85rem;margin-top: 0.85rem;background: rgba(234, 78, 61, 0.08);font-size: 0.88rem;line-height: 1.6;color: var(--ip-ink);border: 1px solid rgba(234, 78, 61, 0.35)}

.hb-ip-dl-alert strong {
  color: #c0392b;
}

.hb-ip-dl-check {margin: 0.65rem 0 0;padding: 0;list-style: none}

.hb-ip-dl-check li {padding: 0.45rem 0 0.45rem 1.65rem;font-size: 0.9rem;color: var(--ip-muted);line-height: 1.55;position: relative;border-bottom: 1px dashed rgba(45, 51, 128, 0.12)}

.hb-ip-dl-check li:last-child {
  border-bottom: 0;
}

.hb-ip-dl-check li::before {left: 0;color: var(--ip-green);font-weight: 800;top: 0.45rem;position: absolute;content: "✓"}


.hb-ip-bonus-cascade {gap: 0.75rem;display: flex;flex-direction: column;margin-top: 0.75rem}

.hb-ip-bonus-card {border-radius: 14px;border: 1px solid var(--ip-edge);position: relative;box-shadow: 0 4px 16px rgba(17, 20, 54, 0.06);padding: 1rem 1rem 1.05rem 1.15rem;background: rgba(255,255,255,1);overflow: hidden}

.hb-ip-bonus-card:nth-child(even) {
  margin-left: clamp(0.5rem, 4vw, 1.75rem);
}

.hb-ip-bonus-card:nth-child(odd) {
  margin-right: clamp(0.25rem, 2vw, 1rem);
}

.hb-ip-bonus-card::before {width: 5px;left: 0;content: "";bottom: 0;position: absolute;top: 0}

.hb-ip-bonus-card--welcome::before { background: linear-gradient(180deg, var(--ip-gold), #e69500); }
.hb-ip-bonus-card--cash::before { background: linear-gradient(180deg, var(--ip-green), #028a00); }
.hb-ip-bonus-card--vip::before { background: linear-gradient(180deg, var(--ip-accent), #525796); }
.hb-ip-bonus-card--reload::before { background: linear-gradient(180deg, var(--ip-blue), #1746b5); }

.hb-ip-bonus-card__tag {color: #fff;margin-bottom: 0.4rem;font-size: 0.68rem;padding: 0.2rem 0.55rem;letter-spacing: 0.05em;font-weight: 800;border-radius: 6px;text-transform: uppercase;display: inline-block}

.hb-ip-bonus-card--welcome .hb-ip-bonus-card__tag {background: var(--ip-gold);color: var(--ip-ink)}
.hb-ip-bonus-card--cash .hb-ip-bonus-card__tag { background: var(--ip-green); }
.hb-ip-bonus-card--vip .hb-ip-bonus-card__tag { background: var(--ip-accent); }
.hb-ip-bonus-card--reload .hb-ip-bonus-card__tag { background: var(--ip-blue); }

.hb-ip-bonus-card h3 {font-weight: 800;font-size: 1rem;color: var(--ip-ink);margin: 0 0 0.35rem}

.hb-ip-bonus-card p {margin: 0;font-size: 0.9rem;color: var(--ip-muted);line-height: 1.65}

.hb-ip-bonus-rules {border-radius: 12px;margin: 0.75rem 0 0;border: 1px solid var(--ip-edge);list-style: none;padding: 0;overflow: hidden}

.hb-ip-bonus-rules li {display: flex;background: rgba(255, 255, 255, 0.85);padding: 0.65rem 0.85rem;gap: 0.75rem;border-bottom: 1px solid rgba(45, 51, 128, 0.08);justify-content: space-between;line-height: 1.45;font-size: 0.88rem}

.hb-ip-bonus-rules li:last-child {
  border-bottom: 0;
}

.hb-ip-bonus-rules li:nth-child(even) {
  background: var(--ip-surface-alt);
}

.hb-ip-bonus-rules strong {font-weight: 800;color: var(--ip-accent);flex: 0 0 auto}

.hb-ip-bonus-rules span {color: var(--ip-muted);text-align: right}


.hb-ip-pix-flow {flex-direction: column;gap: 0;display: flex;align-items: stretch;margin-top: 0.85rem}

@media (min-width: 640px) {
  .hb-ip-pix-flow {align-items: flex-start;justify-content: space-between;flex-direction: row}
}

.hb-ip-pix-node {position: relative;flex: 1 1 0;padding: 0.85rem 0.65rem;text-align: center}

.hb-ip-pix-node__icon {font-size: 1.1rem;justify-content: center;background: linear-gradient(145deg, var(--ip-green), #028a00);width: 2.75rem;margin-bottom: 0.45rem;height: 2.75rem;align-items: center;display: inline-flex;border-radius: 999px;font-weight: 800;box-shadow: 0 4px 12px rgba(4, 190, 2, 0.28);color: #fff}

.hb-ip-pix-node h3 {font-size: 0.88rem;margin: 0 0 0.3rem;font-weight: 800;color: var(--ip-ink)}

.hb-ip-pix-node p {margin: 0;color: var(--ip-muted);line-height: 1.5;font-size: 0.8rem}

.hb-ip-pix-node__arrow {color: var(--ip-accent);font-weight: 800;line-height: 1;align-items: center;display: flex;justify-content: center;font-size: 1.25rem;padding: 0.35rem 0}

@media (min-width: 640px) {
  .hb-ip-pix-node__arrow {flex: 0 0 1.5rem;padding: 2rem 0 0;transform: none}
}

.hb-ip-pix-split {margin-top: 0.75rem;display: grid;gap: var(--ip-gap)}

@media (min-width: 580px) {
  .hb-ip-pix-split {
    grid-template-columns: 1fr 1fr;
  }
}

.hb-ip-pix-lane {border-radius: 12px;padding: 1rem 1.05rem;border: 1px solid var(--ip-edge)}

.hb-ip-pix-lane--in {background: linear-gradient(160deg, rgba(4, 190, 2, 0.08), rgba(255, 255, 255, 0.95));border-color: rgba(4, 190, 2, 0.25)}

.hb-ip-pix-lane--out {border-color: rgba(0, 93, 254, 0.22);background: linear-gradient(160deg, rgba(0, 93, 254, 0.08), rgba(255, 255, 255, 0.95))}

.hb-ip-pix-lane h3 {margin: 0 0 0.5rem;color: var(--ip-ink);font-weight: 800;font-size: 0.98rem}

.hb-ip-pix-lane ul {margin: 0;color: var(--ip-muted);line-height: 1.65;font-size: 0.88rem;padding-left: 1.1rem}

.hb-ip-pix-lane li {
  margin-bottom: 0.3rem;
}

.hb-ip-pix-lane li::marker {
  color: var(--ip-green);
}

.hb-ip-pix-lane--out li::marker {
  color: var(--ip-blue);
}

.hb-ip-pix-tip {line-height: 1.6;padding: 0.7rem 0.8rem;background: rgba(45, 51, 128, 0.06);margin-top: 0.75rem;border-radius: 10px;font-size: 0.86rem;color: var(--ip-muted);border: 1px dashed var(--ip-edge)}

.hb-ip-pix-tip code {font-weight: 700;color: var(--ip-accent);font-size: 0.82rem}


.hb-ip-faq-cats {display: flex;gap: var(--ip-gap);flex-direction: column;margin-top: 0.75rem}

.hb-ip-faq-group {background: var(--ip-surface);overflow: hidden;border-radius: var(--ip-radius);border: 1px solid var(--ip-edge)}

.hb-ip-faq-group__head {color: #fff;background: linear-gradient(90deg, var(--ip-accent) 0%, #525796 100%);text-transform: uppercase;font-weight: 800;font-size: 0.88rem;padding: 0.75rem 1rem;letter-spacing: 0.04em}

.hb-ip-faq-group__list {flex-direction: column;gap: 0;display: flex}

.hb-ip-faq-group details {
  border-bottom: 1px solid rgba(45, 51, 128, 0.08);
}

.hb-ip-faq-group details:last-child {
  border-bottom: 0;
}

.hb-ip-faq-group summary {background: rgba(255, 255, 255, 0.92);list-style: none;font-weight: 700;color: var(--ip-ink);font-size: 0.92rem;cursor: pointer;padding: 0.8rem 1rem}

.hb-ip-faq-group summary::-webkit-details-marker {
  display: none;
}

.hb-ip-faq-group summary::before {vertical-align: middle;background: var(--ip-surface-alt);display: inline-flex;height: 1.35rem;margin-right: 0.5rem;font-weight: 800;font-size: 0.75rem;justify-content: center;border-radius: 6px;content: "?";width: 1.35rem;color: var(--ip-accent);align-items: center}

.hb-ip-faq-group details[open] summary {border-bottom: 1px solid rgba(45, 51, 128, 0.06);background: var(--ip-surface-alt)}

.hb-ip-faq-group details p {padding: 0.75rem 1rem 0.9rem;background: #fff;font-size: 0.9rem;line-height: 1.68;margin: 0;color: var(--ip-muted)}

.hb-ip-faq-links {gap: 0.45rem;flex-wrap: wrap;margin-top: 0.65rem;display: flex}

.hb-ip-faq-links a {font-size: 0.78rem;font-weight: 700;color: var(--ip-accent) !important;text-decoration: none !important;display: inline-block;border-radius: 8px;padding: 0.35rem 0.65rem;border: 1px solid var(--ip-edge);background: rgba(255,255,255,1)}

.hb-ip-faq-links a:hover {
  background: var(--ip-surface-alt);
}

.hb-ip-faq-contact {border-radius: 12px;color: var(--ip-muted);font-size: 0.9rem;padding: 0.85rem 1rem;margin-top: 0.75rem;line-height: 1.65;border: 1px solid var(--ip-edge);background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--ip-surface-alt))}

.hb-ip-faq-contact strong {
  color: var(--ip-ink);
}


.hb-ip-legal-meta {gap: 0.5rem 1rem;border-radius: 10px;color: var(--ip-muted);font-size: 0.82rem;border: 1px dashed var(--ip-edge);flex-wrap: wrap;padding: 0.65rem 0.85rem;background: var(--ip-surface-alt);margin-top: 0.65rem;display: flex}

.hb-ip-legal-meta strong {
  color: var(--ip-ink);
}

.hb-ip-legal-toc {margin: 0.75rem 0 0;border-radius: 12px;background: #fff;padding: 0.85rem 1rem 0.9rem 1.35rem;font-size: 0.9rem;line-height: 1.75;border: 1px solid var(--ip-edge)}

.hb-ip-legal-toc li {
  margin-bottom: 0.25rem;
}

.hb-ip-legal-toc a {text-decoration: none !important;color: var(--ip-accent) !important;font-weight: 700}

.hb-ip-legal-toc a:hover {
  text-decoration: underline !important;
}

.hb-ip-legal-body {flex-direction: column;display: flex;gap: var(--ip-gap)}

.hb-ip-legal-article {border: 1px solid var(--ip-edge);background: var(--ip-surface);border-radius: var(--ip-radius);padding: clamp(1rem, 3vw, 1.25rem)}

.hb-ip-legal-article h2 {font-size: clamp(1.05rem, 3vw, 1.15rem);margin: 0 0 0.65rem;font-weight: 800;padding-bottom: 0.45rem;border-bottom: 2px solid rgba(45, 51, 128, 0.12);color: var(--ip-ink)}

.hb-ip-legal-clause {
  margin-bottom: 0.75rem;
}

.hb-ip-legal-clause:last-child {
  margin-bottom: 0;
}

.hb-ip-legal-clause h3 {font-size: 0.92rem;color: var(--ip-accent);font-weight: 800;margin: 0 0 0.35rem}

.hb-ip-legal-clause p,
.hb-ip-legal-clause ul {margin: 0;color: var(--ip-muted);font-size: 0.9rem;line-height: 1.72}

.hb-ip-legal-clause ul {padding-left: 1.2rem;margin-top: 0.35rem}

.hb-ip-legal-clause li {
  margin-bottom: 0.25rem;
}

.hb-ip-legal-contact {margin-top: 0.5rem;border-radius: 12px;border: 1px solid var(--ip-edge);padding: 1rem 1.05rem;background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--ip-surface-alt))}

.hb-ip-legal-contact h2 {margin: 0 0 0.5rem;font-size: 1rem;font-weight: 800;color: var(--ip-ink)}

.hb-ip-legal-contact p {margin: 0 0 0.45rem;line-height: 1.65;font-size: 0.88rem;color: var(--ip-muted)}

.hb-ip-legal-contact p:last-child {
  margin-bottom: 0;
}

.ip-legal-footer-note {padding-bottom: 0.85rem;font-size: 0.88rem;color: var(--ip-muted, #4b4f76);padding-top: 0.5rem;text-align: center}

.ip-legal-footer-note a {
  font-weight: 700;
}


.hb-ip-lgpd-table {margin-top: 0.5rem;border-collapse: collapse;font-size: 0.84rem;width: 100%}

.hb-ip-lgpd-table th,
.hb-ip-lgpd-table td {text-align: left;border: 1px solid var(--ip-edge);padding: 0.55rem 0.6rem;vertical-align: top}

.hb-ip-lgpd-table th {background: var(--ip-surface-alt);color: var(--ip-ink);font-weight: 800}

.hb-ip-lgpd-table td {
  color: var(--ip-muted);
}


.hb-ip-ajuda-grid {display: grid;grid-template-columns: 1fr;gap: var(--ip-gap)}

@media (min-width: 520px) {
  .hb-ip-ajuda-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hb-ip-ajuda-card {padding: 1rem 1.05rem;transition: transform 0.2s ease, box-shadow 0.2s ease;border: 1px solid var(--ip-edge);border-radius: var(--ip-radius);background: var(--ip-surface);text-align: center}

.hb-ip-ajuda-card:hover {transform: translateY(-2px);box-shadow: 0 8px 22px rgba(17, 20, 54, 0.1)}

.hb-ip-ajuda-card__icon {height: 2.75rem;width: 2.75rem;background: var(--ip-surface-alt);color: var(--ip-accent);font-weight: 800;justify-content: center;border-radius: 50%;font-size: 1.25rem;margin-bottom: 0.55rem;display: inline-flex;align-items: center}

.hb-ip-ajuda-card h3 {font-weight: 800;margin: 0 0 0.4rem;color: var(--ip-ink);font-size: 0.98rem}

.hb-ip-ajuda-card p {color: var(--ip-muted);line-height: 1.65;font-size: 0.88rem;margin: 0 0 0.65rem}

.hb-ip-ajuda-card__meta {padding: 0.55rem 0.65rem;text-align: left;line-height: 1.55;border-radius: 8px;color: var(--ip-muted);background: var(--ip-surface-alt);font-size: 0.82rem;margin: 0}

.hb-ip-ajuda-card__meta strong {
  color: var(--ip-ink);
}

.hb-ip-ajuda-links {flex-wrap: wrap;gap: 0.45rem;display: flex;margin-top: 0.65rem}

.hb-ip-ajuda-links a {color: var(--ip-accent) !important;padding: 0.35rem 0.65rem;font-weight: 700;text-decoration: none !important;border-radius: 999px;display: inline-block;background: rgba(45, 51, 128, 0.08);font-size: 0.82rem}

.hb-ip-ajuda-links a:hover {
  background: rgba(45, 51, 128, 0.14);
}

.hb-ip-ticket-checklist {border-radius: 10px;margin: 0.5rem 0 0;font-size: 0.92rem;line-height: 1.75;color: var(--ip-muted);padding: 0.75rem 0.85rem 0.85rem 1.35rem;background: var(--ip-surface-alt);border: 1px dashed var(--ip-edge)}

.hb-ip-ticket-checklist li::marker {color: var(--ip-green);font-weight: 800}

.hb-ip-hours-badge {border-radius: 6px;padding: 0.25rem 0.55rem;color: var(--ip-green);font-size: 0.78rem;display: inline-block;font-weight: 800;background: rgba(4, 190, 2, 0.12);margin-top: 0.35rem}


.hb-ip-feedback-grid {display: grid;grid-template-columns: 1fr;gap: var(--ip-gap)}

@media (min-width: 520px) {
  .hb-ip-feedback-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hb-ip-feedback-card {background: var(--ip-surface);padding: 1rem 1.05rem;border: 1px solid var(--ip-edge);border-radius: var(--ip-radius);border-left: 4px solid var(--ip-accent)}

.hb-ip-feedback-card--bug {
  border-left-color: rgb(192,57,43);
}

.hb-ip-feedback-card--idea {
  border-left-color: var(--ip-gold);
}

.hb-ip-feedback-card--ux {
  border-left-color: var(--ip-blue);
}

.hb-ip-feedback-card--promo {
  border-left-color: var(--ip-green);
}

.hb-ip-feedback-card__tag {padding: 0.2rem 0.5rem;display: inline-block;font-weight: 800;color: var(--ip-accent);background: var(--ip-surface-alt);text-transform: uppercase;margin-bottom: 0.45rem;letter-spacing: 0.04em;font-size: 0.72rem;border-radius: 6px}

.hb-ip-feedback-card h3 {font-weight: 800;font-size: 0.98rem;color: var(--ip-ink);margin: 0 0 0.4rem}

.hb-ip-feedback-card p {margin: 0 0 0.55rem;line-height: 1.65;font-size: 0.88rem;color: var(--ip-muted)}

.hb-ip-feedback-example {font-size: 0.8rem;color: var(--ip-muted);line-height: 1.55;padding: 0.55rem 0.65rem;font-style: italic;margin: 0;background: var(--ip-surface-alt);border-radius: 8px}


:root {--ip-accent: rgb(0,39,118);--ip-gold: rgb(255,223,0);--ip-surface: rgba(255, 255, 255, 0.94);--ip-blue: #0057b8;--ip-edge: rgba(0, 155, 58, 0.26);--ip-surface-alt: rgba(255, 223, 0, 0.14);--ip-muted: rgb(49,82,70);--ip-ink: #062c1e;--ip-green: rgb(0,155,58)}
.hb-ip-block,
.hb-ip-media-block,
.ip-card,
.hb-ip-bonus-card,
.hb-ip-ajuda-card,
.hb-ip-feedback-card {box-shadow: 0 8px 24px rgba(0, 39, 118, 0.08) !important;border-color: var(--ip-edge) !important}
.hb-ip-media-block {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 223, 0, 0.18) 100%) !important;
}
.hb-ip-bonus-card--welcome::before,
.hb-ip-feedback-card--idea {background: linear-gradient(180deg, #ffdf00, #f5c400) !important;border-left-color: #ffdf00 !important}
.hb-ip-bonus-card--cash::before,
.hb-ip-feedback-card--promo {background: linear-gradient(180deg, #009b3a, #007f30) !important;border-left-color: #009b3a !important}
.hb-ip-bonus-card--vip::before,
.hb-ip-bonus-card--reload::before,
.hb-ip-feedback-card--ux {border-left-color: #0057b8 !important;background: linear-gradient(180deg, #002776, #0057b8) !important}

.hb-ip-feedback-steps {counter-reset: fb-step;margin: 0.5rem 0 0;padding: 0;list-style: none}

.hb-ip-feedback-steps li {margin-bottom: 0.65rem;line-height: 1.65;padding-left: 2rem;position: relative;font-size: 0.92rem;color: var(--ip-muted)}

.hb-ip-feedback-steps li::before {width: 1.45rem;background: var(--ip-accent);content: counter(fb-step);font-size: 0.75rem;color: rgba(255,255,255,1);counter-increment: fb-step;top: 0.1rem;position: absolute;height: 1.45rem;font-weight: 800;line-height: 1.45rem;left: 0;border-radius: 50%;text-align: center}

.hb-ip-feedback-steps li:last-child {
  margin-bottom: 0;
}


:root {--ip-muted: #5b506b;--ip-green: rgb(0,183,168);--ip-gold: #ff8a3d;--ip-surface: rgba(255, 255, 255, 0.94);--ip-accent: #4b2ca3;--ip-blue: #2b185f;--ip-ink: rgba(31,22,51,1);--ip-edge: rgba(75, 44, 163, 0.24);--ip-surface-alt: rgba(255, 138, 61, 0.12)}
.hb-ip-block,
.hb-ip-media-block,
.ip-card,
.hb-ip-bonus-card,
.hb-ip-ajuda-card,
.hb-ip-feedback-card {border-color: var(--ip-edge) !important;box-shadow: 0 8px 24px rgba(75, 44, 163, 0.08) !important}
.hb-ip-media-block {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 138, 61, 0.16) 100%) !important;
}
.hb-ip-bonus-card--welcome::before,
.hb-ip-feedback-card--idea {background: linear-gradient(180deg, #ff8a3d, #ff6b4a) !important;border-left-color: #ff8a3d !important}
.hb-ip-bonus-card--cash::before,
.hb-ip-feedback-card--promo {border-left-color: rgb(0,183,168) !important;background: linear-gradient(180deg, #00b7a8, #008f84) !important}
.hb-ip-bonus-card--vip::before,
.hb-ip-bonus-card--reload::before,
.hb-ip-feedback-card--ux {border-left-color: #4b2ca3 !important;background: linear-gradient(180deg, #4b2ca3, #2b185f) !important}







body a,
body a:link,
body a:visited,
body a:hover,
body a:focus-visible {
  text-decoration: none;
}

.hb-themed-link,
.hb-themed-link:hover,
.hb-themed-link:focus-visible {
  text-decoration: none;
}

.hb-themed-link {
  color: #4b2ca3;
}

.hb-themed-link:hover,
.hb-themed-link:focus-visible {
  color: #e85f3c;
}

.hb-body {color: rgb(255,255,255);background-color: #000;padding: 0;margin: 0}
.hb-main { display: block; }
.hb-skip-link {background: #416a55;color: #fff;top: 0;z-index: 2000;position: absolute;padding: 8px 16px;left: -9999px}
.hb-skip-link:focus {left: 8px;top: 8px}
.hb-py-3 {padding-top: 1rem !important;padding-bottom: 1rem !important}
.hb-py-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important}

.sf-sticky-cta {display: flex;border-top: 1px solid rgba(255,255,255,0.15);right: 0;bottom: 0;padding: 12px 20px;gap: 14px;position: fixed;z-index: 80;align-items: center;background: #1a2635;justify-content: space-between;left: 0}
.sf-sticky-cta__meta {display: flex;font-size: 12px;flex-direction: column;color: rgba(216,201,184,1)}
.sf-sticky-cta__meta strong {font-size: 14px;color: #c9a84c}
.sf-sticky-cta__button {background: #416a55;padding: 10px 22px;font-weight: 700;border-radius: 999px;color: #fff}
@media (max-width: 768px) {
  .sf-has-sticky-cta main { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)) !important; }
}


.sf-related-articles{background:rgba(255,255,255,.06);padding:clamp(18px,3vw,28px);border:1px solid rgba(148,163,184,.24);box-shadow:0 16px 45px rgba(15,23,42,.08);margin:clamp(28px,5vw,56px) auto;border-radius:24px;max-width:1120px}
.sf-related-articles h2{margin:0 0 8px;font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.2}
.sf-related-articles>p{opacity:.78;line-height:1.65;margin:0 0 18px}
.sf-related-articles__list{gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));list-style:none;padding:0;margin:0;display:grid}
.sf-related-articles__item{margin:0;list-style:none;padding:0}
.sf-related-articles__link{flex-direction:column;min-height:100%;border-radius:18px;background:rgba(255,255,255,.08);color:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease;gap:7px;display:flex;text-decoration:none;border:1px solid rgba(148,163,184,.18);padding:16px}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{font-weight:700;color:inherit;letter-spacing:.04em;opacity:.88;padding:3px 9px;background:rgba(59,130,246,.14);width:max-content;font-size:.72rem;text-transform:uppercase;border-radius:999px}
.sf-related-articles strong{line-height:1.35;font-size:1rem}
.sf-related-articles small{line-height:1.45;font-size:.88rem;opacity:.72}
@media(max-width:640px){.sf-related-articles{padding:16px;margin:28px 12px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
