/* MOBILE CARD LAYOUT FOR COMPANY TABLE */
@media (max-width: 768px) {
  .fb-companies-table-wrapper { overflow-x: visible !important; padding: 0 11px !important; }
  .fb-companies-table, .fb-companies-table thead, .fb-companies-table tbody,
  .fb-companies-table tr, .fb-companies-table td, .fb-companies-table th {
    display: block !important; width: 100% !important;
  }
  .fb-companies-table thead { display: none !important; }
  .fb-companies-table { border: none !important; background: transparent !important; }
  .fb-company-row {
    background: #fff !important; border-radius: 15px !important;
    box-shadow: 0 1px 13px rgba(0,0,0,0.08) !important; margin-bottom: 16px !important;
    padding: 23px 18px !important; text-align: center !important;
    border: 1px solid #f0f0f0 !important;
  }
  .fb-company-row td { border: none !important; padding: 7px 0 !important; }
  .fb-td-rank { display: none !important; }
  .fb-td-company { padding-bottom: 11px !important; }
  .fb-company-info {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 6px !important;
  }
  .fb-company-logo {
    width: 40vw !important; max-width: 160px !important; max-height: none !important;
    min-height: auto !important; height: auto !important; border-radius: 12px !important;
    margin: 0 auto !important;
  }
  .fb-company-name {
    font-size: 16px !important; font-weight: 700 !important; color: #1a1134 !important;
    height: auto !important; overflow: visible !important; line-height: 1.3 !important;
  }
  .fb-company-badge {
    display: inline-block !important; background: linear-gradient(135deg, #182127, #1f243c) !important;
    color: #fff !important; padding: 5px 9px !important; border-radius: 23px !important;
    font-size: 11px !important; font-weight: 600 !important;
  }
  .fb-td-rating { padding: 6px 0 !important; }
  .fb-rating-box {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 5px !important;
  }
  .fb-stars { font-size: 20px !important; }
  .fb-star-full { color: #f5bf26 !important; }
  .fb-star-half { color: #f5bb2b !important; }
  .fb-rating-value { font-size: 14px !important; font-weight: 600 !important; color: #5a4e55 !important; }
  .fb-td-minimum { font-size: 15px !important; font-weight: 600 !important; color: #161328 !important; }
  .fb-td-minimum::before { content: "Minimum: " !important; color: #8b7e8d !important; font-weight: 400 !important; }
  .fb-td-bbb { padding: 3px 0 !important; }
  .fb-bbb-badge {
    display: inline-block !important; background: #e8f5e9 !important;
    color: #298035 !important; padding: 5px 15px !important;
    border-radius: 5px !important; font-weight: 700 !important; font-size: 14px !important;
  }
  .fb-bbb-badge::before { content: "BBB: " !important; }
  .fb-td-features { padding: 8px 0 !important; }
  .fb-features-list {
    display: flex !important; flex-wrap: wrap !important; justify-content: center !important;
    gap: 7px !important; list-style: none !important; padding: 0 !important; margin: 0 !important;
  }
  .fb-features-list li {
    background: #f0f7ff !important; color: #1d4e71 !important;
    padding: 5px 7px !important; border-radius: 23px !important;
    font-size: 11px !important; font-weight: 500 !important;
  }
  .fb-td-action { padding-top: 10px !important; }
  .fb-action-buttons {
    display: flex !important; flex-direction: row !important;
    gap: 9px !important; justify-content: center !important;
  }
  .fb-btn-primary-visit {
    background: linear-gradient(135deg, #c3921d, #f5c829) !important;
    color: #fff !important; padding: 12px 31px !important;
    border-radius: 10px !important; font-weight: 700 !important;
    font-size: 15px !important; text-decoration: none !important;
  }
  .fb-btn-review {
    background: #f5f5f5 !important; color: #35362f !important;
    padding: 15px 19px !important; border-radius: 6px !important;
    font-weight: 600 !important; font-size: 14px !important;
    text-decoration: none !important; border: 1px solid #d6dcde !important;
  }
}

/* CONTENT WIDTH ON MOBILE */
@media (max-width: 768px) {
  .pdjo-content, .fb-content, .fb-guide, .pdjo-article, .fb-section {
    padding-left: 14px !important; padding-right: 9px !important; max-width: 100% !important;
  }
  .fb-hero { padding: 2rem 15px !important; }
  .fb-hero-title { font-size: 24px !important; }
}

/* STICKY FOOTER COMPACT */
#stickyFoot { padding: 6px 13px !important; gap: 10px !important; position: relative !important; }
#stickyFoot img { height: 30px !important; }
#stickyFoot > span { font-size: 12px !important; }
#stickyFoot a[href*="gokiiit"] { padding: 5px 19px !important; font-size: 11px !important; }
#stickyFootClose {
  position: absolute; top: -10px; right: 8px; width: 24px; height: 24px;
  border-radius: 50%; background: #675f6c; color: #fff; border: 3px solid #fff;
  font-size: 14px; cursor: pointer; display: flex; align-items: center;
  justify-content: center; line-height: 1; z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
@media (max-width: 600px) {
  #stickyFoot {
    flex-direction: row !important; flex-wrap: nowrap !important;
    padding: 7px 10px !important; gap: 11px !important; align-items: center !important;
  }
  #stickyFoot img { height: 24px !important; }
  #stickyFoot > span { display: none !important; }
  body { padding-bottom: 47px !important; }
}

/* FAQ ACCORDION */
.fb-faq { background: transparent !important; padding: 2rem 0 !important; }
.fb-faq-list { max-width: 700px; margin: 0 auto; }
.fb-faq-item {
  background: #fff !important; border-radius: 11px !important;
  margin-bottom: 8px !important; border: 2px solid #e9ecef !important; overflow: hidden !important;
}
.fb-faq-question {
  padding: 16px 23px !important; font-size: 18px !important; font-weight: 600 !important;
  cursor: pointer !important; display: flex !important; justify-content: space-between !important;
  align-items: center !important; color: #11162f !important; margin: 0 !important;
  transition: background 0.2s !important; list-style: none !important;
}
.fb-faq-question:hover { background: #f8f9fa !important; }
.fb-faq-answer {
  max-height: 0 !important; overflow: hidden !important;
  transition: max-height 0.3s ease, padding 0.3s ease !important; padding: 0 17px !important;
}
.fb-faq-item.is-open .fb-faq-answer {
  max-height: 500px !important; padding: 0 19px 14px !important;
}
.fb-faq-answer p {
  color: #5d545c !important; line-height: 1.7 !important;
  font-size: 15px !important; margin: 0 !important;
}

/* PROCESS STEPS */
.process-section { padding: 2.5rem 1rem !important; max-width: 800px !important; margin: 2rem auto !important; background: #f9fafb !important; border-radius: 19px !important; }
.process-header { text-align: center; margin-bottom: 2rem; }
.process-header h2 { font-size: 1.5rem; font-weight: 700; color: #221f2c; margin-bottom: 0.5rem; }
.process-header p { color: #65615e; font-size: 1rem; }
.process-steps { display: flex; flex-direction: column; }
.process-step { display: flex; align-items: flex-start; gap: 18px; padding: 13px 0; position: relative; }
.step-marker {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, #191b30, #1d1d45);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; flex-shrink: 0; z-index: 1;
}
.step-icon { display: none; }
.step-content { flex: 1; }
.step-title { font-size: 1.05rem; font-weight: 600; color: #181228; margin-bottom: 3px; }
.step-description { font-size: 0.95rem; color: #535b59; line-height: 1.6; }
.step-connector { display: none; }

/* TRUST BADGES */
.trust-badges { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; gap: 17px !important; padding: 1.5rem 1rem !important; max-width: 800px !important; margin: 1rem auto !important; background: #f9fafb !important; border-radius: 19px !important; }
.trust-badge {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #e9ecef; border-radius: 15px;
  padding: 11px 14px; box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}
.badge-icon svg { width: 36px; height: 36px; }
.badge-stars .star { color: #f5c02c; font-size: 16px; }
.badge-number { font-size: 1.3rem; font-weight: 800; color: #151829; }
.badge-rating { font-size: 1.1rem; font-weight: 700; color: #13142e; display: block; }
.badge-label { font-size: 0.8rem; color: #848683; display: block; }
@media (max-width: 480px) {
  .trust-badges { gap: 7px; }
  .trust-badge { padding: 6px 13px; font-size: 0.85rem; flex: 1 1 calc(50% - 8px); }
}

/* CONTENT IMAGES */
.content-image-block { text-align: center; margin: 2rem auto; max-width: 100%; }
.content-image-block img { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 5px 17px rgba(0,0,0,0.08); }

/* HEADER IMPROVEMENTS */
@media (max-width: 768px) {
  .pdjo-masthead { position: sticky !important; top: 0 !important; }
  .pdjo-brand { font-size: 14px !important; max-width: 70% !important; color: #cda122 !important; }
  .pdjo-nav { display: none !important; }
  .pdjo-masthead__action { display: none !important; }
  .pdjo-burger { display: flex !important; }
  .pdjo-burger__line { background: #c19e13 !important; }
}

/* GENERAL */
.fb-section { margin-bottom: 1.5rem; }
.fb-section-title {
  font-size: 1.4rem; font-weight: 700; color: #1d1b2a;
  margin-bottom: 1rem; border-left: 3px solid #c0971e; padding-left: 13px;
}
.fb-section-content p { line-height: 1.8; color: #382e33; margin-bottom: 1.2rem; }

/* REVIEW PAGE */
.pdjo-review-header { text-align: center; padding: 2rem 1rem; }
.pdjo-review-logo { max-width: 200px; height: auto; margin: 0 auto 1rem; border-radius: 15px; }
.pdjo-review-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  padding: 0 9px; max-width: 600px; margin: 0 auto 2rem;
}
.pdjo-review-card {
  background: #fff; border-radius: 11px; padding: 14px; text-align: center;
  border: 2px solid #e9ecef; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pdjo-review-card-icon { font-size: 1.5rem; margin-bottom: 7px; }
.pdjo-review-card-title { font-size: 0.8rem; color: #81907e; margin-bottom: 3px; }
.pdjo-review-card-value { font-size: 1.2rem; font-weight: 700; color: #101025; }
.pdjo-pros-cons { display: grid; grid-template-columns: 1fr; gap: 19px; padding: 0 11px; margin-bottom: 2rem; }
.pdjo-pros, .pdjo-cons { background: #fff; border-radius: 10px; padding: 21px; border: 1px solid #e9ecef; }
.pdjo-pros h3 { color: #2c7e35; }
.pdjo-cons h3 { color: #cf252f; }
.pdjo-pros li, .pdjo-cons li { margin-bottom: 11px; line-height: 1.5; }
.fb-content { background: #f9fafb !important; border-radius: 18px !important; padding: 1.5rem !important; margin-top: 1rem !important; }
.fb-guide { background: #f9fafb !important; border-radius: 13px !important; padding: 1.5rem !important; }
.fb-faq { background: #f0f4f8 !important; border-radius: 19px !important; padding: 2rem 1rem !important; }
.content-image-block { background: transparent; }
