/* Base — NewestSportsBettingSites.co.uk
   Electric sports aesthetic: dark bg, cyan accent, coral CTAs */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 16px; line-height: 1.7; color: #c8ccd4; background: #0a0a0f; -webkit-font-smoothing: antialiased; }
.wrapper { width: 100%; min-height: 100vh; display: flex; flex-direction: column; }
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; height: auto; display: block; }
a { color: #00d4ff; text-decoration: none; transition: color 0.2s; }
a:hover { color: #ffffff; }
/* Typography */
h1, h2, h3, h4 { font-weight: 800; line-height: 1.15; color: #ffffff; margin: 0 0 16px 0; letter-spacing: -0.3px; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
p { margin: 0 0 16px 0; }
ul, ol { margin: 0 0 16px 0; padding-left: 24px; }
li { margin-bottom: 6px; }
strong { color: #ffffff; }
figure { margin: 0 0 24px 0; }
figure figcaption { font-size: 12px; color: #666; margin-top: 8px; }
/* Byline */
.byline { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.byline .byline-avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 2px solid #00d4ff; }
.byline .byline-text { font-size: 12px; color: #666; }
.byline .byline-text a { color: #00d4ff; }
.byline .byline-text .byline-sep { margin: 0 6px; color: #333; }
/* Page nav */
.page-nav { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; padding: 20px 24px; margin-bottom: 32px; }
.page-nav .page-nav-title { font-size: 10px; font-weight: 800; color: #00d4ff; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.page-nav .page-nav-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 24px; }
.page-nav .page-nav-list li { margin-bottom: 4px; break-inside: avoid; }
.page-nav .page-nav-list a { font-size: 13px; color: #888; transition: color 0.15s; }
.page-nav .page-nav-list a:hover { color: #00d4ff; }
/* Content sections */
.content-section { padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, 0.04); }
.content-section h2 { position: relative; padding-left: 16px; }
.content-section h2::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; background: #00d4ff; border-radius: 2px; }
/* Info box */
.info-box { background: rgba(0, 212, 255, 0.05); border-left: 3px solid #00d4ff; padding: 20px 24px; border-radius: 0 8px 8px 0; margin: 24px 0; }
.info-box p:last-child { margin-bottom: 0; }
.info-box figure { margin: 12px -24px 16px -24px; }
.info-box figure img { width: 100%; display: block; border-radius: 0; }
/* Warning box */
.warning-box { background: rgba(255, 71, 87, 0.06); border-left: 3px solid #ff4757; padding: 20px 24px; border-radius: 0 8px 8px 0; margin: 24px 0; }
.warning-box .warning-title { font-size: 14px; font-weight: 800; color: #ff4757; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.warning-box p:last-child { margin-bottom: 0; }
/* Data tables */
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 24px; }
.data-table th { background: rgba(0, 212, 255, 0.08); color: #00d4ff; padding: 12px 16px; text-align: left; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid rgba(0, 212, 255, 0.15); }
.data-table td { padding: 12px 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.04); color: #aaa; }
.data-table tr:hover td { background: rgba(255, 255, 255, 0.02); }
.table-wrap { overflow-x: auto; margin-bottom: 24px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.06); }
.table-wrap .data-table { margin-bottom: 0; }
/* Checklist */
.checklist { list-style: none; padding: 0; }
.checklist li { padding: 10px 0 10px 32px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.04); font-size: 15px; }
.checklist li::before { content: ''; position: absolute; left: 0; top: 14px; width: 16px; height: 8px; border-left: 2px solid #00d4ff; border-bottom: 2px solid #00d4ff; transform: rotate(-45deg); }
/* FAQ */
.faq-list { margin-bottom: 32px; }
.faq-item { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.faq-item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.06); }
.faq-item .faq-question { padding: 18px 40px 18px 0; font-weight: 700; font-size: 16px; cursor: pointer; position: relative; color: #ffffff; user-select: none; }
.faq-item .faq-question:hover { color: #00d4ff; }
.faq-item .faq-question::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 300; color: #00d4ff; }
.faq-item.active .faq-question::after { content: '-'; }
.faq-item .faq-answer { display: none; padding: 0 0 18px 0; color: #888; line-height: 1.7; }
.faq-item.active .faq-answer { display: block; }
/* Cookie consent */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #12121a; border-top: 1px solid rgba(0, 212, 255, 0.15); color: #999; padding: 16px 20px; z-index: 9999; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.cookie-banner a { color: #00d4ff; }
.cookie-banner .cookie-accept { background: #00d4ff; color: #0a0a0f; border: none; padding: 10px 24px; border-radius: 6px; font-weight: 700; cursor: pointer; font-size: 13px; }
.cookie-banner .cookie-accept:hover { background: #33e0ff; }
/* Disclosure */
.affiliate-disclosure { font-size: 12px; color: #555; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.04); margin-bottom: 24px; }
/* Key points */
.key-points { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; padding: 24px; margin: 24px 0; }
.key-points .key-points-title { font-size: 10px; font-weight: 800; color: #00d4ff; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px; }
.key-points ul { list-style: none; padding: 0; margin: 0; }
.key-points li { padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.04); font-size: 14px; color: #999; }
.key-points li:last-child { border-bottom: none; }
/* Step list */
.step-list { margin: 24px 0; }
.step-item { display: flex; gap: 16px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
.step-item:last-child { border-bottom: none; }
.step-item .step-number { flex-shrink: 0; width: 40px; height: 40px; background: rgba(0, 212, 255, 0.1); color: #00d4ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; border: 1px solid rgba(0, 212, 255, 0.2); }
.step-item .step-title { font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.step-item .step-text { font-size: 14px; color: #888; margin: 0; }
/* Internal links */
article a { color: #00d4ff; font-weight: 600; border-bottom: 1px solid rgba(0, 212, 255, 0.3); }
article a:hover { color: #ffffff; border-bottom-color: #ffffff; }
/* Contact form */
.contact-form { max-width: 560px; }
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label { display: block; font-size: 12px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 16px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 6px; color: #ffffff; font-size: 15px; font-family: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #00d4ff; box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .form-submit { display: inline-block; background: #ff4757; color: #ffffff; font-size: 14px; font-weight: 700; padding: 14px 32px; border-radius: 6px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; }
.contact-form .form-submit:hover { background: #ff6b81; }
/* Author profile */
.author-profile { display: flex; gap: 28px; flex-wrap: wrap; align-items: flex-start; margin-bottom: 28px; }
.author-profile .author-image img { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 3px solid #00d4ff; }
.author-profile .author-bio { flex: 1; min-width: 220px; }
.author-profile .author-bio h3 { margin-bottom: 4px; }
.author-profile .author-role { font-size: 12px; font-weight: 700; color: #00d4ff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease-out, transform 0.5s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
/* Responsive */
@media (min-width: 768px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }
  .content-section { padding: 52px 0; }
}
@media (min-width: 1024px) {
  h1 { font-size: 46px; letter-spacing: -0.5px; }
  h2 { font-size: 32px; }
}
