﻿/* ============================================
   GO88 - Unified Stylesheet
   ============================================
   1.  Reset & Base
   2.  Header
   3.  Breadcrumb
   4.  Page Containers
   5.  Hero Sections
   6.  Cards
   7.  Sections
   8.  Lists
   9.  Buttons
   10. CTA
   11. Grids
   12. Contact - Channels
   13. Forms
   14. FAQ Accordion
   15. Comments
   16. Comment Popup
   17. Spinner & Animation
   18. Social Share
   19. See Also / Internal Links
   20. Footer
   21. Tags
   22. Responsive
   ============================================ */

/* ===========================================
   1. RESET & BASE
   =========================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  background: #0d0906 url('../image/bg-1.jpg') top center no-repeat fixed;
  background-size: 100% auto;
  background-color: #0d0906;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a {
  color: #f6ff00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===========================================
   2. HEADER
   =========================================== */
.go88-header {
  text-align: center;
  padding: 24px 20px 12px !important;
}

.go88-header img {
  width: 160px;
}

/* ===========================================
   3. BREADCRUMB
   =========================================== */
.social-share a{
  color: #fff!important;
}

.go88-breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 16px;
  font-size: 14px;
  color: #aaa;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.go88-breadcrumb a {
  color: #f6ff00;
  font-weight: 500;
}

.go88-breadcrumb > span {
  margin: 0 6px;
  color: #cacaca;
}

.go88-breadcrumb > span.breadcrumb-date {
  color: #fff;
}

.breadcrumb-path {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

.breadcrumb-path span {
  margin: 0 6px;
  color: #666;
}

.breadcrumb-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.breadcrumb-date svg {
  flex-shrink: 0;
  color: #fff;
}
#seoInfo .home-wrapper ul, #seoInfo .home-wrapper ol{
  padding-left: 30px;
}

/* ===========================================
   4. PAGE CONTAINERS
   =========================================== */
.go88-privacy-page,
.go88-rg-page,
.go88-terms-page,
.go88-contact-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 56px;
}

/* ===========================================
   5. HERO SECTIONS
   =========================================== */
.go88-privacy-hero,
.go88-rg-hero,
.go88-terms-hero,
.go88-contact-hero {
  margin-bottom: 28px;
}

.go88-privacy-hero h1,
.go88-rg-hero h1,
.go88-terms-hero h1,
.go88-contact-hero h1 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.go88-privacy-hero p,
.go88-rg-hero p,
.go88-terms-hero p,
.go88-contact-hero p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  max-width: 860px;
}

/* ===========================================
   6. CARDS
   =========================================== */
.go88-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px;
  background: rgba(25, 17, 13, 0.85);
  backdrop-filter: blur(10px);
  margin-bottom: 20px;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-height: auto;
}

.go88-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.1);
}

.go88-card h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #f6ff00;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(201, 168, 76, 0.25);
}

.go88-card p {
  margin: 0 0 12px;
  color: #fff;
}

.go88-card ul {
  margin: 0 0 12px;
  list-style: none;
  color: #fff;
}

/* Shared list item styles for .go88-card ul li and .go88-list li */
.go88-card ul li,
.go88-list li {
  margin-bottom: 10px;
  padding: 8px 12px 8px 32px;
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border-left: 3px solid rgba(201, 168, 76, 0.4);
  transition: background 0.2s, border-color 0.2s;
}

.go88-card ul li:hover,
.go88-list li:hover {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: #f6ff00;
}

.go88-card ul li::before,
.go88-list li::before {
  content: '\2726';
  position: absolute;
  left: 10px;
  top: 9px;
  color: #c9a84c;
  font-size: 12px;
}

/* ===========================================
   7. SECTIONS
   =========================================== */
.go88-section {
  margin: 0 0 32px;
}

.go88-section h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #f6ff00;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(201, 168, 76, 0.25);
}

.go88-section p {
  margin: 0 0 12px;
  color: #fff;
}

