.hero {
    padding: calc(10vh + 40px) 2rem 5vh;
    text-align: center;
    background: linear-gradient(to bottom, #4361ee, #3a0ca3);
    color: white;
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 300px;
    background-image: url('/bp/top-background.png');
}
.hero-content {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
} 

main h1, main h2, main h3, main p {
    text-align: left;
} 
.hero h1 {
    text-align: center !important;
} 
.hero p {
    text-align: left;
}
p.dong {
    text-align: center;
}

main p {
    font-size: 1.125rem;
    margin: 1.2em 0;
} 

.hero h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.hero-btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}
.features {
    padding: 100px 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    margin-bottom: 4rem;
}
.section-title h2 {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}
.feature-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 2.5rem;
    text-align: center;
}
.feature-card:hover {
    transform: translateY(-10px);
}
.feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--primary);
}

.by-country{
  position:static !important;
  top:auto !important;
  bottom:auto !important;
  left:auto !important;
  right:auto !important;
  z-index:auto !important;

  --text:#111111;
  --muted:#4b5563;
  --line:#e5e7eb;
  --soft:#f9fafb;
  --radius:18px;
  --max:none;
  color:var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size:17px;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;

  padding:80px 0;
  background:#fff;
}

.by-country .wrap {
  width:70%;    
  padding: 0;
  margin:0 auto;
}

.by-country .section-head{
  margin-bottom:32px;
  background:#fff;
  position:static !important;
  top:auto !important;
  z-index:auto !important;
}

.by-country .section-head h2{
  margin:0 0 14px;
  font-size:30px;
  font-weight:700;
  line-height:1.25;
}

.by-country .section-head p{
  margin:0;
  color:var(--muted);
  max-width:75%;
}

.by-country .country-list{
  display:flex;
  flex-direction:column;
  margin-top:22px;
}

.by-country .country-item{
  padding:32px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  margin-bottom:24px;
  background:#fff;
}

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

.by-country .country-head{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  margin-bottom:12px;
}

.by-country .flag-slot{
  width:48px;
  height:34px;
  border-radius:8px;
  border:1px solid var(--line);
  background:var(--soft);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.by-country .flag-slot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.by-country .country-title{
  margin:0;
  font-size:22px;
  font-weight:750;
  letter-spacing:.1px;
  line-height:1.25;
}

.by-country .country-body{
  padding-left:62px;
}

.by-country .country-body p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.95;
  max-width:78ch;
}

.by-country .country-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

.by-country .btn{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  font-weight:650;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  text-decoration:none;
  transition:all .2s ease;
}

.by-country .btn:hover{
  border-color:var(--text);
  background:#fff;
  color:var(--text);
  text-decoration:none;
}

@media (max-width:760px){
  .by-country{ font-size:16.5px; }
  .by-country .country-body{ padding-left:0; }
  .by-country .country-head{ grid-template-columns:42px 1fr; }
  .by-country .flag-slot{ width:42px; height:30px; }
  .by-country .country-title{ font-size:20px; }
}


  .sec{
    max-width:70%;
    margin:36px auto;
    background:transparent;
    border:none;
    border-radius:0;
    padding:0;
  }

  .sec--plain{
    padding:0;
    }

  .sec__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:12px;
  }

  .sec__head h2{
    margin:0;
    font-size:1.75rem;
    line-height:1.22;
    letter-spacing:-.2px;
  }

  .sec__head p{
    margin:6px 0 0;
    font-size:1.02rem;
    line-height:1.65;
    color:var(--muted);
  }

  .sec__badge{
    white-space:nowrap;
    font-size:12px;
    font-weight:800;
    padding:6px 10px;
    border-radius:999px;
    color:var(--brand);
    background:rgba(67,97,238,.10);
    border:1px solid rgba(67,97,238,.18);
  }

  .sec--accent .sec__head h2{
    padding-left:12px;
    left:-12px; 
    position:relative;
  }
  .sec--accent .sec__head h2::before{
    content:"";
    position:absolute;
    left:0;
    top:.18em;
    width:4px;
    height:1.05em;
    border-radius:99px;
    background:linear-gradient(180deg, var(--brand), var(--brand-2));
  }
  .sec--accent .sec__title::before{
    content:"";
    position:absolute;
    left:0;
    top:.18em;
    width:4px;
    height:1.05em;
    border-radius:99px;
    background:linear-gradient(180deg, var(--brand), var(--brand-2));
  }

.casino-list{
  margin-top:16px;
  display:grid;
  gap:16px;
}

.casino-item{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:16px;
  background:rgba(0,0,0,.03);
  border-radius:16px;
  padding:16px;
}

.casino-thumb img{
  width:100%;
  height:auto;
  border-radius:12px;
  display:block;
}

.casino-body h3{
  margin:0 0 6px;
  font-size:1.25rem;
  line-height:1.3;
  color:var(--text);
}

.casino-desc{
  margin:0 0 10px;
  font-size:1.03rem;
  line-height:1.7;
  color:var(--muted);
}

.casino-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.casino-rating{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:0.95rem;
}

.casino-rating .star{
  color:#ccc;
  font-size:1rem;
}

.casino-rating .filled{
  color:#f5b301;
}

.rating-text{
  margin-left:6px;
  font-weight:700;
  color:rgba(0,0,0,.8);
}

.casino-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  background:#007bff;
  color:#fff;
  font-weight:800;
  text-decoration:none;
  border:none;
}

@media (max-width:768px){
  .casino-item{ grid-template-columns:1fr; }
}


