/* =================================================================
   Oxibet Canada — Brand Protection Site
   Visual language matched to parimatch-canada.com reference:
   light background, Poppins, heavy rounding (12-16px), punchy CTAs
   with pulse, card/table-driven layout.
   Brand colour kept as Oxibet navy #142632 (primary) + gold accent.
   ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --navy:        #142632;
  --navy-700:    #21404f;
  --navy-600:    #2c5060;
  --navy-800:    #182d3b;
  --gold:        #f2b441;
  --gold-dark:   #d99a26;
  --green:       #289507;
  --green-dark:  #1f7d04;
  --star:        #ffc107;
  --blue:        #2B669D;
  --bg:          #F3F3F3;
  --surface:     #ffffff;
  --surface-2:   #F9F9F9;
  --ink:         #111418;
  --ink-soft:    #5a6670;
  --line:        #ddd;
  --line-soft:   #ebe9e8;
  --radius:      16px;
  --radius-sm:   12px;
  --radius-pill: 40px;
  --shadow:      0 4px 6px rgba(0,0,0,.1);
  --shadow-lg:   0 8px 24px rgba(0,0,0,.12);
  --maxw:        1200px;
  --font:        'Poppins', system-ui, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 16px; line-height: 1.5;
  color: var(--ink); background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--navy); padding: 10px 16px; border-radius: 0 0 var(--radius-sm) 0; font-weight: 700; z-index: 200; }
.skip-link:focus { left: 0; }

h1 { font-size: 42px; font-weight: 600; line-height: 1.2; }
h2 { font-size: 34px; font-weight: 600; line-height: 1.2; margin-top: 40px; }
h3 { font-size: 28px; font-weight: 600; line-height: 1.2; margin-top: 30px; }

.site-header { background: var(--bg); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 18px; padding-block: 12px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; border-radius: 12px; background: var(--navy); padding: 7px 12px; }
.brand .tag { color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-left: 2px solid var(--gold); padding-left: 10px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin-left: auto; font-weight: 700; font-size: 18px; }
.nav-links a { color: var(--ink); padding: 6px 2px; }
.nav-links a:hover { color: var(--navy-700); text-decoration: none; }
.nav-links a.active { color: var(--navy); border-bottom: 3px solid var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; font-weight: 700 !important; padding: 10px 22px !important; border-radius: var(--radius) !important; margin-left: 4px; animation: pulse 2s infinite; transition: background .2s; }
.nav-cta:hover { background: var(--gold-dark) !important; text-decoration: none !important; }

@keyframes pulse { 0% { transform: scale(.96);} 50% { transform: scale(1);} 100% { transform: scale(.96);} }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; border-radius: var(--radius-sm); position: relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; width: 24px; height: 3px; background: var(--navy); left: 10px; border-radius: 2px; transition: .2s; }
.nav-toggle span { top: 21px; }
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px; background: var(--bg); padding: 14px; display: none; border-bottom: 1px solid var(--line); margin-left: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; border-radius: var(--radius-sm); }
  .nav-links a.active { border-bottom: none; background: var(--surface); }
  .nav-cta { text-align: center; animation: none; }
  .brand .tag { display: none; }
}

.hero { background: var(--bg); padding: 36px 0 10px; }
.hero .container { max-width: var(--maxw); }
.breadcrumbs { font-size: .9rem; color: var(--ink-soft); padding: .5em 0; }
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--navy); }
.hero h1 { margin-top: 20px; color: var(--ink); max-width: 20ch; }
.hero .lead { margin-top: 18px; max-width: 65ch; color: var(--ink-soft); font-size: 1.1rem; }
.hero-cta { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

.eyebrow { display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font); font-weight: 700; font-size: 1.05rem; padding: 15px 34px; border-radius: var(--radius-sm); border: 0; cursor: pointer; transition: background .3s ease, transform .2s ease; text-decoration: none !important; }
.btn-primary { background: var(--gold); color: var(--navy); animation: pulse 2s infinite; }
.btn-primary:hover { background: var(--gold-dark); color: var(--navy); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); color: #fff; }
.btn-ghost { background: var(--surface); color: var(--navy); border: 2px solid var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }

main { padding-block: 10px 20px; }
.prose { max-width: var(--maxw); margin-inline: auto; }
.prose.wide { max-width: var(--maxw); }
.prose h2 { color: var(--ink); margin-top: 1.5em; margin-bottom: .4em; scroll-margin-top: 90px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { color: var(--ink); margin-top: 1.1em; margin-bottom: .35em; }
.prose p { margin-bottom: 1.1em; color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 1.3em 0; }
.prose ul { padding-left: 1.3em; }
.prose li { margin-bottom: .55em; }
.prose strong { font-weight: 700; }
.prose a { color: var(--navy); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--gold-dark); }

.section-lead { font-size: 1.12rem; color: var(--ink-soft); margin-bottom: 1.4em; }

.prose ol { counter-reset: step; list-style: none; padding-left: 0; }
.prose ol > li { counter-increment: step; position: relative; padding-left: 3em; margin-bottom: 1em; }
.prose ol > li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 28px; height: 28px; line-height: 26px; text-align: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--navy); font-weight: 700; background: var(--surface); }

.table-wrap { overflow-x: auto; margin: 1.6em 0; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); font-size: .98rem; }
thead { background: var(--navy); }
thead th { color: #fff; text-align: left; font-weight: 600; font-size: 1rem; padding: 14px 16px; }
tbody td { padding: 13px 16px; border-top: 1px solid var(--line-soft); vertical-align: top; }
tbody tr:nth-child(even) td { background: var(--surface-2); }
tbody td:first-child { font-weight: 600; }

.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 1.8em 0; }
.fact { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow); }
.fact .k { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); font-weight: 600; }
.fact .v { font-size: 1.5rem; font-weight: 700; color: var(--navy); margin-top: 6px; }

.callout { background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: var(--radius-sm); padding: 20px 24px; margin: 1.6em 0; box-shadow: var(--shadow); }
.callout.rg { border-left-color: var(--green); }
.callout h3 { margin-top: 0; }
.callout p:last-child { margin-bottom: 0; }

.confirm { background: #fff5e0; color: #8a5a00; border: 1px dashed #e0a93a; border-radius: 6px; padding: 1px 8px; font-size: .9em; font-weight: 700; white-space: nowrap; }

.editor-note { background: #fdeced; border: 1px solid #f3c2c6; color: #7d2630; border-radius: var(--radius-sm); padding: 16px 20px; margin: 1.4em 0; font-size: .92rem; }
.editor-note strong { color: #7d2630; }

.steps { list-style: none; margin: 1.6em 0; counter-reset: stp; padding-left: 0; }
.steps > li { counter-increment: stp; position: relative; list-style: none; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px 20px 76px; margin-bottom: 14px; box-shadow: var(--shadow); }
.steps > li::before { content: counter(stp); position: absolute; left: 20px; top: 20px; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--gold); font-weight: 700; display: grid; place-items: center; font-size: 1.1rem; }
.steps h3 { margin-top: 0; }
.steps > li p { margin-bottom: 0; }

.faq { margin: 1.4em 0; }
.faq details { background: var(--surface-2); border: 1px solid var(--blue); border-radius: var(--radius); margin-bottom: 18px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-weight: 600; font-size: 1.1rem; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.6rem; color: var(--blue); transition: transform .2s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 22px 18px; }
.faq .faq-body p { margin-bottom: .6em; }
.faq .faq-body p:last-child { margin-bottom: 0; }

.cta-band { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 44px; margin: 2.5em 0 0; text-align: center; }
.cta-band h2 { color: #fff; margin-top: 0; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 54ch; margin: 12px auto 26px; }

.card-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 20px; margin: 2em 0; }
.card-link { border-radius: var(--radius); padding: 28px 24px; color: #fff !important; box-shadow: var(--shadow); transition: transform .2s ease; text-decoration: none !important; background: linear-gradient(180deg, var(--navy-700) 0%, var(--navy) 100%); border: 1px solid rgba(255,255,255,.08); }
.card-link:nth-child(2) { background: linear-gradient(180deg, #305907 0%, #072230 100%); }
.card-link:nth-child(3) { background: linear-gradient(180deg, #744F1B 0%, #707306 100%); }
.card-link:hover { transform: translateY(-4px); text-decoration: none; }
.card-link h3 { margin: 0 0 8px; color: #fff; font-size: 1.4rem; }
.card-link p { margin: 0; color: rgba(255,255,255,.85); font-size: .96rem; }
.card-link .arrow { color: var(--gold); font-weight: 700; margin-top: 14px; display: inline-block; }

.rg-strip { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; margin: 2em 0; font-size: .95rem; color: var(--ink-soft); box-shadow: var(--shadow); }
.badge18 { background: var(--navy); color: #fff; font-weight: 700; border-radius: 50%; width: 46px; height: 46px; display: grid; place-items: center; flex: none; font-size: .9rem; }

.site-footer { background: var(--navy); color: rgba(255,255,255,.72); padding: 52px 0 28px; margin-top: 50px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.site-footer img.flogo { height: 40px; width: auto; background: rgba(255,255,255,.06); padding: 8px 14px; border-radius: 12px; margin-bottom: 14px; }
.site-footer h4 { color: #fff; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; font-size: .85rem; color: rgba(255,255,255,.55); line-height: 1.7; }
.footer-disclaimer .badges { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; flex-wrap: wrap; }
.footer-disclaimer .badges span { border: 1px solid rgba(255,255,255,.22); border-radius: 8px; padding: 5px 12px; font-weight: 700; color: rgba(255,255,255,.8); font-size: .78rem; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; } }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(12px); animation: reveal .5s ease forwards; }
  .hero h1.reveal { animation-delay: .05s; }
  .hero .lead.reveal { animation-delay: .12s; }
  .hero .hero-cta.reveal { animation-delay: .2s; }
  @keyframes reveal { to { opacity: 1; transform: none; } }
}

@media (max-width: 576px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  .cta-band { padding: 32px 22px; }
  .btn { width: 100%; }
  .hero-cta { flex-direction: column; }
}
