body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f9;
  color: #1a1a1a;
  line-height: 1.6;
}
header {
  background: #0a1f44;
  color: #fff;
  padding: 20px 0;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 24px;
  font-weight: bold;
}
.hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a1f44, #123a7a);
  color: white;
  text-align: center;
}
.hero h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  background: #00c853;
  color: white;
  padding: 14px 28px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
}
.btn:hover {
  background: #00a844;
}
.section {
  padding: 60px 0;
}
.section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}
.table-wrapper {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
table th, table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
table th {
  background: #0a1f44;
  color: #fff;
}
.card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
footer {
  background: #0a1f44;
  color: white;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
}
.faq-item {
  margin-bottom: 15px;
}
.faq-question {
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  background: #e9eef5;
  border-radius: 4px;
}
.faq-answer {
  display: none;
  padding: 10px;
  background: #fff;
}
@media(max-width:768px){
  .hero h1 { font-size: 26px; }
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.casino-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
}

.casino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.casino-logo {
  text-align: center;
  margin-bottom: 15px;
}

.casino-logo img {
  max-width: 140px;
  height: auto;
}

.casino-info h3 {
  margin-bottom: 10px;
  color: #0a1f44;
}

.casino-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.casino-info li {
  padding: 6px 0;
  font-size: 14px;
}

.casino-action {
  margin-top: 20px;
  text-align: center;
}

.btn-primary {
  display: inline-block;
  background: #00c853;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #00a844;
}

.intro-ripple p {
  margin-bottom: 18px;
  font-size: 16px;
}

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

.check-list li {
  padding: 8px 0;
  font-size: 16px;
}

.criteria-list {
  margin: 20px 0 30px;
  padding-left: 20px;
}

.criteria-list li {
  margin-bottom: 8px;
}

.table-title {
  margin: 30px 0 20px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.comparison-table th,
.comparison-table td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  font-size: 14px;
}

.comparison-table th {
  background: #0a1f44;
  color: #ffffff;
  font-weight: 600;
}

.table-responsive {
  width: 100%;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.comparison-table th,
.comparison-table td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  font-size: 14px;
}

.comparison-table th {
  background: #0a1f44;
  color: #ffffff;
  font-weight: 600;
}

/* ===== MOBILE VERSION (NO HORIZONTAL SCROLL) ===== */
@media (max-width: 768px) {

  .comparison-table {
    border: none;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tr {
    display: block;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }

  .comparison-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border: none;
    text-align: left;
    font-size: 14px;
  }

  .comparison-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #0a1f44;
  }

}

.ripple-explained p {
  margin-bottom: 18px;
  font-size: 16px;
}

.benefits-list {
  margin: 20px 0;
  padding-left: 20px;
}

.benefits-list li {
  margin-bottom: 8px;
}

.ripple-benefits {
  padding: 50px 0;
}

.ripple-benefits h2 {
  margin-bottom: 20px;
}

.benefits-list {
  padding-left: 20px;
}

.benefits-list li {
  margin-bottom: 25px;
}

.benefits-list h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.benefits-list p {
  font-size: 15px;
  color: #555;
}

.ripple-guide {
  padding: 50px 0;
}

.ripple-guide h2 {
  margin-bottom: 20px;
}

.steps-list {
  padding-left: 20px;
}

.steps-list li {
  margin-bottom: 28px;
}

.steps-list h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.steps-list p {
  font-size: 15px;
  color: #555;
}

.ripple-legal {
  padding: 50px 0;
}

.ripple-legal h2 {
  margin-bottom: 20px;
}

.ripple-legal h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}

.legal-list {
  padding-left: 20px;
}

.legal-list li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}

.ripple-legal-extra {
  padding: 40px 0;
}

/* Disclaimer Card */
.legal-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin-bottom: 25px;
}

.legal-card h3 {
  margin-bottom: 10px;
}

/* Grey Legal Note */
.legal-note {
  background: #f1f3f6;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #444;
}

.legal-note p {
  margin: 0;
}

.ripple-bonuses {
  padding: 50px 0;
}

.ripple-bonuses h2 {
  margin-bottom: 20px;
}

.ripple-bonuses h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}

.bonus-list,
.bonus-types {
  padding-left: 20px;
}

.bonus-list li,
.bonus-types li {
  margin-bottom: 10px;
  font-size: 15px;
}

.ripple-vs-bitcoin {
  padding: 50px 0;
}

/* TABLE DESKTOP */
.crypto-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.crypto-table th,
.crypto-table td {
  padding: 14px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.crypto-table th {
  background: #0a1f44;
  color: white;
}

/* MOBILE CARDS */
.mobile-cards {
  display: none;
}

.compare-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .mobile-cards {
    display: block;
  }

}