.by-feature{
    --brand:#4361ee;
    --brand-2:#3a0ca3;
    --text:#111;
    --muted:#4b5563;
    --line:#e5e7eb;
    --soft:#f9fafb;

    background:#fff;
    padding:80px 0;
  }

  .by-feature .wrap{
    width:70%;
    margin:0 auto;
  }


  .by-feature .intro{
    margin-bottom:22px;
  }

  .by-feature h2{
    margin:0 0 10px;
    font-size:30px;
    line-height:1.25;
    position:relative;
    padding-left:14px;
  }

  .by-feature h2::before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:4px;
    height:22px;
    border-radius:999px;
    background:linear-gradient(180deg,var(--brand),var(--brand-2));
  }

  .by-feature .intro p{
    margin:0;
    color:var(--muted);
    line-height:1.9;
    max-width:80ch;
  }

  .by-feature .feature-point{
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    padding:18px;
    box-shadow:0 10px 24px rgba(0,0,0,.05);
  }

  .by-feature .feature-point + .feature-point{
    margin-top:18px;
  }

  .by-feature .feature-point__head{
    margin-bottom:14px;
  }

  .by-feature .feature-point__head h3{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.3;
  }

  .by-feature .feature-point__head p{
    margin:0;
    color:var(--muted);
    line-height:1.9;
    max-width:85ch;
  }

  .by-feature .feature-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:14px;
  }

  .by-feature .feature-card{
    background:var(--soft);
    border:1px solid var(--line);
    border-radius:16px;
    padding:16px;
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .by-feature .feature-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 34px rgba(0,0,0,.08);
    border-color:rgba(67,97,238,.25);
  }

  .by-feature .card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
  }

  .by-feature .icon{
    width:40px;
    height:40px;
    border-radius:12px;
    background:rgba(67,97,238,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:var(--brand);
    flex:0 0 auto;
  }

  .by-feature .pill{
    font-size:12px;
    padding:6px 10px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--line);
    color:rgba(0,0,0,.75);
    white-space:nowrap;
  }

  .by-feature .feature-card h4{
    margin:0;
    font-size:16px;
    line-height:1.3;
  }

  .by-feature .feature-card p{
    margin:0;
    font-size:14px;
    color:var(--muted);
    line-height:1.85;
  }

  .by-feature .points{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:6px;
  }

  .by-feature .points li{
    display:flex;
    gap:8px;
    font-size:13.5px;
    color:rgba(0,0,0,.78);
    line-height:1.6;
  }

  .by-feature .tick{
    color:var(--brand);
    font-weight:900;
    margin-top:1px;
  }

  @media(max-width:900px){
    .by-feature .wrap{ width:85%; }
    .by-feature .feature-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
  }

  @media(max-width:600px){
    .by-feature{ padding:60px 0; }
    .by-feature .feature-grid{ grid-template-columns:1fr; }
  }


.why-us{
    --wu-brand:#4361ee;
    --wu-brand-2:#3a0ca3;
    --wu-text:#111;
    --wu-muted:#4b5563;
    --wu-line:#e5e7eb;
    --wu-soft:#f9fafb;

    background:#fff;
    padding:80px 0;
    color:var(--wu-text);
  }

  .why-us .wrap{
    width:70%;
    margin:0 auto;
  }

  .why-us__head{
    margin-bottom:22px;
  }

  .why-us__head h2{
    margin:0 0 10px;
    font-size:30px;
    line-height:1.25;
    position:relative;
    padding-left:14px;
  }

  .why-us__head h2::before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:4px;
    height:22px;
    border-radius:999px;
    background:linear-gradient(180deg,var(--wu-brand),var(--wu-brand-2));
  }

  .why-us__head p{
    margin:0;
    color:var(--wu-muted);
    line-height:1.9;
    max-width:85ch;
  }

  .why-us__grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
  }

  .why-us__card{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:12px;
    align-items:flex-start;

    background:var(--wu-soft);
    border:1px solid var(--wu-line);
    border-radius:18px;
    padding:16px;

    box-shadow:0 10px 24px rgba(0,0,0,.05);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .why-us__card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 34px rgba(0,0,0,.08);
    border-color:rgba(67,97,238,.25);
  }

  .why-us__icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    color:var(--wu-brand);
    background:rgba(67,97,238,.12);
    border:1px solid rgba(67,97,238,.18);
  }

  .why-us__body h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.3;
  }

  .why-us__body p{
    margin:0;
    color:var(--wu-muted);
    line-height:1.85;
    font-size:14px;
  }

  .why-us__bullets{
    list-style:none;
    padding:0;
    margin:10px 0 0;
    display:grid;
    gap:6px;
  }

  .why-us__bullets li{
    display:flex;
    gap:8px;
    font-size:13.5px;
    color:rgba(0,0,0,.78);
    line-height:1.6;
  }

  .why-us__bullets .tick{
    color:var(--wu-brand);
    font-weight:900;
    margin-top:1px;
  }

  .why-us__note{
    margin:16px 0 0;
    color:var(--wu-muted);
    font-size:12.5px;
    line-height:1.7;
    max-width:95ch;
  }

  @media(max-width:900px){
    .why-us .wrap{ width:85%; }
    .why-us__grid{ grid-template-columns:1fr; }
  }

  @media(max-width:600px){
    .why-us{ padding:60px 0; }
    .why-us__card{ grid-template-columns:40px 1fr; }
    .why-us__icon{ width:40px; height:40px; border-radius:12px; }
  }