@charset "UTF-8";
/*!
 * bet365 sports - layout stylesheet
 * Palette: deep ink #141414 base, light sky #BAE1FF text, neon pink #FF1493 accent.
 * All class names use the w6758- prefix to avoid collisions across pages.
 */

:root {
  --w6758-bg: #141414;
  --w6758-bg-soft: #1d1d22;
  --w6758-bg-card: #202028;
  --w6758-text: #BAE1FF;
  --w6758-text-dim: #8fb7d8;
  --w6758-primary: #FF1493;
  --w6758-primary-soft: #ff5fb4;
  --w6758-border: rgba(186, 225, 255, 0.12);
  --w6758-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --w6758-radius: 14px;
  --w6758-max: 430px;
}

* { box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: radial-gradient(circle at 20% 0%, #241632 0%, var(--w6758-bg) 55%);
  color: var(--w6758-text);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 80px;
  min-height: 100vh;
}

a { color: var(--w6758-primary-soft); text-decoration: none; }
a:hover { color: var(--w6758-text); }
img { max-width: 100%; display: block; }

.w6758-container {
  width: 100%;
  max-width: var(--w6758-max);
  margin: 0 auto;
  padding: 0 14px;
}
.w6758-wrapper { padding: 18px 0; }
.w6758-grid { display: grid; gap: 12px; }

/* ===== Header ===== */
.w6758-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(20,20,20,0.96), rgba(20,20,20,0.86));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--w6758-border);
}
.w6758-header-inner {
  max-width: var(--w6758-max);
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.w6758-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.w6758-logo img {
  width: 30px; height: 30px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(255, 20, 147, 0.45);
}
.w6758-logo-text {
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--w6758-text);
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w6758-logo-text b { color: var(--w6758-primary); }

.w6758-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-height: 36px;
}
.w6758-btn-primary {
  background: linear-gradient(135deg, var(--w6758-primary), #c2006f);
  color: #fff;
  box-shadow: 0 6px 16px rgba(255, 20, 147, 0.35);
}
.w6758-btn-ghost {
  background: transparent;
  color: var(--w6758-text);
  border: 1px solid var(--w6758-border);
}
.w6758-btn-light {
  background: var(--w6758-text);
  color: #141414;
}
.w6758-btn:hover { transform: translateY(-1px); }
.w6758-btn:active { transform: scale(0.96); }

.w6758-menu-btn {
  background: transparent;
  border: 0;
  color: var(--w6758-text);
  font-size: 2rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
}

/* ===== Mobile slide-down menu ===== */
.w6758-mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: #0f0f12;
  padding: 64px 16px 24px;
  transform: translateY(-110%);
  transition: transform 0.28s ease;
  border-bottom: 1px solid var(--w6758-border);
  max-height: 90vh;
  overflow-y: auto;
}
.w6758-mobile-menu.w6758-menu-open { transform: translateY(0); }
.w6758-mobile-menu a {
  display: block;
  padding: 12px 14px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: var(--w6758-bg-card);
  color: var(--w6758-text);
  font-weight: 600;
  border: 1px solid var(--w6758-border);
}
.w6758-mobile-menu a:hover { background: var(--w6758-primary); color: #fff; }
.w6758-menu-close {
  position: absolute;
  top: 14px; right: 14px;
  background: transparent;
  border: 0;
  color: var(--w6758-text);
  font-size: 2.4rem;
  cursor: pointer;
}

/* ===== Hero / Carousel ===== */
.w6758-hero {
  margin-top: 64px;
  padding: 16px 0 8px;
}
.w6758-carousel {
  position: relative;
  border-radius: var(--w6758-radius);
  overflow: hidden;
  box-shadow: var(--w6758-shadow);
}
.w6758-slide {
  display: none;
  position: relative;
}
.w6758-slide img { width: 100%; height: 190px; object-fit: cover; }
.w6758-slide-active { display: block; }
.w6758-slide-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
  color: #fff;
  font-weight: 700;
  font-size: 1.45rem;
}
.w6758-slide-cap span { color: var(--w6758-primary-soft); display: block; font-size: 1.15rem; font-weight: 500; margin-top: 4px; }
.w6758-dots {
  position: absolute;
  bottom: 8px; left: 0; right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.w6758-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: 0; padding: 0; cursor: pointer;
}
.w6758-dot-active { background: var(--w6758-primary); width: 18px; border-radius: 4px; }

