

    .features-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .feature-button {
    
      background-color: #cbffee;
      color: #380252;
      text-align: left;
      padding: 5px 10px;
      font-weight: bold;
      font-size : 14px;
      border-radius: 30px;
      
      transition: background 0.3s ease;
      min-width: 100px;
    }
  	 .green-icon {
  color: green;
}

  

    @media (max-width: 600px) {
      .feature-button {
      flex: 1 1 calc(50% - 20px);
      width : 90%;
        font-size : 11px;
        padding: 3px 3px;
      
      
      }
    }


.container-product-table {
      max-width: 900px;
      margin: 0 auto;
      padding: 10px;
 margin-bottom: 30px;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .table-body {
      width: 25%;
      padding: 10px;
      box-sizing: border-box;
    }

    .tagline {
      font-size: 18px;
      color: #333;
      text-align: center;
      font-weight: normal;
      max-width: 1000px;
      margin: 0 auto;
      display: block;
    margin-bottom: 10px;
    }

    .price {
      list-style-type: none;
      border: 0 solid #eee;
      margin: 0;
      padding: 0;
      transition: 0.3s;
    }

    .price:hover {
      box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    }

   
    .price li {
      padding: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      text-align: center;
    }

    .price .option {
      font-size: 16px;
      background-color: #fff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      line-height: 1;
    }

    .price .itemcolor {
      background-color: #eee;
      font-size: 35px;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      padding: 10px;
    }

    .price .product-item {
      background-color: #eee;
      font-size: 28px;
      font-weight: 400;
      color: #000;
    }

/* Reusable color classes */
.red-bg {
  background-color: #FD403A;
  color: #fff;
}

.blue-bg {
  background-color: #0866FF;
  color: #fff;
}

.pink-bg {
  background-color: #CF245F;
  color: #fff;
}

.black-bg {
  background-color: #1D0010;
  color: #fff;
}

.orange-bg {
  background-color: #F55100;
  color: #fff;
}


.green-bg {
  background-color: #2DB35E;
  color: #fff;
}

/* Keep styling structure, remove dependency on --primary-red */
.price .product-quantity {
  font-size: 28px;
  padding: 5px 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
}

.price .product-title {
  font-size: 20px;
  padding: 0 0 10px;
  text-align: center;
}

.price .button {
  display: inline-block;
  border: none;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}


    .price .button:hover {
      background-color: #381928;
    }
    
    
  .save {
    background-color: #000;
    color: #C3C3C3;
    font-size: 18px;
  }

  .starting {
    background-color: #EEEEEE;
    font-size: 16px;
  }

  .pricing {
    color: #002255;
    background-color: #fff;
  }
  .per-title {
    color: #fff;
  font-size: 15px;
  background-color: #1A7E13; 
  border-radius: 7px;
   padding: 2px 5px 2px 5px;;
    
  }
  
h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
     margin-bottom: 15px;
}


/* Define shared styles */
.price .product-quantity,
.price .product-title,
.price .button {
  color: #fff;
}




    @media only screen and (max-width: 768px) {
      .table-body {
        width: 50%;
      }
    }

    @media only screen and (max-width: 500px) {
     .table-body {
    width: 90%;
    max-width: 280px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto; /* Center on small screens */
      }
   

h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
     margin-bottom: 15px;
}

.tagline {
 font-size: 14px;
  max-width: 1000px;
font-weight : bold;
margin-bottom: 10px;
   
}


 }



