/* =========================================================
   Betplay — betplay1.com
   Bespoke stylesheet. Playful operator: navy + green/pink/blue pops.
   ========================================================= */

:root{
  --navy:#0d1b42;
  --navy-deep:#040f20;
  --navy-2:#182958;
  --green:#33f57c;
  --pink:#ff4081;
  --blue:#0d6efd;
  --surface:#f1f7fd;
  --surface-2:#dfecfa;
  --ink:#0d1b42;
  --muted:#5b6b8c;
  --white:#ffffff;
  --radius-lg:22px;
  --radius-md:16px;
  --radius-sm:10px;
  --shadow-card:0 12px 28px -14px rgba(13,27,66,.28);
  --shadow-pop:0 18px 40px -16px rgba(13,27,66,.45);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;}
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:var(--surface);
  overflow-x:hidden;
  min-width:0;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
button{font-family:inherit;}
.tabular{font-variant-numeric:tabular-nums;}

.wrap{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}

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

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position:sticky;top:0;z-index:100;
  background:var(--navy);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;height:76px;
}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-width:0;}
.brand img{height:30px;width:auto;}

.desktop-nav{display:flex;align-items:center;gap:26px;flex:1 1 auto;justify-content:center;}
.desktop-nav a{
  color:rgba(255,255,255,.82);font-size:14.5px;font-weight:600;letter-spacing:.2px;
  padding:8px 2px;position:relative;
}
.desktop-nav a:hover{color:var(--white);}
.desktop-nav a::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--green);
  transform:scaleX(0);transition:transform .18s ease;
}
.desktop-nav a:hover::after{transform:scaleX(1);}

.header-actions{display:flex;align-items:center;gap:14px;flex:0 0 auto;}
.lang-switch{
  display:flex;align-items:center;background:rgba(255,255,255,.08);border-radius:999px;padding:3px;
  font-size:12.5px;font-weight:700;
}
.lang-switch a{
  padding:6px 11px;border-radius:999px;color:rgba(255,255,255,.65);
}
.lang-switch a.active{background:var(--green);color:var(--navy);}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 20px;border-radius:999px;font-weight:700;font-size:14px;
  border:2px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active{transform:translateY(1px);}
.btn-ghost{border-color:rgba(255,255,255,.35);color:var(--white);background:transparent;}
.btn-ghost:hover{border-color:var(--white);}
.btn-primary{background:var(--green);color:var(--navy);box-shadow:0 8px 20px -8px rgba(51,245,124,.55);}
.btn-primary:hover{box-shadow:0 10px 24px -8px rgba(51,245,124,.75);}
.btn-pink{background:var(--pink);color:var(--white);box-shadow:0 8px 20px -8px rgba(255,64,129,.55);}
.btn-pink:hover{box-shadow:0 10px 24px -8px rgba(255,64,129,.75);}
.btn-block{width:100%;}
.btn-sm{padding:9px 16px;font-size:13px;}

.burger{
  display:none;
  width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.08);
  border:none;position:relative;cursor:pointer;flex:0 0 auto;
}
.burger span, .burger span::before, .burger span::after{
  content:"";position:absolute;left:10px;right:10px;height:2px;background:var(--white);border-radius:2px;
  transition:transform .2s ease, opacity .2s ease, top .2s ease;
}
.burger span{top:20px;}
.burger span::before{top:-7px;}
.burger span::after{top:7px;}
.burger[aria-expanded="true"] span{background:transparent;}
.burger[aria-expanded="true"] span::before{transform:translateY(7px) rotate(45deg);top:-7px;}
.burger[aria-expanded="true"] span::after{transform:translateY(-7px) rotate(-45deg);top:7px;}