/* ===========================================
   8. LISTS
   =========================================== */
.go88-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #fff;
}

/* ===========================================
   9. BUTTONS
   =========================================== */
.go88-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.go88-btn {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: all 0.2s;
}

.go88-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: #fff;
}

.go88-btn:active {
  transform: scale(0.98);
}

.go88-btn-primary {
  background: linear-gradient(135deg, #f6ff00, #e6c200);
  color: #111;
  border: none;
  font-weight: 700;
}

.go88-btn-primary:hover {
  background: linear-gradient(135deg, #fff, #f6ff00);
  color: #111;
}

/* ===========================================
   10. CTA
   =========================================== */
.go88-cta {
  margin-top: 36px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(25, 17, 13, 0.85);
  backdrop-filter: blur(10px);
}

.go88-cta h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #f6ff00;
}

.go88-cta p {
  color: #fff;
}

/* ===========================================
   11. GRIDS
   =========================================== */

/* Responsible Gaming */
.go88-rg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.go88-rg-grid .go88-card {
  margin-bottom: 0;
}

/* About - Features */
.go88-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

.go88-feature-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s;
}

.go88-feature-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.go88-feature-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
}

.go88-feature-item p {
  margin: 0;
  color: #aaa;
  font-size: 14px;
}

/* Contact */
.go88-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  margin: 28px 0 36px;
}

/* ===========================================
   12. CONTACT - CHANNELS
   =========================================== */
.go88-channel-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.go88-channel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s;
}

.go88-channel:hover {
  background: rgba(255, 255, 255, 0.08);
}

.go88-channel h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.go88-channel p {
  margin: 0 0 8px;
  color: #aaa;
  font-size: 14px;
}

.go88-channel a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
  color: #f6ff00;
}

.go88-channel a:hover {
  color: #fff;
}

.go88-sub {
  margin-top: 8px;
  font-size: 13px;
  color: #888;
}

/* ===========================================
   13. FORMS
   =========================================== */
.go88-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

.go88-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.go88-field-full {
  grid-column: 1 / -1;
}

.go88-field label {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.go88-field input,
.go88-field select,
.go88-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  font: inherit;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.go88-field input::placeholder,
.go88-field textarea::placeholder {
  color: #777;
}

.go88-field input:focus,
.go88-field select:focus,
.go88-field textarea:focus {
  outline: none;
  border-color: #f6ff00;
  box-shadow: 0 0 0 3px rgba(246, 255, 0, 0.15);
}

.go88-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.go88-field select option {
  background: #1a1210;
  color: #fff;
}

.go88-field textarea {
  min-height: 140px;
  resize: vertical;
}

.go88-field input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  accent-color: #f6ff00;
}

.go88-help {
  margin-top: 6px;
  font-size: 13px;
  color: #888;
}

.go88-note {
  margin-top: 14px;
  font-size: 14px;
  color: #888;
}

.go88-note code {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  color: #f6ff00;
}

/* ===========================================
   14. FAQ ACCORDION
   =========================================== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.faq-item {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}

.faq-item:hover {
  border-color: rgba(247, 166, 0, 0.3);
}

.faq-item.active {
  border-color: rgba(247, 166, 0, 0.4);
  background: linear-gradient(145deg, rgba(247, 166, 0, 0.08), rgba(255, 255, 255, 0.03));
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: none;
  border: none;
  text-align: left;
  font-family: inherit;
  transition: color 0.2s;
}

.faq-question h3 {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  color: #fff;
}

.faq-question:hover {
  color: #f7a600;
}

.faq-accordion .faq-item h3 {
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: none !important;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.35s ease;
  color: rgba(255, 255, 255, 0.4);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: #f7a600;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.7;
}

.faq-answer-inner {
  padding: 0 20px 16px;
}

.faq-answer p {
  margin: 0 0 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* ===========================================
   15. COMMENTS
   =========================================== */
.comments-section {
  margin-bottom: 20px;
}