/* ===== Section ===== */
.w6758-section {
  padding: 22px 0 6px;
}
.w6758-section-title {
  font-size: 1.85rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--w6758-text);
}
.w6758-section-title b { color: var(--w6758-primary); }
.w6758-section-sub {
  color: var(--w6758-text-dim);
  font-size: 1.3rem;
  margin: 0 0 12px;
}
.w6758-h1 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 6px 0 10px;
}
.w6758-h1 b { color: var(--w6758-primary); }
.w6758-lead {
  color: var(--w6758-text-dim);
  margin: 0 0 14px;
  font-size: 1.38rem;
}

/* ===== Chips ===== */
.w6758-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.w6758-chip {
  background: var(--w6758-bg-card);
  border: 1px solid var(--w6758-border);
  color: var(--w6758-text);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.w6758-chip-active {
  background: var(--w6758-primary);
  border-color: var(--w6758-primary);
  color: #fff;
}

/* ===== Game grid ===== */
.w6758-games {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.w6758-game {
  background: var(--w6758-bg-card);
  border: 1px solid var(--w6758-border);
  border-radius: 12px;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.2s;
  display: block;
  color: var(--w6758-text);
}
.w6758-game:hover {
  transform: translateY(-2px);
  border-color: var(--w6758-primary);
}
.w6758-game img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: #0b0b0e;
}
.w6758-game-name {
  font-size: 1.18rem;
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.25;
  color: var(--w6758-text);
  min-height: 30px;
}

.w6758-cat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255,20,147,0.18), transparent);
  border-left: 3px solid var(--w6758-primary);
}
.w6758-cat-head h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--w6758-text);
}
.w6758-cat-head span { color: var(--w6758-text-dim); font-size: 1.2rem; margin-left: auto; }

/* ===== Cards / blocks ===== */
.w6758-card {
  background: var(--w6758-bg-card);
  border: 1px solid var(--w6758-border);
  border-radius: var(--w6758-radius);
  padding: 14px;
  margin-bottom: 12px;
}
.w6758-card h3 {
  margin: 0 0 6px;
  font-size: 1.5rem;
  color: var(--w6758-text);
}
.w6758-card h3 i { color: var(--w6758-primary); margin-right: 6px; }
.w6758-card p { margin: 0 0 8px; color: var(--w6758-text-dim); font-size: 1.32rem; }

.w6758-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.w6758-feature {
  background: var(--w6758-bg-soft);
  border: 1px solid var(--w6758-border);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.w6758-feature i { font-size: 2.2rem; color: var(--w6758-primary); }
.w6758-feature b { display: block; margin-top: 6px; color: var(--w6758-text); font-size: 1.3rem; }
.w6758-feature span { color: var(--w6758-text-dim); font-size: 1.15rem; }

.w6758-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.w6758-steps li {
  position: relative;
  padding: 10px 12px 10px 42px;
  margin-bottom: 8px;
  background: var(--w6758-bg-soft);
  border-radius: 10px;
  counter-increment: step;
  border: 1px solid var(--w6758-border);
}
.w6758-steps li::before {
  content: counter(step);
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px;
  background: var(--w6758-primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
}

.w6758-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25rem;
}
.w6758-table th, .w6758-table td {
  padding: 8px;
  border-bottom: 1px solid var(--w6758-border);
  text-align: left;
}
.w6758-table th { color: var(--w6758-primary); }

/* ===== FAQ ===== */
.w6758-faq {
  background: var(--w6758-bg-card);
  border: 1px solid var(--w6758-border);
  border-radius: 12px;
  margin-bottom: 8px;
  overflow: hidden;
}
.w6758-faq-head {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--w6758-text);
  font-weight: 700;
  font-size: 1.35rem;
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.w6758-faq-head i { color: var(--w6758-primary); }
.w6758-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 14px;
  color: var(--w6758-text-dim);
}
.w6758-faq-open .w6758-faq-body {
  max-height: 320px;
  padding: 0 14px 12px;
}