.mobile-nav{
  display:none;
  max-height:0;overflow:hidden;background:var(--navy-2);
  transition:max-height .28s ease;
}
.mobile-nav.open{max-height:640px;}
.mobile-nav-inner{padding:18px 24px 26px;display:flex;flex-direction:column;gap:18px;}
.mobile-nav a.mnav-link{
  color:var(--white);font-weight:700;font-size:15.5px;padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mobile-lang{display:flex;gap:8px;}
.mobile-lang a{
  flex:1;text-align:center;padding:10px;border-radius:12px;background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.75);font-weight:700;font-size:13px;
}
.mobile-lang a.active{background:var(--green);color:var(--navy);}
.mobile-ctas{display:flex;flex-direction:column;gap:10px;}

@media (max-width:860px){
  .desktop-nav, .header-actions{display:none;}
  .burger{display:block;}
  .mobile-nav{display:block;}
  .header-inner{height:64px;}
  .brand img{height:26px;}
}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(120% 140% at 8% -10%, rgba(51,245,124,.30), transparent 55%),
    radial-gradient(90% 120% at 100% 0%, rgba(255,64,129,.30), transparent 50%),
    radial-gradient(80% 100% at 60% 120%, rgba(13,110,253,.35), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy) 100%);
  color:var(--white);
  padding:56px 0 64px;
}
.hero-bg-img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:.35;mix-blend-mode:screen;pointer-events:none;
}
.hero-inner{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);
  padding:7px 14px;border-radius:999px;font-size:12.5px;font-weight:800;letter-spacing:.4px;
  text-transform:uppercase;color:var(--green);
}
.hero-title{
  font-size:clamp(30px,4.6vw,50px);line-height:1.08;font-weight:900;margin:18px 0 16px;
  letter-spacing:-.5px;
}
.hero-title .accent{color:var(--green);}
.hero-title .accent-pink{color:var(--pink);}
.hero-sub{
  font-size:17px;line-height:1.6;color:rgba(255,255,255,.82);max-width:56ch;margin:0 0 26px;
}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px;}
.hero-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.hero-fact{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-md);padding:14px 10px;text-align:center;
  backdrop-filter:blur(2px);
}
.hero-fact img{width:26px;height:26px;margin:0 auto 8px;}
.hero-fact .fact-num{display:block;font-weight:900;font-size:16px;font-variant-numeric:tabular-nums;}
.hero-fact .fact-label{display:block;font-size:11.5px;color:rgba(255,255,255,.7);margin-top:2px;}

.hero-side{position:relative;}
.hero-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius-lg);padding:22px;backdrop-filter:blur(4px);
}
.hero-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.hero-card-title{font-weight:800;font-size:14.5px;color:var(--white);}
.live-pill{
  display:inline-flex;align-items:center;gap:6px;background:rgba(251,58,44,.18);
  color:#ff7a6e;font-size:11.5px;font-weight:800;padding:5px 10px;border-radius:999px;
}
.live-pill .dot{width:7px;height:7px;border-radius:50%;background:#ff4d3d;animation:pulse 1.4s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.35;}}
.hero-match{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid rgba(255,255,255,.08);}
.hero-match:first-of-type{border-top:none;}
.hero-team{font-size:13.5px;color:rgba(255,255,255,.9);font-weight:600;}
.hero-odds{display:flex;gap:6px;}
.hero-odds span{
  background:rgba(255,255,255,.1);border-radius:8px;padding:5px 9px;font-size:12.5px;font-weight:800;
  font-variant-numeric:tabular-nums;color:var(--green);
}

@media (max-width:900px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-facts{grid-template-columns:repeat(2,1fr);}
}

/* =========================================================
   SECTION SCAFFOLDING
   ========================================================= */
.section{padding:64px 0;}
.section-alt{background:var(--white);}
.section-head{max-width:680px;margin:0 auto 40px;text-align:center;}
.kicker{
  display:inline-block;color:var(--pink);font-weight:800;font-size:12.5px;letter-spacing:.6px;
  text-transform:uppercase;margin-bottom:10px;
}
.section-title{font-size:clamp(24px,3.2vw,34px);font-weight:900;color:var(--navy);line-height:1.15;margin:0 0 12px;letter-spacing:-.3px;}
.section-sub{color:var(--muted);font-size:15.5px;line-height:1.6;margin:0;}

/* ---------- sport chips ---------- */
.chip-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:32px;}
.chip{
  display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;
  background:var(--surface-2);color:var(--navy);font-weight:700;font-size:13.5px;border:2px solid transparent;
  cursor:pointer;
}
.chip img{width:16px;height:16px;}
.chip.active{background:var(--navy);color:var(--white);}
.chip.active img{filter:brightness(0) invert(1);}