.comment-item {
  display: flex;
  gap: 0;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 16px;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s;
}

.comment-item:hover {
  border-color: rgba(247, 166, 0, 0.3);
}

.comment-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 14px;
}

.comment-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, rgba(247, 166, 0, 0.3), transparent);
  margin-top: 8px;
  border-radius: 2px;
}

.comment-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.comment-avatar-sm {
  width: 28px;
  height: 28px;
  font-size: 11px;
}

.comment-body {
  flex: 1;
  min-width: 0;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.comment-author {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.comment-verified {
  display: inline-flex;
  align-items: center;
}

.comment-rating {
  display: inline-flex;
  gap: 1px;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #f7a600, #ff6a00);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(247, 166, 0, 0.3);
}

.comment-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin-left: auto;
}

.comment-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.comment-actions {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.comment-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.2s;
}

.comment-action-btn:hover,
.comment-action-btn.active {
  color: #f7a600;
  background: rgba(247, 166, 0, 0.1);
}

.comment-reply {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(247, 166, 0, 0.06), rgba(255, 106, 0, 0.03));
  border: 1px solid rgba(247, 166, 0, 0.12);
  border-radius: 12px;
  position: relative;
}

.comment-reply-indicator {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.comment-reply-body {
  flex: 1;
  min-width: 0;
}

/* Comment Form */
.comments-section .comment-form {
  width: 100%;
}

.comment-form .action {
  display: flex;
  justify-content: flex-end;
}

.comment-form .btn {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 7px 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: all 0.2s;
}

/* ===========================================
   16. COMMENT POPUP
   =========================================== */
.comment-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.comment-overlay.show {
  opacity: 1;
  visibility: visible;
}

.comment-popup {
  background: linear-gradient(180deg, #7460311a 0, #e3a9302b 30%, #2f1e07 100%);
  border: 1px solid rgba(247, 166, 0, 0.3);
  border-radius: 20px;
  padding: 40px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  transform: scale(0.8) translateY(20px);
  transition: transform 0.4s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.comment-overlay.show .comment-popup {
  transform: scale(1) translateY(0);
}

.comment-popup-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #f7a600, #ff6a00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(247, 166, 0, 0.3);
}

.comment-popup h4 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #fff;
}

.comment-popup p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.comment-popup-close {
  display: inline-block;
  padding: 10px 32px;
  background: linear-gradient(135deg, #f7a600, #ff6a00);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.comment-popup-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(247, 166, 0, 0.4);
}

/* ===========================================
   17. SPINNER & ANIMATION
   =========================================== */
.btn-spinner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===========================================
   18. SOCIAL SHARE
   =========================================== */
.social-share {
  margin-top: 30px;
  border-radius: 12px;
  display: flex;
}

.social-share p {
  margin: 0 0 14px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.social-share .share-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-top: -12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.share-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: -4px;
}

.social-share a span {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}

/* ===========================================
   19. BACK HOME BUTTON
   =========================================== */
.back-home {
  margin-top: 28px;
  text-align: center;
}

.back-home .go88-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(246, 255, 0, 0.2);
  transition: all 0.25s;
}

.back-home .go88-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(246, 255, 0, 0.35);
  text-decoration: none;
}

/* ===========================================
   20. SEE ALSO / INTERNAL LINKS
   =========================================== */
.see-also {
  margin-top: 32px;
  padding: 20px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.see-also-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #f7a600;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(247, 166, 0, 0.3);
}

.see-also ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.see-also ul li {
  position: relative;
}

.see-also ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.25s;
}

.see-also ul li a::before {
  content: '\2726';
  color: #c9a84c;
  font-size: 10px;
}

.see-also ul li a:hover {
  background: rgba(247, 166, 0, 0.12);
  border-color: rgba(247, 166, 0, 0.4);
  color: #f7a600;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(247, 166, 0, 0.15);
  text-decoration: none;
}

/* ===========================================
   20. FOOTER
   =========================================== */