/* ===== Testimonials ===== */
.w6758-testi {
  background: var(--w6758-bg-card);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  border-left: 3px solid var(--w6758-primary);
}
.w6758-testi b { color: var(--w6758-text); }
.w6758-testi .w6758-stars { color: #ffd166; }
.w6758-testi p { margin: 4px 0 0; color: var(--w6758-text-dim); font-size: 1.28rem; }

/* ===== Payment ===== */
.w6758-pay-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  text-align: center;
}
.w6758-pay {
  background: var(--w6758-bg-soft);
  border: 1px solid var(--w6758-border);
  border-radius: 10px;
  padding: 10px 4px;
}
.w6758-pay i { font-size: 2.2rem; color: var(--w6758-primary); }
.w6758-pay b { display: block; margin-top: 4px; font-size: 1.15rem; color: var(--w6758-text); }

/* ===== Winners ===== */
.w6758-winner {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  background: var(--w6758-bg-card);
  border-radius: 8px;
  margin-bottom: 6px;
  font-size: 1.25rem;
}
.w6758-winner b { color: var(--w6758-primary); }

/* ===== Promo CTA ===== */
.w6758-cta {
  background: linear-gradient(135deg, var(--w6758-primary), #7a0040);
  border-radius: var(--w6758-radius);
  padding: 18px;
  text-align: center;
  color: #fff;
  margin: 18px 0;
}
.w6758-cta h2 { margin: 0 0 6px; font-size: 1.8rem; }
.w6758-cta p { margin: 0 0 12px; font-size: 1.3rem; color: #ffe3f1; }
.w6758-cta .w6758-btn { background: #fff; color: var(--w6758-primary); }

/* ===== Footer ===== */
.w6758-footer {
  background: #0b0b0e;
  border-top: 1px solid var(--w6758-border);
  padding: 20px 0 100px;
  margin-top: 18px;
}
.w6758-footer p { color: var(--w6758-text-dim); font-size: 1.25rem; margin: 0 0 10px; }
.w6758-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 12px;
}
.w6758-footer-links a {
  background: var(--w6758-bg-card);
  border: 1px solid var(--w6758-border);
  color: var(--w6758-text);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 1.18rem;
}
.w6758-footer-links a:hover { background: var(--w6758-primary); color: #fff; }
.w6758-copy { color: var(--w6758-text-dim); font-size: 1.15rem; margin-top: 8px; }

/* ===== Bottom Nav ===== */
.w6758-bottom-nav {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  height: 62px;
  background: rgba(11, 11, 14, 0.98);
  border-top: 1px solid var(--w6758-border);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 4px;
}
.w6758-nav-btn {
  flex: 1;
  min-width: 60px;
  min-height: 60px;
  background: transparent;
  border: 0;
  color: var(--w6758-text-dim);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  transition: color 0.2s, transform 0.15s;
}
.w6758-nav-btn i, .w6758-nav-btn span.material-icons-outlined, .w6758-nav-btn ion-icon {
  font-size: 22px;
}
.w6758-nav-btn:hover { color: var(--w6758-text); transform: translateY(-2px); }
.w6758-nav-btn:active { transform: scale(0.92); }
.w6758-nav-btn.w6758-active { color: var(--w6758-primary); }
.w6758-nav-btn.w6758-active i { filter: drop-shadow(0 0 6px rgba(255,20,147,0.6)); }

.w6758-inline-link {
  color: var(--w6758-primary);
  font-weight: 700;
  cursor: pointer;
}
.w6758-inline-link:hover { text-decoration: underline; }

.w6758-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s, transform 0.5s; }
.w6758-reveal-in { opacity: 1; transform: translateY(0); }

/* ===== Desktop ===== */
@media (min-width: 769px) {
  body { padding-bottom: 20px; }
  .w6758-bottom-nav { display: none; }
  .w6758-footer { padding-bottom: 24px; }
  .w6758-header-inner,
  .w6758-container { max-width: 760px; }
  .w6758-games { grid-template-columns: repeat(5, 1fr); }
  .w6758-feature-grid { grid-template-columns: repeat(4, 1fr); }
  .w6758-hero { margin-top: 70px; }
}

@media (max-width: 768px) {
  main { padding-bottom: 80px; }
  .w6758-games { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 360px) {
  .w6758-games { grid-template-columns: repeat(2, 1fr); }
  .w6758-logo-text { font-size: 1.5rem; }
}