/* ---------- odds board ---------- */
.odds-board{display:flex;flex-direction:column;gap:14px;max-width:820px;margin:0 auto;}
.odds-card{
  background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);
  padding:18px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;
}
.odds-league{
  display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:800;color:var(--muted);
  text-transform:uppercase;letter-spacing:.4px;grid-column:1/-1;margin-bottom:2px;
}
.odds-league .live-pill{margin-left:auto;}
.odds-teams{display:flex;flex-direction:column;gap:6px;min-width:0;}
.odds-teams .team{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14.5px;color:var(--navy);}
.odds-teams .team .crest{
  width:22px;height:22px;border-radius:50%;flex:0 0 auto;
  display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;color:#fff;
}
.odds-meta{font-size:12px;color:var(--muted);}
.odds-picks{display:flex;gap:8px;}
.odds-pick{
  min-width:58px;text-align:center;background:var(--surface);border-radius:10px;padding:8px 6px;
}
.odds-pick .lbl{display:block;font-size:10px;color:var(--muted);font-weight:700;}
.odds-pick .val{display:block;font-weight:900;font-size:15px;color:var(--navy);font-variant-numeric:tabular-nums;}
.odds-note{text-align:center;color:var(--muted);font-size:12.5px;margin-top:18px;}

@media (max-width:640px){
  .odds-card{grid-template-columns:1fr;}
  .odds-picks{justify-content:space-between;}
  .odds-pick{flex:1;}
}

/* ---------- feature / icon-rich cards ---------- */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.feature-card{
  background:var(--white);border-radius:var(--radius-md);padding:26px 20px;text-align:center;
  box-shadow:var(--shadow-card);transition:transform .18s ease, box-shadow .18s ease;
}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-pop);}
.feature-card img{width:52px;height:52px;margin:0 auto 16px;}
.card-title{font-weight:800;font-size:15.5px;color:var(--navy);margin:0 0 8px;}
.card-text{font-size:13.5px;color:var(--muted);line-height:1.55;margin:0;}

@media (max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:520px){.feature-grid{grid-template-columns:1fr;}}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:step;}
.step{
  background:linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  border-radius:var(--radius-md);padding:24px 20px;color:var(--white);position:relative;overflow:hidden;
}
.step::before{
  counter-increment:step;content:counter(step);
  position:absolute;top:-10px;right:-4px;font-size:64px;font-weight:900;color:rgba(255,255,255,.08);
  font-variant-numeric:tabular-nums;
}
.step img{width:34px;height:34px;margin-bottom:14px;}
.step .card-title{color:var(--white);}
.step .card-text{color:rgba(255,255,255,.72);}

@media (max-width:900px){.steps{grid-template-columns:repeat(2,1fr);}}
@media (max-width:520px){.steps{grid-template-columns:1fr;}}