.go88-ft {
  background: #040201;
  padding: 2rem 20px;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.go88-ft-container {
  max-width: 800px;
  margin: 0 auto;
}

.go88-ft p {
  margin-bottom: 0;
  line-height: 1.1;
}

.go88-ft a {
  color: #ffe9a4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.go88-ft a:hover {
  color: #ffe9a4;
  text-decoration: underline;
}

.go88-ft .logoft {
  width: 58%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.go88-ft .logoft img {
  max-width: 100%;
}

.go88-ft .ftlbl {
  text-transform: uppercase;
  color: #ffe9a4;
  font-size: 15px;
  padding-bottom: .8rem;
  margin: 0;
}

.go88-ft .ftbtn {
  padding-top: .5rem;
  display: grid;
  grid-template-columns: repeat(3, 50px);
  gap: 10px;
  justify-content: center;
  margin: 0;
}

/* Footer Social Icons */
.fticon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}

.fticon:hover {
  transform: scale(1.2);
  filter: brightness(1.3);
  box-shadow: 0 0 14px rgba(201, 168, 76, 0.5);
}

.go88-ft .ftfb {
  background-image: url('../image/icon-fb-ft-1.9.3.png');
}

.go88-ft .fttele {
  background-image: url('../image/icon-tele-ft-1.9.3.png');
}

.ftig {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 58'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23c9a84c'/%3E%3Cstop offset='50%25' stop-color='%23f5e6a3'/%3E%3Cstop offset='100%25' stop-color='%23a07830'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='30.5' cy='29' r='27' fill='%23110d08' stroke='url(%23g)' stroke-width='3'/%3E%3Crect x='19' y='17.5' width='23' height='23' rx='6' fill='none' stroke='%23c9a84c' stroke-width='2'/%3E%3Ccircle cx='30.5' cy='29' r='6' fill='none' stroke='%23c9a84c' stroke-width='2'/%3E%3Ccircle cx='37.5' cy='22' r='1.5' fill='%23c9a84c'/%3E%3C/svg%3E");
}

.ftyt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 58'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23c9a84c'/%3E%3Cstop offset='50%25' stop-color='%23f5e6a3'/%3E%3Cstop offset='100%25' stop-color='%23a07830'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='30.5' cy='29' r='27' fill='%23110d08' stroke='url(%23g)' stroke-width='3'/%3E%3Cpath d='M40 29c0 1.5-.2 3-.2 3s-.2 1.5-.8 2.2c-.8.8-1.6.8-2 .9-2.8.2-7 .2-7 .2s-5.2 0-6.8-.2c-.5-.1-1.4-.1-2.2-.9-.6-.7-.8-2.2-.8-2.2S20 30.5 20 29v-1.5c0-1.5.2-3 .2-3s.2-1.5.8-2.2c.8-.8 1.6-.8 2-.9 2.8-.2 7-.2 7-.2s4.2 0 7 .2c.4.1 1.2.1 2 .9.6.7.8 2.2.8 2.2s.2 1.5.2 3V29z' fill='%23c9a84c'/%3E%3Cpolygon points='28,25 28,33 35,29' fill='%23110d08'/%3E%3C/svg%3E");
}

.ftx {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 58'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23c9a84c'/%3E%3Cstop offset='50%25' stop-color='%23f5e6a3'/%3E%3Cstop offset='100%25' stop-color='%23a07830'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='30.5' cy='29' r='27' fill='%23110d08' stroke='url(%23g)' stroke-width='3'/%3E%3Cpath d='M37.5 19h3l-6.5 7.4 7.7 10.2H35.5l-4.7-6.2-5.4 6.2h-3l7-8-7.4-9.6h6.2l4.3 5.6zm-1 15.8h1.7l-11-14.5h-1.8z' fill='%23c9a84c'/%3E%3C/svg%3E");
}