/*/////////////////////PRICE TABLE END///////////////////////*/
                                             
                                              
.heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}
.subheading {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.stepoints {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 0px;
    padding: 20px;
}
.stepoint {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.3s ease-in-out;
}
.stepoint:hover {
    transform: translateY(-5px);
}
.stepoint-number {
    font-size: 36px;
    font-weight: 700;
    color: #d32f2f;
}
.stepoint-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    color: #333;
}
.stepoint-description {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px) {
    .stepoints {
    grid-template-columns: 1fr;
}

}.section-container {
    max-width: 1240px; 
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;

    border-radius: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
  
}
.section-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    padding: 0 20px;
}
.highlight {
    color: #d32f2f;
    font-weight: 700;
}
.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #d32f2f;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.cta-button:hover {
    background: #b71c1c;
}
.cta-container {
    text-align: center;
    background: #5796fc;
    background: linear-gradient(90deg, #5796fc 0%, #b2dbfe 80%);
    background: -webkit-linear-gradient(90deg, #5796fc 0%, #b2dbfe 80%);
    background: -moz-linear-gradient(90deg, #5796fc 0%, #b2dbfe 80%);
    color: #000;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1250px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
}
.cta-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cta-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.cta-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #d32f2f;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.cta-button:hover {
    background: #f5f5f5;
}
@media (max-width:600px) {
    .cta-title {
    font-size: 22px;
}
.cta-text {
    font-size: 16px;
}
.cta-button {
    font-size: 16px;
    padding: 10px 20px;
}
}.table-width {
    max-width: 1000px;
}
.title-text {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.middlemenu {
    justify-content: center;
    align-items: center;
    text-align: center;
}



}
.select-option {
    padding: 5px;
    border: 2px solid green;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: blue;
}

.textheader {
    font-size: 24px;
    font-weight: 700;
    margin: 20px;
}


  
 
    .flag-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
      gap: 4px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .flag-card {
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    }
    .flag-card img {
      max-width: 28px;
      max-height: 18px;
      object-fit: cover;
      border-radius: 3px;
}






   
        input {
            width: 100%;
            padding: 18px 20px;
            font-size: 16px;
            border: 2px solid #ddd;
            border-radius: 12px;
            transition: all 0.3s;
            outline: none;
        }
        
        input:focus {
            border-color: #ff0000;
            box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
        }
        
        input::placeholder {
            color: #aaa;
        }
        
        .buttonx {
          color: #fff; 
           font-size: 20px; 
          background: #ff0000;
background: linear-gradient(267deg,#ff0000 0%, #980202 80%);
background: -webkit-linear-gradient(267deg,#ff0000 0%, #980202 80%);
background: -moz-linear-gradient(267deg,#ff0000 0%, #980202 80%);
           width: 70%;
           margin: 0 auto;
           padding: 10px;
        }
        
     
        
        #result {
            margin-top: 35px;
            font-size: 22px;
            font-weight: bold;
            min-height: 40px;
            padding: 20px;
            border-radius: 12px;
            background: #f9f9f9;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
            transition: all 0.5s;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
     
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2); }
            70% { box-shadow: 0 0 0 15px rgba(255, 0, 0, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
        }
        
        .instructions {
            margin-top: 30px;
            padding: 15px;
            background: #f0f0f0;
            border-radius: 10px;
            text-align: left;
            font-size: 14px;
        }
        
        .instructions h3 {
            margin-bottom: 10px;
            color: #ff0000;
            display: flex;
            align-items: center;
            gap: 8px;
        }

.imagemit-container {
    text-align: center; /* center image horizontally */
}

.imagemit-container img {
    width: auto;        /* original size on desktop */
    max-width: 100%;    /* prevent overflow */
    height: auto;
}

/* Mobile: full width */
@media only screen and (max-width: 768px) {
    .imagemit-container img {
        width: 100%;    /* full width on mobile */
    }
}




.boost-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

/* Base button style */
.boost-links .offerbtn {
  display: inline-block;
  width: 300px;
  text-align: center;
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  

}

/* Fixed color buttons */
.boost-links .offerbtn.btn-a {
  background: #0066FF;
  color: white;
     border: 2px solid #0066FF; /* ✅ Ensure equal height */
}

.boost-links .offerbtn.btn-b {
  background: #fff;
  color: #052FD5;
    border: 2px solid #052FD5; /* ✅ Ensure equal height */

  
}





/* Hover effect */
.boost-links .offerbtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}




         .experiment-note {
            background: #fef2e8;
            border-left: 4px solid #f97316;
            padding: 20px 24px;
            margin: 32px 0;
            border-radius: 8px;
        }
        
        .honest-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 32px 0;
            justify-content: center;
        }
        
        .stat-box {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            flex: 1;
            min-width: 140px;
            transition: transform 0.2s ease;
        }
        
        .stat-box:hover {
            transform: translateY(-2px);
        }
        
        .stat-number {
            font-size: 2rem;
            font-weight: 800;
            color: #f97316;
            display: block;
        }
        
        .what-works-list {
            background: #e6f7e6;
            padding: 24px;
            border-radius: 16px;
            margin: 24px 0;
        }
        
        .what-works-list h4 {
            margin-top: 0;
            margin-bottom: 12px;
        }
        
        .what-works-list ul {
            margin-bottom: 0;
        }
        
        

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        .comparison-table th {
            background: #f97316;
            color: white;
            padding: 14px 16px;
            text-align: left;
            font-weight: 600;
        }
        
        .comparison-table td {
            padding: 12px 16px;
            border-bottom: 1px solid #eee;
            background: white;
        }
        
        .comparison-table tr:hover td {
            background: #fef9f5;
        }
        
        .check-yes {
            color: #22c55e;
            font-weight: bold;
        }
        
        .check-no {
            color: #ef4444;
        }
        
        .resource-links {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin: 24px 0;
        }
        
        .resource-link {
            padding: 12px 20px;
            background: #f0f0f0;
            border-radius: 8px;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: background 0.2s ease;
        }
        
        .resource-link:hover {
            background: #e0e0e0;
        }
        
        .strategy-section {
            background: linear-gradient(135deg, #f0f9ff 0%, #e6f7e6 100%);
            padding: 28px;
            border-radius: 20px;
            margin: 32px 0;
        }
        
        .strategy-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 20px;
        }
        
        .strategy-card {
            flex: 1;
            min-width: 200px;
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .strategy-card h4 {
            margin: 0 0 12px 0;
            color: #f97316;
        }
        
        .strategy-card ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .strategy-card li {
            margin: 8px 0;
        }
        
        .update-badge {
            display: inline-block;
            background: #f97316;
            color: white;
            font-size: 0.7rem;
            padding: 2px 8px;
            border-radius: 20px;
            margin-left: 12px;
            vertical-align: middle;
        }
        
        .author-note {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 1px solid #e5e5e5;
            font-size: 0.85rem;
            color: #6c6c6c;
        }
        
        @media (max-width: 600px) {
            .honest-stats {
                flex-direction: column;
            }
            .strategy-grid {
                flex-direction: column;
            }
            .comparison-table th, .comparison-table td {
                padding: 10px 12px;
                font-size: 0.85rem;
            }
        }



    .reviews-two-columns {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 32px;
        align-items: stretch;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
        margin-top: 64px;
    }

    .glass-card {
        background: white;
        border-radius: 32px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(145, 71, 255, 0.12);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .form-container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .form-header {
        padding: 25.6px 28.8px 12.8px 28.8px;
        border-bottom: 1px solid #eef2f8;
        background: #ffffff;
        flex-shrink: 0;
    }

    .form-header h2 {
        font-size: 27.2px;
        font-weight: 700;
        background: linear-gradient(135deg, #9147ff, #1877F2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        letter-spacing: -0.3px;
        display: inline-flex;
        align-items: center;
        gap: 9.6px;
        margin: 0;
    }

    .form-header p {
        color: #5b6e8c;
        margin-top: 8px;
        font-size: 14.4px;
    }

    .form-body {
        padding: 28.8px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .input-group {
        margin-bottom: 24px;
    }

    .input-group label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #2c3e66;
        margin-bottom: 9.6px;
    }

    .input-group label i {
        color: #9147ff;
        font-size: 13.6px;
        width: 19.2px;
    }

    .input-group input, 
    .input-group textarea {
        width: 100%;
        padding: 13.6px 16px;
        border: 1.5px solid #e3eaf2;
        border-radius: 16px;
        font-size: 14.4px;
        font-family: inherit;
        background: #fefefe;
        transition: 0.2s;
    }

    .input-group input:focus, 
    .input-group textarea:focus {
        outline: none;
        border-color: #9147ff;
        box-shadow: 0 0 0 3px rgba(145, 71, 255, 0.08);
    }

    .star-rating-modern {
        display: flex;
        gap: 9.6px;
        font-size: 28.8px;
        cursor: pointer;
        margin-bottom: 6.4px;
    }

    .star-rating-modern i {
        transition: transform 0.1s ease, color 0.1s;
        color: #d4dce8;
    }

    .star-rating-modern i.selected {
        color: #f5b042;
        text-shadow: 0 0 2px rgba(245, 176, 66, 0.3);
    }

    .star-rating-modern i:hover {
        transform: scale(1.08);
    }

    .char-counter {
        text-align: right;
        font-size: 11.2px;
        color: #7c8ba0;
        margin-top: 6.4px;
    }

    .form-actions {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .btn-primary {
        background: linear-gradient(95deg, #9147ff, #1877F2);
        border: none;
        padding: 12.8px 28.8px;
        border-radius: 40px;
        font-weight: 700;
        color: white;
        font-size: 13.6px;
        display: inline-flex;
        align-items: center;
        gap: 9.6px;
        cursor: pointer;
        transition: all 0.2s;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px rgba(145, 71, 255, 0.25);
    }

    .btn-secondary {
        background: #f0f4fa;
        border: 1px solid #e2eaf1;
        padding: 12.8px 25.6px;
        border-radius: 40px;
        font-weight: 600;
        color: #2c3e66;
        cursor: pointer;
        transition: 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .btn-secondary:hover {
        background: #e6edf5;
        border-color: #cbdae9;
    }

    .form-footer-note {
        background: #fafdff;
        border-top: 1px solid #eef2f8;
        padding: 16px 28.8px;
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        font-size: 11.2px;
        color: #54708f;
        flex-shrink: 0;
    }

    .form-footer-note i {
        margin-right: 4.8px;
        color: #2ecc71;
    }

    .reviews-panel {
        display: flex;
        flex-direction: column;
        gap: 24px;
        height: 100%;
    }

    .stats-mini-card {
        background: linear-gradient(120deg, #ffffff, #fbfaff);
        border-radius: 24px;
        padding: 19.2px 24px;
        border: 1px solid #edeff8;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
    }

    .stats-numbers {
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
    }

    .stat-block {
        text-align: center;
    }

    .stat-value {
        font-size: 28.8px;
        font-weight: 800;
        background: linear-gradient(135deg, #9147ff, #1877F2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        line-height: 1.2;
    }

    .stat-label-sm {
        font-size: 11.2px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #5b6e8c;
    }

    .star-badge {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .star-badge .fa-star, 
    .star-badge .fa-star-half-alt {
        color: #f5b042;
    }

    .reviews-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .reviews-card .glass-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .reviews-header {
        padding: 16px 19.2px 0 19.2px;
        border-bottom: 1px solid #eef2f8;
        flex-shrink: 0;
    }

    .reviews-header h3 {
        font-size: 19.2px;
        display: flex;
        gap: 8px;
        align-items: center;
        margin: 0;
    }

    .reviews-scroll {
        flex: 1;
        overflow-y: auto;
        padding: 16px 16px 16px 19.2px;
        scrollbar-width: thin;
        scrollbar-color: #9147ff #e2e8f0;
        max-height: 500px;
    }

    .reviews-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .reviews-scroll::-webkit-scrollbar-track {
        background: #e2e8f0;
        border-radius: 10px;
    }

    .reviews-scroll::-webkit-scrollbar-thumb {
        background: #9147ff;
        border-radius: 10px;
    }

    .review-item {
        background: white;
        border-radius: 20px;
        padding: 19.2px;
        margin-bottom: 16px;
        border: 1px solid #edf2f7;
        transition: 0.15s;
    }

    .review-item:last-child {
        margin-bottom: 0;
    }

    .review-item:hover {
        border-color: #9147ff30;
        box-shadow: 0 6px 12px rgba(0,0,0,0.02);
    }

    .reviewer-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    .reviewer-avatar-name {
        display: flex;
        align-items: center;
        gap: 11.2px;
    }

    .avatar-circle {
        width: 38px;
        height: 38px;
        background: linear-gradient(145deg, #9147ff, #6c2bd9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 16px;
        flex-shrink: 0;
    }

    .reviewer-name {
        font-weight: 700;
        color: #1f2a48;
    }

    .verified-tag {
        background: #10b98120;
        color: #0e7b50;
        font-size: 10.4px;
        font-weight: 600;
        padding: 3.2px 9.6px;
        border-radius: 30px;
        margin-left: 8px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .review-date {
        font-size: 11.2px;
        color: #8598b3;
    }

    .review-stars {
        font-size: 12.8px;
        margin: 8px 0 9.6px;
        letter-spacing: 1px;
    }

    .review-stars i {
        margin-right: 2px;
    }

    .review-stars .fa-star,
    .review-stars .fa-star-half-alt {
        color: #f5b042;
    }

    .review-stars .far.fa-star {
        color: #d1d9e8;
    }

    .review-comment {
        color: #2e3b4e;
        font-size: 13.6px;
        line-height: 1.45;
        word-break: break-word;
    }

    .empty-state {
        text-align: center;
        padding: 40px 16px;
        background: #fafdff;
        border-radius: 24px;
        border: 1px dashed #cbdbe6;
    }

    .empty-state i {
        font-size: 40px;
        color: #cbd5e1;
        margin-bottom: 12.8px;
    }

    .empty-state h4 {
        margin: 8px 0 3.2px;
        color: #475569;
    }

    .empty-state p {
        margin: 0;
        color: #64748b;
    }

    .toast-custom {
        visibility: hidden;
        min-width: 260px;
        background: #1f2a44;
        color: white;
        text-align: center;
        border-radius: 60px;
        padding: 12.8px 24px;
        position: fixed;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 13.6px;
        opacity: 0;
        transition: opacity 0.2s;
        z-index: 1200;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        font-weight: 500;
    }

    .toast-custom.show {
        visibility: visible;
        opacity: 1;
    }

    .reviews-count-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #9147ff10;
        color: #9147ff;
        font-size: 11.2px;
        font-weight: 600;
        padding: 3.2px 9.6px;
        border-radius: 30px;
        margin-left: 12px;
    }

    /* Pagination Styles - Updated for 20 per page */
    .pagination-container {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .pagination-btn, .pagination-num {
        background: #f0f4fa;
        padding: 8px 14px;
        border-radius: 30px;
        text-decoration: none;
        color: #2c3e66;
        font-size: 12px;
        font-weight: 600;
        transition: all 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1px solid #e2eaf1;
        cursor: pointer;
    }

    .pagination-btn:hover, .pagination-num:hover {
        background: #9147ff;
        color: white;
        transform: translateY(-1px);
        border-color: #9147ff;
    }

    .pagination-active {
        background: #9147ff;
        color: white;
        padding: 8px 14px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(145, 71, 255, 0.3);
    }

    .pagination-disabled {
        background: #eef2f8;
        padding: 8px 14px;
        border-radius: 30px;
        color: #9aaebf;
        font-size: 12px;
        cursor: not-allowed;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .pagination-dots {
        padding: 8px 4px;
        color: #8598b3;
        font-size: 12px;
    }

    .pagination-info {
        text-align: center;
        color: #8598b3;
        font-size: 0.65rem;
        margin-top: 8px;
        padding-bottom: 12px;
    }

    .pagination-info i {
        margin-right: 4px;
    }

    .pagination-info small {
        display: inline-block;
        margin-top: 4px;
        font-size: 0.6rem;
    }

    /* Loading spinner */
    .loading-spinner {
        text-align: center;
        padding: 40px;
    }
    
    .loading-spinner i {
        font-size: 40px;
        color: #9147ff;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @media (max-width: 880px) {
        .reviews-two-columns {
            grid-template-columns: 1fr;
            gap: 24px;
            align-items: start;
        }
        .form-container, .reviews-panel {
            height: auto;
        }
        .reviews-scroll {
            max-height: 400px;
        }
    }


          /* ============================================ */
        /* NEW CSS SECTION - Professional, px units only */
        /* Does NOT interfere with existing styles        */
        /* ============================================ */
        
        .seo-content-wrapper {
            max-width: 1300px;
            margin: 48px auto 0;
            padding: 0 16px;
        }

        /* Main rich content card */
        .rich-seo-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 40px 32px;
            margin-bottom: 40px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
            border: 1px solid #eef2f8;
        }

        .rich-seo-card h2 {
            font-size: 28px;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 16px;
            letter-spacing: -0.2px;
            border-left: 4px solid #9146FF;
            padding-left: 20px;
        }

        .rich-seo-card h3 {
            font-size: 20px;
            font-weight: 600;
            color: #2d3748;
            margin: 24px 0 12px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rich-seo-card h3 i {
            color: #9146FF;
            font-size: 20px;
            width: 28px;
        }

        .rich-seo-card p {
            font-size: 16px;
            line-height: 1.6;
            color: #4a5568;
            margin-bottom: 16px;
        }

        .two-col-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            margin: 24px 0 16px;
        }

        .two-col-grid > div {
            flex: 1;
            min-width: 250px;
        }

        /* Feature highlight boxes */
        .feature-highlight {
            background: #faf8ff;
            border-radius: 16px;
            padding: 20px 24px;
            margin: 20px 0 0;
            border-left: 3px solid #9146FF;
        }

        .feature-highlight strong {
            color: #9146FF;
            font-size: 16px;
            display: block;
            margin-bottom: 8px;
        }

       
        /* stats / trust badges */
        .trust-stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 16px;
            background: #faf9fe;
            border-radius: 20px;
            padding: 28px 24px;
            margin: 32px 0;
            text-align: center;
        }

        .stat-item {
            flex: 1;
            min-width: 110px;
        }

        .stat-number {
            font-size: 30px;
            font-weight: 800;
            color: #9146FF;
            line-height: 1.2;
            margin-bottom: 6px;
        }





        
        .stat-label {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #718096;
            font-weight: 500;
        }

        /* Process steps */
        .process-steps {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 28px 0;
        }

        .step {
            flex: 1;
            background: #fafbfe;
            border-radius: 16px;
            padding: 24px 20px;
            text-align: center;
            border: 1px solid #edf2f7;
            min-width: 150px;
        }

        .step-number {
            width: 44px;
            height: 44px;
            background: #9146FF;
            color: white;
            border-radius: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 16px;
        }

        .step h4 {
            font-weight: 700;
            margin-bottom: 8px;
            color: #1a202c;
            font-size: 18px;
        }

        .step p {
            font-size: 14px;
            margin-bottom: 0;
            color: #718096;
            line-height: 1.5;
        }

        /* CTA banner */
        .cta-banner {
            background: linear-gradient(105deg, #f6f3ff 0%, #fef9ff 100%);
            border-radius: 20px;
            padding: 32px;
            text-align: center;
            margin: 32px 0 16px;
            border: 1px solid #e9dfff;
        }

        .cta-banner h3 {
            margin-top: 0;
            color: #1a202c;
            font-size: 24px;
        }

        .pill-badge {
            display: inline-block;
            background: #edf2f7;
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 500;
            color: #4a5568;
            margin: 0 6px;
        }

        hr.divider {
            margin: 32px 0;
            border: 0;
            height: 1px;
            background: #e2e8f0;
        }

        /* responsive */
        @media (max-width: 768px) {
            .rich-seo-card {
                padding: 24px;
            }
            .rich-seo-card h2 {
                font-size: 24px;
            }
            .trust-stats {
                flex-direction: column;
                gap: 20px;
            }
            .step {
                min-width: 100%;
            }
            .cta-banner h3 {
                font-size: 20px;
            }
        }

          .center-text {
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
   
        margin: 0 auto 20px auto;
    }