/* ---------- payments ---------- */
.pay-row{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.pay-chip{
  display:flex;align-items:center;gap:10px;background:var(--white);border-radius:999px;
  padding:12px 18px;box-shadow:var(--shadow-card);font-weight:700;font-size:13.5px;color:var(--navy);
}
.pay-chip .pay-ico{
  width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  flex:0 0 auto;color:#fff;
}

/* =========================================================
   SEO ARTICLE
   ========================================================= */
.seo-article{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:44px clamp(20px,5vw,56px);}
.seo-article h1{
  font-size:clamp(24px,3.6vw,36px);line-height:1.2;font-weight:900;color:var(--navy);margin:0 0 20px;letter-spacing:-.3px;
}
.seo-article h2{
  font-size:clamp(20px,2.6vw,26px);font-weight:800;color:var(--navy);margin:38px 0 14px;
  padding-top:18px;border-top:1px solid var(--surface-2);
}
.seo-article h2:first-of-type{border-top:none;padding-top:0;margin-top:0;}
.seo-article h3{font-size:18px;font-weight:800;color:var(--navy-2);margin:24px 0 10px;}
.seo-article p{font-size:15.5px;line-height:1.75;color:#334063;margin:0 0 16px;}
.seo-article strong{color:var(--navy);}
.seo-article a{color:var(--blue);font-weight:700;text-decoration:underline;}

.table-scroll{width:100%;overflow-x:auto;margin:20px 0;border-radius:var(--radius-sm);box-shadow:var(--shadow-card);-webkit-overflow-scrolling:touch;}
.seo-article table{
  width:100%;min-width:520px;border-collapse:collapse;table-layout:fixed;background:var(--white);
}
.seo-article th, .seo-article td{
  border:1px solid var(--surface-2);padding:12px 14px;text-align:left;font-size:13.5px;
  overflow-wrap:anywhere;vertical-align:top;
}
.seo-article th{background:var(--navy);color:var(--white);font-weight:800;font-size:12.5px;text-transform:uppercase;letter-spacing:.3px;}
.seo-article tbody tr:nth-child(even){background:var(--surface);}

@media (max-width:560px){
  .seo-article table{min-width:0;}
  .seo-article th, .seo-article td{padding:8px 8px;font-size:12px;}
}

/* ---------- FAQ block (heads already h2/h3 from article, just styled + made interactive) ---------- */
.faq-block{margin-top:8px;}
.faq-item{border-bottom:1px solid var(--surface-2);padding:6px 0;}
.faq-item h3{
  cursor:pointer;position:relative;padding-right:30px;margin:18px 0 8px;
  display:flex;align-items:center;
}
.faq-item h3::after{
  content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);
  font-size:20px;font-weight:700;color:var(--pink);transition:transform .2s ease;
}
.faq-item.open h3::after{transform:translateY(-50%) rotate(45deg);}
.faq-item p{
  overflow:hidden;max-height:0;transition:max-height .25s ease, margin .25s ease;margin:0;
}
.faq-item.open p{max-height:600px;margin:0 0 16px;}

/* =========================================================
   BREADCRUMB (interior pages)
   ========================================================= */
.breadcrumb{padding:16px 0 0;}
.breadcrumb ol{display:flex;flex-wrap:wrap;gap:6px;font-size:12.5px;color:var(--muted);}
.breadcrumb a{color:var(--blue);font-weight:600;}
.breadcrumb li:not(:last-child)::after{content:"/";margin-left:6px;color:var(--muted);}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:var(--navy-deep);color:rgba(255,255,255,.75);padding:52px 0 26px;margin-top:70px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-brand img{height:28px;margin-bottom:14px;}
.footer-brand p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.55);max-width:34ch;}
.footer-social{display:flex;gap:10px;margin-top:16px;}
.footer-social img{width:30px;height:30px;border-radius:50%;}
.footer-col p.col-title{font-weight:800;color:var(--white);font-size:13px;text-transform:uppercase;letter-spacing:.4px;margin:0 0 14px;}
.footer-col ul{display:flex;flex-direction:column;gap:10px;}
.footer-col a{font-size:13.5px;color:rgba(255,255,255,.65);}
.footer-col a:hover{color:var(--green);}
.footer-bottom{padding-top:22px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;}
.footer-legal{font-size:12px;color:rgba(255,255,255,.5);line-height:1.6;max-width:70ch;}
.age-badge{
  display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;
  background:var(--pink);color:#fff;font-weight:900;font-size:12px;flex:0 0 auto;
}
.footer-rg{display:flex;align-items:center;gap:10px;font-size:12px;color:rgba(255,255,255,.55);}

@media (max-width:860px){
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
}

/* =========================================================
   UTIL
   ========================================================= */
.visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
