/* Style halaman predator-apa-itu.php (dipisah) */
/* Page Heading */

    /* Section Spacing */
    .info-content {
      padding: 0px 0;
    }

    .carousel-section {
      padding: 40px 0;
      background-color: #f8f9fa;
    }

    /* Info Box Styling */
    .info-box {
      background: #fff;
      border-radius: 10px;
      padding: 35px;
      height: 100%;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 2px solid transparent;
    }

    .info-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 51, 102, 0.15);
      border-color: var(--polines-gold);
    }

    .icon-header {
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      padding-bottom: 20px;
      border-bottom: 3px solid var(--polines-gold);
    }

    .icon-header i {
      font-size: 36px;
      color: var(--polines-gold);
      margin-right: 15px;
    }

    .icon-header h3 {
      font-weight: 600;
      font-size: 22px;
      color: var(--polines-navy);
      margin: 0;
    }

    .icon-header.text-center {
      flex-direction: column;
      align-items: center;
      border-bottom: none;
    }

    .icon-header.text-center i {
      margin-right: 0;
      margin-bottom: 15px;
      font-size: 48px;
    }

    /* Detailed List Styling */
    .detailed-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .detailed-list li {
      margin-bottom: 20px;
      padding-left: 30px;
      position: relative;
    }

    .detailed-list li:before {
      content: "⚠";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--polines-gold);
      font-size: 20px;
      font-weight: bold;
    }

    .detailed-list li strong {
      display: block;
      font-size: 16px;
      color: var(--polines-navy);
      margin-bottom: 5px;
      font-weight: 600;
    }

    .detailed-list li p {
      font-size: 14px;
      line-height: 1.7;
      color: #555;
      margin: 0;
    }

    /* Tips Box Styling */
    .tips-box {
      background: linear-gradient(135deg, var(--polines-navy) 0%, var(--polines-blue) 100%);
      border-radius: 15px;
      padding: 40px;
      color: #fff;
      box-shadow: 0 10px 40px rgba(0, 51, 102, 0.3);
    }

    .tips-box .icon-header {
      border-bottom-color: var(--polines-gold);
    }

    .tips-box .icon-header h3 {
      color: #fff;
    }

    .tips-box .icon-header i {
      color: var(--polines-gold);
    }

    .tip-item {
      text-align: center;
      padding: 20px;
      margin-top: 20px;
    }

    .tip-item i {
      font-size: 40px;
      color: var(--polines-gold);
      margin-bottom: 15px;
      display: block;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

    .tip-item h4 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .tip-item p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.95);
      line-height: 1.6;
      margin: 0;
      font-weight: 400;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    /* Button Hover Effect */
    .btn-light {
      background: var(--polines-gold) !important;
      color: var(--polines-navy) !important;
      border: 2px solid var(--polines-gold) !important;
      font-weight: 600 !important;
    }

    .btn-light:hover {
      background: var(--polines-yellow) !important;
      color: var(--polines-navy) !important;
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(253, 181, 21, 0.4) !important;
    }

    /* Section Spacing */
    .info-content .row > [class*='col-'] {
      margin-bottom: 30px;
    }

    /* Section Title */
    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .section-title h2 {
      font-weight: 700;
      font-size: 32px;
      color: var(--polines-navy);
      margin-bottom: 15px;
    }

    .section-title p {
      font-size: 16px;
      color: #666;
      line-height: 1.8;
      max-width: 800px;
      margin: 0 auto;
    }

    /* Carousel Item Styling */
    .owl-carousel .item {
      padding: 10px;
    }

    .owl-carousel .thumb {
      border: 2px solid transparent;
      padding: 20px;
      background: #fff;
      border-radius: 8px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
      cursor: pointer;
    }

    .owl-carousel .thumb:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 51, 102, 0.15);
      border-color: var(--polines-gold);
    }

    .owl-carousel .thumb img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      border-radius: 5px;
      cursor: pointer;
    }

    .owl-carousel .thumb h4 {
      font-size: 16px;
      font-weight: 600;
      color: var(--polines-navy);
      margin: 0;
    }

    /* Owl Carousel Navigation */
    .owl-carousel .owl-nav button {
      font-size: 24px;
      color: var(--polines-navy);
      background: var(--polines-gold);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .owl-carousel .owl-nav button:hover {
      background: var(--polines-yellow);
      color: var(--polines-navy);
    }

    /* Lightbox Modal Styling */
    .lightbox-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 51, 102, 0.9);
      overflow: auto;
      animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .lightbox-modal.active {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lightbox-content {
      position: relative;
      max-width: 90%;
      max-height: 90vh;
      margin: auto;
      animation: zoomIn 0.3s ease;
    }

    @keyframes zoomIn {
      from {
        transform: scale(0.8);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .lightbox-content img {
      width: 100%;
      height: auto;
      max-height: 90vh;
      object-fit: contain;
      border-radius: 8px;
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    }

    .lightbox-close {
      position: absolute;
      top: -50px;
      right: 0;
      color: var(--polines-gold);
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 45px;
      height: 45px;
      background: rgba(253, 181, 21, 0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }

    .lightbox-close:hover {
      background: rgba(253, 181, 21, 0.4);
      transform: rotate(90deg);
    }

    .lightbox-caption {
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      margin-top: 20px;
      padding: 10px;
      background: rgba(0, 51, 102, 0.8);
      border-radius: 5px;
    }

    /* Clone & Hijacked Journal Alert Box */
    .alert-box {
      background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
      border-radius: 15px;
      padding: 40px;
      color: #fff;
      box-shadow: 0 10px 40px rgba(255, 107, 107, 0.3);
      margin-bottom: 30px;
    }

    .alert-box .icon-header {
      border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    }

    .alert-box .icon-header h3,
    .alert-box .icon-header i {
      color: #fff;
    }

    .alert-list {
      list-style: none;
      padding: 0;
      margin: 20px 0 0 0;
    }

    .alert-list li {
      margin-bottom: 20px;
      padding-left: 35px;
      position: relative;
      color: #fff;
      font-size: 15px;
      line-height: 1.7;
    }

    .alert-list li:before {
      content: "🚨";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
    }

    .alert-list li strong {
      display: block;
      font-size: 16px;
      color: #fff;
      margin-bottom: 8px;
      font-weight: 700;
    }
    
    .alert-list li p {
      color: #fff;
      margin: 0;
    }

    /* Comparison Box */
    .comparison-box {
      background: #fff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      margin-top: 20px;
      height: 100%;
      border: 2px solid transparent;
      transition: all 0.3s ease;
    }

    .comparison-box:hover {
      border-color: var(--polines-gold);
    }
    
    .comparison-box p {
      color: #555;
    }
    
    .comparison-box .alert-list li {
      color: #333;
      font-size: 14px;
    }
    
    .comparison-box .alert-list li strong {
      color: var(--polines-navy);
    }
    
    .comparison-box .alert-list li p {
      color: #555;
    }
    
    .comparison-box .icon-header {
      border-bottom-color: var(--polines-gold);
    }
    
    .comparison-box .icon-header i {
      color: var(--polines-gold);
    }
    
    .comparison-box .icon-header h3 {
      color: var(--polines-navy);
    }

    /* ===== TABEL PERBANDINGAN - FIXED FOR MOBILE ===== */
    .comparison-table {
      width: 100%;
      margin-top: 20px;
      font-size: 14px;
      border-collapse: collapse;
    }

    .comparison-table th {
      background: linear-gradient(135deg, var(--polines-navy) 0%, var(--polines-blue) 100%);
      color: #ffffff !important;
      padding: 15px;
      text-align: left;
      font-weight: 600;
      border-bottom: 2px solid var(--polines-gold);
      font-size: 14px;
    }

    .comparison-table td {
      padding: 15px;
      border-bottom: 1px solid #dee2e6;
      vertical-align: top;
      color: #333 !important;
      font-size: 14px;
      line-height: 1.6;
      background-color: #fff;
    }

    .comparison-table td strong {
      color: #000 !important;
      font-weight: 700;
    }

    .comparison-table tr:last-child td {
      border-bottom: none;
    }

    .comparison-table tr:hover td {
      background-color: #f8f9fa;
    }

    .badge-danger {
      background: #dc3545 !important;
      color: #fff !important;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 11px;
      font-weight: 700;
      display: inline-block;
    }

    .badge-success {
      background: #28a745 !important;
      color: #fff !important;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 11px;
      font-weight: 700;
      display: inline-block;
    }

    /* ===== RESPONSIVE BREAKPOINTS ===== */
    
    /* Tablet & Medium Devices (< 992px) */
    @media (max-width: 991px) {
      header.header-area .main-nav .nav {
        background-color: var(--polines-navy) !important;
      }

      header.header-area .main-nav .nav li.has-sub ul.sub-menu {
        background-color: var(--polines-blue) !important;
      }

      .comparison-table {
        font-size: 13px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      
      .comparison-table th,
      .comparison-table td {
        padding: 12px 10px;
        font-size: 13px;
        min-width: 120px;
      }
      
      .comparison-table td {
        word-wrap: break-word;
      }
    }

    /* Mobile Devices (< 767px) */
    @media (max-width: 767px) {
      .section-title h2 {
        font-size: 26px;
      }

      .info-content h3 {
        font-size: 20px;
      }

      .info-content {
        padding: 40px 0;
      }

      .carousel-section {
        padding: 40px 0;
      }

      .lightbox-close {
        top: -40px;
        font-size: 30px;
        width: 40px;
        height: 40px;
      }

      .lightbox-caption {
        font-size: 16px;
      }

      .info-content .row.mt-4,
      .info-content .row.mt-5 {
        margin-top: 10px !important;
      }

      /* Table Responsive untuk Mobile */
      .table-responsive {
        margin: 0 -15px;
        padding: 0 15px;
        position: relative;
      }
      
      .comparison-table {
        font-size: 12px;
        border: 1px solid #dee2e6;
      }

      .comparison-table th {
        padding: 10px 8px;
        font-size: 12px !important;
        white-space: normal;
        min-width: 100px;
        color: #ffffff !important;
      }
      
      .comparison-table td {
        padding: 10px 8px;
        font-size: 12px !important;
        line-height: 1.5;
        min-width: 100px;
        color: #333 !important;
      }
      
      .comparison-table td strong {
        font-size: 13px !important;
        display: block;
        margin-bottom: 5px;
        color: #000 !important;
      }
      
      /* Alternating row colors untuk readability */
      .comparison-table tbody tr:nth-child(even) td {
        background-color: #f8f9fa;
      }

      .comparison-table tbody tr:hover td {
        background-color: #e9ecef;
      }

      /* Scroll hint untuk mobile */
      .table-responsive::after {
        content: "← Geser untuk melihat lebih banyak →";
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 11px;
        color: #666;
        font-style: italic;
        background-color: #f8f9fa;
        border-radius: 5px;
        margin-top: 10px;
      }
    }

    /* Very Small Mobile (< 480px) */
    @media (max-width: 480px) {
      .comparison-table {
        font-size: 11px;
      }
      
      .comparison-table th,
      .comparison-table td {
        padding: 8px 6px;
        font-size: 11px !important;
      }
      
      .comparison-table td strong {
        font-size: 12px !important;
      }

      .badge-danger,
      .badge-success {
        font-size: 10px;
        padding: 4px 8px;
      }
    }
