:root{
  --accent:#f2a51a;
  --accent-2:#ffd166;
  --action:#dc2626;
  --action-dark:#a81212;
  --header:#080808;
  --ink:#111827;
  --muted:#657185;
  --paper:#fff8ec;
  --line:#e8dec9;
  --soft:#f8fafc;
  --width:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  padding-bottom:76px;
  font:16px/1.6 Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
}
a{color:inherit}
img{max-width:100%;height:auto}
.site-header{
  height:72px;
  background:var(--header);
  color:#fff;
  position:sticky;
  top:0;
  z-index:20;
  box-shadow:0 8px 24px rgb(0 0 0 / 22%);
}
.header-inner{
  width:min(var(--width),calc(100% - 36px));
  height:100%;
  margin:auto;
  display:flex;
  align-items:center;
  gap:20px;
}
.logo{
  min-width:165px;
  max-width:240px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  text-decoration:none;
}
.logo img{
  width:165px;
  height:48px;
  object-fit:contain;
  object-position:left center;
}
.logo-wordmark strong{
  min-width:0;
  max-width:155px;
  overflow:hidden;
  border-bottom:3px solid var(--action);
  font-size:12px;
  font-weight:900;
  line-height:1.05;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
  letter-spacing:.06em;
}
.logo-mark{
  display:inline-flex;
  align-items:baseline;
  color:#fff;
  font-size:31px;
  font-weight:900;
  line-height:.9;
  letter-spacing:-.08em;
}
.logo-mark span{color:var(--accent)}
.main-nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex:1;
}
.main-nav a{
  padding:23px 0 19px;
  border-bottom:3px solid transparent;
  color:#ddd;
  text-decoration:none;
  font-size:13px;
  font-weight:750;
}
.main-nav a:hover,.main-nav a[aria-current=page]{
  color:#fff;
  border-color:var(--accent);
}
.language-links{display:flex;gap:4px}
.language-links a,.header-login,.header-action{
  padding:8px 10px;
  border:1px solid #444;
  border-radius:6px;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
}
.language-links a[aria-current=page]{color:#111;background:#fff}
.header-action{
  border-color:var(--action);
  background:var(--action);
}
.header-action:hover,.action:hover,.sticky-register:hover{background:var(--action-dark)}
.mobile-navigation{display:none}
.hero{
  min-height:430px;
  padding:78px max(24px,calc((100% - var(--width))/2));
  display:flex;
  align-items:center;
  background-color:#151515;
  background-size:cover;
  background-position:center;
  color:#fff;
}
.hero.text-hero{
  min-height:280px;
  color:var(--ink);
  background:
    radial-gradient(circle at 80% 10%,rgb(242 165 26 / 16%),transparent 28%),
    linear-gradient(180deg,#fff,var(--paper));
  border-bottom:1px solid #eadfca;
}
.hero>div{
  max-width:860px;
  padding-right:32%;
}
.hero.text-hero>div{padding-right:0}
.hero p{
  margin:0;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.hero h1{
  margin:10px 0 14px;
  font-size:54px;
  line-height:1.05;
  overflow-wrap:normal;
  text-wrap:balance;
}
.hero span{
  display:block;
  max-width:700px;
  color:#e1e1e1;
}
.hero.text-hero span{color:#5f6878}
.action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:20px;
  padding:12px 18px;
  border-radius:7px;
  color:#fff;
  background:var(--action);
  text-decoration:none;
  font-weight:850;
  font-size:13px;
  box-shadow:0 10px 26px rgb(220 38 38 / 22%);
}
.hero.text-hero .action{
  background:var(--header);
  box-shadow:none;
}
.breadcrumb-strip{
  padding:13px max(24px,calc((100% - var(--width))/2));
  border-bottom:1px solid #ece2d0;
  background:#fff9ee;
}
.breadcrumb-strip nav{
  display:flex;
  align-items:center;
  gap:8px;
  color:#70798a;
  font-size:12px;
}
.breadcrumb-strip a{
  color:#9a5b00;
  text-decoration:none;
  font-weight:850;
}
.breadcrumb-strip strong{
  min-width:0;
  overflow:hidden;
  color:#364153;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.breadcrumb-strip span{color:#b6a790}
.content{
  width:min(1100px,calc(100% - 36px));
  margin:auto;
  padding:48px 0 65px;
}
.block{
  padding:34px 0;
  border-bottom:1px solid #e1e3e7;
}
.block h2,.utility-grid h2,.feature-card h2,.final-cta h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.15;
}
.block h3{
  margin:22px 0 6px;
  font-size:20px;
  line-height:1.25;
}
.block>p,.block h3+p,.utility-grid p,.feature-card p,.final-cta p{
  color:var(--muted);
}
.intent-prose{
  display:grid;
  grid-template-columns:minmax(0,330px) minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.intent-prose-title h2{
  margin:0;
  font-size:30px;
  line-height:1.15;
  text-wrap:balance;
}
.intent-prose-copy{max-width:720px}
.intent-prose-copy p{
  margin:0 0 10px;
  color:#5e6878;
  font-size:14px;
  line-height:1.75;
}
.offer-actions{padding-top:34px}
.offer-actions-heading{max-width:720px;margin-bottom:18px}
.offer-actions-heading span{
  color:var(--accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.offer-actions-heading h2{margin:5px 0 8px;font-size:30px;line-height:1.1}
.offer-actions-heading p{margin:0;color:#697184}
.offer-action-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.offer-action-card{
  min-height:190px;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:1px solid #e5e1da;
  border-radius:10px;
  color:inherit;
  background:#fff;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.offer-action-card:hover{
  transform:translateY(-2px);
  border-color:var(--accent);
  box-shadow:0 8px 24px rgb(33 23 4 / 10%);
}
.offer-action-card .card-icon{margin-bottom:16px}
.offer-action-card h3{margin:0 0 6px;font-size:16px}
.offer-action-card p{margin:0;color:#6d7481;font-size:13px;line-height:1.5}
.offer-action-card>span:not(.card-icon){
  margin-top:auto;
  padding-top:22px;
  color:#a65f00;
  font-size:12px;
  font-weight:850;
}
.cards,.category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.cards article,.utility-grid article{
  padding:20px;
  border:1px solid #eadfca;
  border-radius:10px;
  background:var(--paper);
}
.cards article,.related-card{overflow:hidden}
.card-icon{
  width:42px;
  height:42px;
  margin-bottom:14px;
  display:grid;
  place-items:center;
  border:1px solid rgb(242 165 26 / 45%);
  border-radius:12px;
  color:#9a5b00;
  background:#fff3d6;
}
.cards article h3{margin:0 0 7px}
.cards article p{margin:0;color:#687182;font-size:13px}
.category{
  padding:20px;
  display:flex;
  gap:16px;
  border:1px solid #eadfca;
  border-radius:12px;
  color:inherit;
  background:#fff;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.category:hover{
  transform:translateY(-2px);
  border-color:var(--accent);
  box-shadow:0 10px 26px rgb(33 23 4 / 10%);
}
.category h3{margin:0 0 6px}
.category p{margin:0;color:#667084;font-size:13px}
.category span:last-child{
  display:inline-block;
  margin-top:10px;
  color:#a65f00;
  font-size:12px;
  font-weight:900;
}
.plain-list{
  margin:16px 0 0;
  padding-left:22px;
  color:#667084;
}
.plain-list li{margin:0 0 9px}
.checklist-list{
  list-style:none;
  padding-left:0;
  color:#667084;
}
.checklist-list li{
  position:relative;
  padding-left:24px;
  margin:0 0 9px;
}
.checklist-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--accent);
}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.steps article{
  padding:18px;
  border:1px solid #eadfca;
  border-radius:10px;
  background:var(--paper);
}
.steps span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--accent);
  font-weight:900;
}
.games-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.game{
  overflow:hidden;
  border:1px solid #eadfca;
  border-radius:12px;
  color:inherit;
  background:#fff;
  text-decoration:none;
}
.game-media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  background:#111;
}
.game-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.game-domain{
  position:absolute;
  left:10px;
  bottom:10px;
  padding:4px 7px;
  border-radius:999px;
  color:#111;
  background:rgb(255 255 255 / 88%);
  font-size:10px;
  font-weight:900;
}
.game strong,.game>span:last-child{
  display:block;
  padding:0 14px;
}
.game strong{padding-top:12px}
.game>span:last-child{
  padding-bottom:14px;
  color:#657185;
  font-size:12px;
}
.bonus-band,.final-cta{
  margin:34px 0;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#111,#3a1111);
}
.bonus-band strong,.final-cta h2{font-size:24px}
.bonus-band p,.final-cta p{margin:5px 0 0;color:#e9e9e9}
.content-table-wrap{
  overflow:auto;
  border:1px solid #e1e4e8;
  border-radius:10px;
}
.content-table-wrap table{
  width:100%;
  border-collapse:collapse;
}
.content-table-wrap td,.content-table-wrap th{
  padding:11px 13px;
  border-bottom:1px solid #e8eaed;
  text-align:left;
}
.content-table-wrap td:first-child,.content-table-wrap th:first-child{
  font-weight:850;
  background:var(--paper);
}
.facts-card{
  margin:26px 0;
  padding:22px;
  border:1px solid #eadfca;
  border-radius:14px;
  background:#fffdf7;
}
.facts-card dl{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:10px 16px;
  margin:0;
}
.facts-card dt{font-weight:900}
.facts-card dd{margin:0;color:#657185}
.faq-list details{
  margin:12px 0;
  padding:16px 18px;
  border:1px solid #e1e4e8;
  border-radius:10px;
  background:#fff;
}
.faq-list summary{
  cursor:pointer;
  font-weight:900;
}
.faq-list p{color:#657185}
.related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.related-card{
  padding:18px;
  border:1px solid #eadfca;
  border-radius:10px;
  background:var(--paper);
  color:inherit;
  text-decoration:none;
}
.related-card strong{display:block;margin-bottom:6px}
.related-card span{color:#667084;font-size:13px}
.site-form{
  max-width:720px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:13px;
  border:1px solid #e0e4ea;
  border-radius:10px;
  background:#f8fafc;
}
.site-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.site-form label{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#394150;
  font-size:13px;
  font-weight:850;
}
.site-form input,.site-form textarea,.site-form select{
  width:100%;
  padding:11px 12px;
  border:1px solid #cfd6df;
  border-radius:8px;
  font:inherit;
  background:#fff;
}
.site-form textarea{min-height:120px;resize:vertical}
.site-footer{
  padding:42px max(24px,calc((100% - var(--width))/2)) 24px;
  color:#fff;
  background:#080808;
}
.footer-grid{
  display:grid;
  grid-template-columns:2fr repeat(4,1fr);
  gap:26px;
}
.footer-brand p,.site-footer a,.footer-bottom{
  color:#c8c8c8;
  font-size:13px;
}
.site-footer strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
}
.site-footer a{
  display:block;
  margin:7px 0;
  text-decoration:none;
}
.site-footer a:hover{color:#fff}
.footer-bottom{
  margin-top:30px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  border-top:1px solid #242424;
}
.sticky-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:25;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#080808;
  box-shadow:0 -8px 24px rgb(0 0 0 / 20%);
}
.sticky-cta a{
  padding:16px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-weight:900;
}
.sticky-register{background:var(--action)}
.sticky-login{background:#1f2937}
@media (max-width:1100px){
  .main-nav{display:none}
  .mobile-navigation{display:block;margin-left:auto}
  .mobile-navigation summary{
    padding:8px 10px;
    border:1px solid #444;
    border-radius:6px;
    color:#fff;
    cursor:pointer;
    font-size:12px;
    font-weight:850;
  }
  .mobile-navigation div{
    position:absolute;
    left:18px;
    right:18px;
    top:72px;
    padding:14px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    border-radius:0 0 14px 14px;
    background:#111;
  }
  .mobile-navigation a{
    color:#fff;
    text-decoration:none;
    font-weight:850;
  }
}
@media (max-width:760px){
  body{font-size:15px}
  .header-inner{width:calc(100% - 24px);gap:10px}
  .logo{min-width:auto}
  .logo-wordmark strong{max-width:86px;font-size:10px}
  .language-links,.header-login,.header-action{display:none}
  .hero{
    min-height:420px;
    padding:52px 18px;
    background-position:center right;
  }
  .hero>div{padding-right:0}
  .hero h1{font-size:38px}
  .content{width:calc(100% - 28px);padding:34px 0 50px}
  .intent-prose,.site-form-grid,.facts-card dl{
    grid-template-columns:1fr;
  }
  .cards,.category-grid,.offer-action-grid,.steps,.games-grid,.related-grid{
    grid-template-columns:1fr;
  }
  .bonus-band,.final-cta{
    display:block;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
  .footer-brand{grid-column:1 / -1}
  .footer-bottom{
    flex-direction:column;
  }
}
@media (max-width:440px){
  .footer-grid{grid-template-columns:1fr}
  .mobile-navigation div{grid-template-columns:1fr}
}

/* MEXWOW build additions */
.hero{background-position:right center;background-repeat:no-repeat;background-color:#050505;}
.hero > div{max-width:760px;}
.text-hero{background:linear-gradient(90deg,#080808,#2a1605)!important;}
.action + .action{margin-left:10px;}
.site-footer a{text-decoration:none;}
.generated-note{font-size:13px;color:var(--muted)}
@media (max-width:760px){.action + .action{margin-left:0;margin-top:10px}.hero{background-position:center top}}

.secondary-action{
  display:inline-flex;align-items:center;justify-content:center;margin-top:20px;margin-left:10px;padding:12px 18px;border:1px solid rgb(255 255 255 / 42%);border-radius:7px;color:#fff;background:rgb(255 255 255 / 10%);text-decoration:none;font-weight:850;font-size:13px;
}
.secondary-action:hover{background:rgb(255 255 255 / 18%)}
.content-table-wrap th{background:#111827;color:#fff;font-weight:900}
.content-table-wrap thead th:first-child{background:#111827}
@media (max-width:760px){.secondary-action{margin-left:0;display:flex;width:max-content}.content-table-wrap table{min-width:620px}}

/* Home hero width fix */
.hero.hero-home{min-height:460px;}
.hero.hero-home > div{width:min(56vw,900px);max-width:none;padding-right:0;}
.hero.hero-home h1{max-width:900px;font-size:60px;line-height:1.02;text-wrap:initial;}
.hero.hero-home span{max-width:760px;}
@media (max-width:1400px){.hero.hero-home > div{width:min(60vw,840px)}.hero.hero-home h1{font-size:56px;}}
@media (max-width:1100px){.hero.hero-home > div{width:min(64vw,760px)}.hero.hero-home h1{font-size:50px;}}
@media (max-width:760px){.hero.hero-home > div{width:auto;max-width:none;padding-right:0}.hero.hero-home h1{max-width:none;font-size:38px;}}