.ftpin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 58'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23c9a84c'/%3E%3Cstop offset='50%25' stop-color='%23f5e6a3'/%3E%3Cstop offset='100%25' stop-color='%23a07830'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='30.5' cy='29' r='27' fill='%23110d08' stroke='url(%23g)' stroke-width='3'/%3E%3Cpath d='M30.5 16C24.7 16 20 20.5 20 26.1c0 3.4 1.8 6.5 4.6 8.2 0-.6 0-1.4.2-2l1.2-5s-.3-.6-.3-1.4c0-1.4.8-2.4 1.8-2.4.8 0 1.2.6 1.2 1.4 0 .8-.5 2.1-.8 3.2-.2 1 .5 1.8 1.4 1.8 1.7 0 3-2 3-4.5 0-2.4-1.6-4-4.1-4-2.8 0-4.4 2.1-4.4 4.2 0 .8.3 1.7.7 2.2.1.1.1.1 0 .3l-.3 1.1c0 .2-.1.2-.3.1-1.2-.6-2-2.4-2-3.8 0-3.1 2.3-6 6.5-6 3.4 0 6 2.4 6 5.7 0 3.4-2.1 6.1-5.1 6.1-1 0-1.9-.5-2.2-1.1l-.6 2.3c-.2.9-.8 1.9-1.2 2.6.9.3 1.9.4 2.9.4 5.8 0 10.5-4.5 10.5-10.1C41 20.5 36.3 16 30.5 16z' fill='%23c9a84c'/%3E%3C/svg%3E");
}

.go88-ft .ftcn {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.go88-ft .ftcn img {
  max-width: 100%;
}

/* Footer Hotline */
.ft-hotline-box {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.ft-hotline-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 280px;
  padding: 12px 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #74603147 0%, #e3a9302b 30%, #5c3d12 100%);
  border: 1.5px solid #d4b058;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(220, 190, 100, 0.25);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: transform 0.15s, box-shadow 0.15s;
  justify-content: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.ft-hotline-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(201, 168, 76, 0.45);
  text-decoration: none;
  color: #fff;
}

.ft-hotline-btn:active {
  transform: scale(0.97);
}

.ft-hotline-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

/* Footer Menu & Legal */
.ft-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ft-menu a {
  color: #ffe9a4;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.ft-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.ft-legal {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.ft-legal a {
  color: #ffe9a4;
  font-size: 12px;
  text-decoration: none;
}

.ft-legal a:hover {
  color: #fff;
}

.ft-addr {
  color: #ffe9a4;
  font-size: 12px;
  margin-top: 8px;
}

.copyright {
  text-align: center;
  border-top: 1px solid #1a1811;
  padding-top: 10px;
  margin-top: 1rem;
  font-size: 12px;
  color: #fff;
}

/* ===========================================
   21. TAGS
   =========================================== */
.go88-tags {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 8px 0;
}

/* ===========================================
   22. RESPONSIVE
   =========================================== */
@media (max-width: 900px) {
  .go88-rg-grid,
  .go88-feature-grid,
  .go88-contact-grid,
  .go88-form-grid {
    grid-template-columns: 1fr;
  }

  .go88-field-full {
    grid-column: auto;
  }

  .go88-privacy-hero h1,
  .go88-rg-hero h1,
  .go88-terms-hero h1,
  .go88-contact-hero h1 {
    font-size: 26px;
  }

  .go88-privacy-hero p,
  .go88-rg-hero p,
  .go88-terms-hero p,
  .go88-contact-hero p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .ft-hotline-btn {
    max-width: 100%;
    flex: auto;
    font-size: 13px;
    padding: 11px 16px;
  }
}

@media (max-width: 575px) {
  body {
    background-image: url('../image/bg-mobile-1.jpg');
    background-size: 300% auto;
  }

  .go88-header img {
    width: 120px;
  }

  .go88-privacy-hero h1,
  .go88-rg-hero h1,
  .go88-terms-hero h1,
  .go88-contact-hero h1 {
    font-size: 22px;
  }
}
