@font-face{font-family:Inter;src:url("../fonts/inter-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter-600.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Manrope;src:url("../fonts/manrope-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Manrope;src:url("../fonts/manrope-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Manrope;src:url("../fonts/manrope-800.woff2") format("woff2");font-style:normal;font-weight:800;font-display:swap}

.bookmakers-page{
  --bookmakers-navy:#031f4b;
  --bookmakers-navy-light:#07366f;
  --bookmakers-blue:#0875e8;
  --bookmakers-blue-dark:#075fbd;
  --bookmakers-blue-soft:#eaf4ff;
  --bookmakers-gold:#d8a331;
  --bookmakers-text:#082346;
  --bookmakers-muted:#5e7189;
  --bookmakers-border:#d8e6f4;
  --bookmakers-white:#fff;
  --bookmakers-red:#c82b38;
  --bookmakers-green:#0d7c43;
  overflow:clip;
  background:#fff;
  color:var(--bookmakers-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.65;
}
.bookmakers-page *{box-sizing:border-box}
.bookmakers-page img,.bookmakers-page svg{display:block;max-width:100%}
.bookmakers-page a{text-underline-offset:3px}
.bookmakers-page a,.bookmakers-page button{touch-action:manipulation}
.bookmakers-page a:focus-visible,.bookmakers-page button:focus-visible{
  outline:3px solid #8dc8ff;
  outline-offset:3px;
}
.bookmakers-container{
  width:min(1180px,calc(100% - 48px));
  margin-inline:auto;
}
.bookmakers-icon{width:24px;height:24px;flex:0 0 auto}
.bookmakers-breadcrumbs{
  padding:14px 0;
  border-bottom:1px solid var(--bookmakers-border);
  background:#fff;
  color:var(--bookmakers-muted);
  font-size:13px;
}
.bookmakers-breadcrumbs a{color:var(--bookmakers-blue-dark)}
.bookmakers-kicker{
  margin:0 0 12px;
  color:var(--bookmakers-blue);
  font-size:13px;
  font-weight:700;
  letter-spacing:.13em;
  line-height:1.3;
  text-transform:uppercase;
}
.bookmakers-section{
  padding:72px 0;
  scroll-margin-top:112px;
  background:#fff;
}
.bookmakers-section.is-tinted{background:#f5faff}
.bookmakers-section__head{
  max-width:850px;
  margin:0 0 32px;
}
.bookmakers-section__head h2{
  margin:0;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-size:clamp(30px,3.2vw,36px);
  font-weight:800;
  letter-spacing:-.045em;
  line-height:1.12;
  text-wrap:balance;
}

.bookmakers-hero{position:relative;padding:30px 0;background:#fff}
.bookmakers-hero__pattern{display:none}
.bookmakers-hero__grid{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,58fr) minmax(350px,42fr);
  gap:42px;
  align-items:center;
  min-height:390px;
  overflow:hidden;
  padding:48px 52px;
  border-radius:12px;
  background:
    radial-gradient(circle at 32% 18%,rgba(8,117,232,.18),transparent 42%),
    linear-gradient(90deg,#031f4b 0%,#052c61 44%,rgba(5,44,97,0) 72%),
    linear-gradient(180deg,#021331 0%,#061c40 100%);
  box-shadow:0 22px 48px rgba(3,31,75,.13);
}
.bookmakers-hero__grid:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:url("../images/bookmakers/bookmakers-hero-pattern.svg") center/160px 160px repeat;
  color:#fff;
  opacity:.045;
  -webkit-mask-image:linear-gradient(to right,#000 0 50%,transparent 78%);
  mask-image:linear-gradient(to right,#000 0 50%,transparent 78%);
  pointer-events:none;
}
.bookmakers-hero__grid:after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-120px;
  bottom:-180px;
  width:460px;
  height:460px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  pointer-events:none;
}
.bookmakers-hero__copy{position:relative;z-index:1}
.bookmakers-hero .bookmakers-kicker{color:#a8d4ff}
.bookmakers-hero h1{
  max-width:690px;
  margin:0;
  color:#fff;
  font-family:Manrope,Inter,sans-serif;
  font-size:clamp(46px,4.25vw,50px);
  font-weight:800;
  letter-spacing:-.055em;
  line-height:1.09;
  text-wrap:balance;
}
.bookmakers-hero__lead{max-width:680px;margin-top:20px}
.bookmakers-hero__lead p{
  margin:0;
  color:#dceafa;
  font-size:17px;
  line-height:1.7;
}
.bookmakers-hero__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
  margin-top:26px;
}
.bookmakers-button--hero{
  min-height:48px;
  gap:10px;
  padding-inline:20px;
  border-color:#fff;
  border-radius:7px;
  background:#fff;
  color:var(--bookmakers-navy)!important;
}
.bookmakers-button--hero:hover{border-color:#dcecff;background:#dcecff;color:var(--bookmakers-navy)!important}
.bookmakers-button--hero .bookmakers-icon{width:18px;height:18px}
.bookmakers-hero__text-link{
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.65);
  color:#fff!important;
  font-size:14px;
  font-weight:700;
  line-height:1.25;
  text-decoration:none;
}
.bookmakers-hero__text-link:hover{border-color:#fff;color:#fff!important}
.bookmakers-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}
.bookmakers-hero__badges>span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  gap:8px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  font-weight:600;
  line-height:1.25;
  backdrop-filter:blur(8px);
}
.bookmakers-hero__badges .bookmakers-icon{width:17px;height:17px;color:#8fc9ff}
.bookmakers-hero__badges>.bookmakers-hero__age{
  min-width:48px;
  justify-content:center;
  border-color:rgba(255,126,136,.55);
  color:#fff;
  font-weight:700;
}
.bookmakers-hero__visual{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  min-width:0;
  margin:0;
}
.bookmakers-hero__visual picture{display:block;width:100%;max-width:480px}
.bookmakers-hero__visual img{
  width:100%;
  max-width:480px;
  height:auto;
  max-height:380px;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 28px 30px rgba(0,10,30,.24));
  -webkit-mask-image:radial-gradient(ellipse 85% 80% at center,#000 70%,transparent 100%);
  mask-image:radial-gradient(ellipse 85% 80% at center,#000 70%,transparent 100%);
}

.bookmakers-nav{
  position:sticky;
  z-index:40;
  top:78px;
  border-bottom:1px solid var(--bookmakers-border);
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 20px rgba(6,42,80,.05);
  backdrop-filter:blur(12px);
}
.admin-bar .bookmakers-nav{top:110px}
.bookmakers-nav__scroll{
  display:flex;
  align-items:center;
  gap:4px;
  overflow-x:auto;
  padding:8px 0;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.bookmakers-nav__scroll::-webkit-scrollbar{display:none}
.bookmakers-nav a{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 14px;
  border-bottom:2px solid transparent;
  color:#31506f;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease;
}
.bookmakers-nav a:hover,.bookmakers-nav a.is-active{border-color:var(--bookmakers-blue);color:var(--bookmakers-blue)}
.bookmakers-nav .bookmakers-icon{width:19px;height:19px}

.bookmakers-ranking__head,.bookmakers-rank-card{
  display:grid;
  grid-template-columns:64px minmax(190px,1.15fr) 116px minmax(170px,.9fr) minmax(155px,.85fr) 166px;
}
.bookmakers-ranking__head{
  align-items:center;
  min-height:46px;
  border:1px solid var(--bookmakers-border);
  border-bottom:0;
  border-radius:8px 8px 0 0;
  background:#f3f8fd;
}
.bookmakers-ranking__head span{
  padding:0 14px;
  color:#4d6883;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.bookmakers-ranking__list{
  display:grid;
  gap:0;
  overflow:hidden;
  border:1px solid var(--bookmakers-border);
  border-radius:0 0 8px 8px;
  background:#fff;
}
.bookmakers-rank-card{
  position:relative;
  align-items:stretch;
  overflow:hidden;
  border:0;
  border-bottom:1px solid var(--bookmakers-border);
  background:#fff;
  transition:background-color .2s ease;
}
.bookmakers-rank-card:last-child{border-bottom:0}
.bookmakers-rank-card:hover{
  background:#fbfdff;
}
.bookmakers-rank-card.is-recommended{
  background:#f3f8ff;
  box-shadow:inset 4px 0 0 var(--bookmakers-blue);
}
.bookmakers-rank-card>div{
  min-width:0;
  padding:18px 14px;
  border-right:1px solid #e4edf6;
}
.bookmakers-rank-card>div:nth-child(6){border-right:0}
.bookmakers-rank-card__place{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  background:#f0f5fa;
}
.bookmakers-rank-card__place strong{
  color:#48627c;
  font-family:Manrope,Inter,sans-serif;
  font-size:22px;
  line-height:1;
}
.bookmakers-rank-card--1 .bookmakers-rank-card__place{
  background:linear-gradient(145deg,var(--bookmakers-navy-light),var(--bookmakers-blue));
}
.bookmakers-rank-card--1 .bookmakers-rank-card__place strong{color:#fff}
.bookmakers-rank-card--1 .bookmakers-rank-card__place .bookmakers-icon{width:18px;height:18px;color:var(--bookmakers-gold);fill:rgba(216,163,49,.15)}
.bookmakers-rank-card--2 .bookmakers-rank-card__place{background:#eef1f5}
.bookmakers-rank-card--3 .bookmakers-rank-card__place{background:#f5eee8}
.bookmakers-rank-card__brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.bookmakers-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:146px;
  height:58px;
  flex:0 0 auto;
  overflow:hidden;
  padding:7px 10px;
  border:1px solid var(--bookmakers-border);
  border-radius:6px;
  background:#fff;
}
.bookmakers-logo__image{width:100%;height:100%;object-fit:contain}
.bookmakers-logo__fallback{
  overflow:hidden;
  color:var(--bookmakers-navy-light);
  font-family:Manrope,Inter,sans-serif;
  font-size:16px;
  font-weight:800;
  line-height:1;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.bookmakers-rank-card__brand h3{
  margin:0;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-size:19px;
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.2;
}
.bookmakers-rank-card__recommended{
  display:inline-flex;
  margin-top:6px;
  color:#a76f00;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.bookmakers-rank-card__score{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bookmakers-rank-card__score>span{color:var(--bookmakers-gold)}
.bookmakers-rank-card__score .bookmakers-icon{width:18px;height:18px;fill:rgba(216,163,49,.16)}
.bookmakers-rank-card__score strong{
  margin-top:4px;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-size:24px;
  line-height:1.15;
}
.bookmakers-rank-card__score small{color:var(--bookmakers-muted);font-size:13px}
.bookmakers-rank-card__score em{
  margin-top:4px;
  color:var(--bookmakers-muted);
  font-size:11px;
  font-style:normal;
  line-height:1.3;
}
.bookmakers-rank-card__bonus{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#f9fcff;
}
.bookmakers-rank-card__bonus small{color:var(--bookmakers-muted);font-size:12px;font-weight:600}
.bookmakers-rank-card__bonus strong{
  margin-top:3px;
  color:var(--bookmakers-green);
  font-size:15px;
  line-height:1.35;
}
.bookmakers-rank-card__bonus span{
  align-self:flex-start;
  margin-top:7px;
  padding:2px 7px;
  border:1px dashed #91c7a9;
  border-radius:4px;
  color:#176a3c;
  font-size:11px;
  font-weight:700;
}
.bookmakers-rank-card__payments{
  display:flex;
  align-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
}
.bookmakers-rank-card__payments span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:3px 7px;
  border:1px solid var(--bookmakers-border);
  border-radius:4px;
  background:#f8fbff;
  color:#31506f;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
}
.bookmakers-rank-card__actions{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
}
.bookmakers-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:9px 15px;
  border:1px solid transparent;
  border-radius:7px;
  font-size:14px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.bookmakers-button:active{transform:translateY(1px)}
.bookmakers-button--primary{border-color:var(--bookmakers-blue);background:var(--bookmakers-blue);color:#fff!important}
.bookmakers-button--primary:hover{border-color:var(--bookmakers-blue-dark);background:var(--bookmakers-blue-dark);color:#fff}
.bookmakers-button--secondary{border-color:#aaccef;background:#fff;color:var(--bookmakers-blue-dark)}
.bookmakers-button--secondary:hover{border-color:var(--bookmakers-blue);background:var(--bookmakers-blue-soft);color:var(--bookmakers-blue-dark)}
.bookmakers-rank-card__actions .bookmakers-button--secondary{
  min-height:30px;
  padding:2px 6px;
  border-color:transparent;
  background:transparent;
  color:var(--bookmakers-blue-dark);
  text-decoration:underline;
}
.bookmakers-rank-card__actions .bookmakers-button--secondary:hover{border-color:transparent;background:transparent;color:var(--bookmakers-blue)}
.bookmakers-rank-card__summary{
  grid-column:2/-1;
  margin:0;
  padding:12px 16px!important;
  border-top:1px solid #e4edf6;
  border-right:0!important;
  background:#fbfdff;
  color:#536c84;
  font-size:13px;
  line-height:1.55;
}

.bookmakers-criteria__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.bookmakers-criterion{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:220px;
  padding:24px;
  border:1px solid var(--bookmakers-border);
  border-radius:8px;
  background:#fff;
  color:var(--bookmakers-text);
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease;
}
.bookmakers-criterion:hover{
  transform:translateY(-2px);
  border-color:#b7d4f1;
  background:#fbfdff;
  color:var(--bookmakers-text);
}
.bookmakers-criterion__icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:26px;
  border-radius:8px;
  background:var(--bookmakers-blue-soft);
  color:var(--bookmakers-blue);
}
.bookmakers-criterion__icon .bookmakers-icon{width:26px;height:26px}
.bookmakers-criterion h3{
  margin:0 0 8px;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.25;
}
.bookmakers-criterion p{
  margin:0;
  color:#516980;
  font-size:14px;
  line-height:1.55;
}
.bookmakers-criterion__arrow{
  position:absolute;
  top:26px;
  right:22px;
  color:#8aa8c4;
}
.bookmakers-criterion__arrow .bookmakers-icon{width:19px;height:19px}

.bookmakers-reviews__list{display:grid;gap:20px}
.bookmakers-review{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:34px;
  align-items:start;
  padding:32px;
  scroll-margin-top:112px;
  border:1px solid var(--bookmakers-border);
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 30px rgba(7,39,76,.045);
}
.bookmakers-review.is-compact{align-items:center;padding-block:26px}
.bookmakers-review.is-compact .bookmakers-review__header{padding-bottom:18px}
.bookmakers-review.is-compact .bookmakers-review__summary{margin:18px 0 14px;font-size:16px}
.bookmakers-review__main{min-width:0}
.bookmakers-review__header{
  display:flex;
  align-items:center;
  gap:20px;
  padding-bottom:26px;
  border-bottom:1px solid var(--bookmakers-border);
}
.bookmakers-review__header h3{
  max-width:720px;
  margin:0;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-size:clamp(24px,2.4vw,30px);
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1.18;
}
.bookmakers-review__header .bookmakers-kicker{margin-bottom:7px}
.bookmakers-review__summary{
  max-width:800px;
  margin:24px 0;
  color:#365570;
  font-size:18px;
  font-weight:500;
  line-height:1.65;
}
.bookmakers-review__image{
  overflow:hidden;
  margin:26px 0;
  border-radius:8px;
  background:#f0f6fc;
  aspect-ratio:4/3;
}
.bookmakers-review__image img{width:100%;height:100%;object-fit:cover}
.bookmakers-review__pros-cons{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:820px;
  margin:26px 0;
}
.bookmakers-review__pros,.bookmakers-review__cons{
  padding:20px;
  border:1px solid #cee7da;
  border-left:3px solid var(--bookmakers-green);
  border-radius:6px;
  background:#fff;
}
.bookmakers-review__cons{border-color:#ead7d9;border-left-color:var(--bookmakers-red);background:#fff}
.bookmakers-review__pros-cons h4{
  margin:0 0 12px;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-size:17px;
  font-weight:800;
}
.bookmakers-review__pros-cons ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.bookmakers-review__pros-cons li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#31506a;
  font-size:14px;
  line-height:1.5;
}
.bookmakers-review__pros-cons .bookmakers-icon{width:18px;height:18px;margin-top:2px;color:var(--bookmakers-green)}
.bookmakers-review__cons li>span{color:var(--bookmakers-red);font-weight:700}
.bookmakers-richtext{max-width:820px;color:#284762}
.bookmakers-richtext>:first-child{margin-top:0}
.bookmakers-richtext>:last-child{margin-bottom:0}
.bookmakers-richtext p,.bookmakers-richtext li{color:#365570;font-size:16px;line-height:1.75}
.bookmakers-richtext p{margin:0 0 1.15em}
.bookmakers-richtext h2,.bookmakers-richtext h3,.bookmakers-richtext h4{
  margin:1.55em 0 .65em;
  color:var(--bookmakers-text);
  font-family:Manrope,Inter,sans-serif;
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.25;
}
.bookmakers-richtext h2{font-size:28px}
.bookmakers-richtext h3{font-size:22px}
.bookmakers-richtext h4{font-size:18px}
.bookmakers-richtext ul,.bookmakers-richtext ol{padding-left:1.25em}
.bookmakers-richtext table{
  width:100%;
  margin:24px 0;
  border-collapse:collapse;
  background:#fff;
  font-size:14px;
}
.bookmakers-richtext th,.bookmakers-richtext td{padding:12px;border:1px solid var(--bookmakers-border);text-align:left;vertical-align:top}
.bookmakers-richtext th{background:#f2f7fc;color:var(--bookmakers-text)}
.bookmakers-back-link{
  display:inline-flex;
  margin-top:26px;
  color:var(--bookmakers-blue-dark);
  font-size:14px;
  font-weight:700;
}
.bookmakers-review__details[hidden]{display:none}
.bookmakers-review__toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  margin-top:4px;
  padding:8px 15px;
  border:1px solid #aaccef;
  border-radius:7px;
  background:#fff;
  color:var(--bookmakers-blue-dark);
  font:700 14px/1.3 Inter,sans-serif;
  cursor:pointer;
}
.bookmakers-review__toggle:hover{border-color:var(--bookmakers-blue);background:var(--bookmakers-blue-soft)}
.bookmakers-review__toggle .bookmakers-icon{width:18px;height:18px;transition:transform .2s ease}
.bookmakers-review__toggle[aria-expanded="true"] .bookmakers-icon{transform:rotate(180deg)}
.bookmakers-review__aside{
  position:sticky;
  top:150px;
  overflow:hidden;
  border:1px solid var(--bookmakers-border);
  border-radius:8px;
  background:#f8fbff;
}
.bookmakers-review__aside>div,.bookmakers-review__aside dl{margin:0;padding:18px;border-bottom:1px solid var(--bookmakers-border)}
.bookmakers-review__aside>div small{display:block;color:var(--bookmakers-muted);font-size:12px;font-weight:600}
.bookmakers-review__aside>div strong{display:block;margin-top:5px;color:var(--bookmakers-green);font-size:17px;line-height:1.35}
.bookmakers-review__aside code{
  display:inline-flex;
  margin-top:10px;
  padding:4px 8px;
  border:1px dashed #80bd9b;
  border-radius:5px;
  background:#fff;
  color:#176a3c;
  font:700 12px/1.3 Inter,sans-serif;
}
.bookmakers-review__aside dt{color:var(--bookmakers-text);font-size:12px;font-weight:700;text-transform:uppercase}
.bookmakers-review__aside dd{margin:5px 0 0;color:#4a647e;font-size:13px;line-height:1.55}
.bookmakers-review__aside .bookmakers-button{margin:18px;width:calc(100% - 36px)}

.bookmakers-content__layout{display:grid;gap:30px;align-items:center}
.bookmakers-content--text .bookmakers-section__head,
.bookmakers-content--text .bookmakers-content__layout,
.bookmakers-content--warning .bookmakers-section__head,
.bookmakers-content--warning .bookmakers-content__layout{max-width:820px;margin-inline:auto}
.bookmakers-content--media .bookmakers-content__layout{grid-template-columns:minmax(0,1fr) minmax(340px,500px)}
.bookmakers-content--warning .bookmakers-content__layout{
  max-width:900px;
  padding:28px 30px;
  border:1px solid #dfc47a;
  border-left:5px solid var(--bookmakers-gold);
  border-radius:6px;
  background:#fffdf5;
}
.bookmakers-content__image{
  overflow:hidden;
  margin:0;
  border-radius:8px;
  background:#edf5fd;
  aspect-ratio:4/3;
}
.bookmakers-content__image img{width:100%;height:100%;object-fit:contain}
.bookmakers-content__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.bookmakers-content__cards article{
  position:relative;
  padding:22px;
  border:1px solid var(--bookmakers-border);
  border-radius:8px;
  background:#fff;
}
.bookmakers-content__cards article>span{display:inline-flex;color:var(--bookmakers-blue)}
.bookmakers-content__cards h3{margin:18px 0 8px;font:800 18px/1.3 Manrope,Inter,sans-serif}
.bookmakers-content__cards p{margin:0;color:#526b83;font-size:14px}
.bookmakers-content__cards article>a{position:absolute;top:20px;right:20px}

.bookmakers-faq__list{
  display:grid;
  gap:0;
  max-width:820px;
  overflow:hidden;
  border:1px solid var(--bookmakers-border);
  border-radius:8px;
  background:#fff;
}
.bookmakers-faq__item{
  border:0;
  border-bottom:1px solid var(--bookmakers-border);
  background:#fff;
}
.bookmakers-faq__item:last-child{border-bottom:0}
.bookmakers-faq__item h3{margin:0}
.bookmakers-faq__item button{
  display:flex;
  width:100%;
  min-height:64px;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:15px 20px;
  border:0;
  background:#fff;
  color:var(--bookmakers-text);
  font:700 16px/1.45 Inter,sans-serif;
  text-align:left;
  cursor:pointer;
}
.bookmakers-faq__item button:hover{background:#f8fbff}
.bookmakers-faq__item button .bookmakers-icon{
  width:20px;
  height:20px;
  color:var(--bookmakers-blue);
  transition:transform .2s ease;
}
.bookmakers-faq__item button[aria-expanded="true"] .bookmakers-icon{transform:rotate(180deg)}
.bookmakers-faq__answer>div{max-width:820px;padding:0 20px 20px;color:#405b74}
.bookmakers-faq__answer p{margin:0;color:#405b74;line-height:1.7}

.bookmakers-responsible__panel{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:28px;
  align-items:start;
  max-width:860px;
  padding:12px 0;
  border:0;
  background:transparent;
}
.bookmakers-responsible{background:#f2f8ff!important}
.bookmakers-responsible__age{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  border:2px solid #a94750;
  border-radius:50%;
  color:#9c2631;
  font:800 22px/1 Manrope,Inter,sans-serif;
}
.bookmakers-responsible h2{
  margin:0 0 14px;
  color:var(--bookmakers-text);
  font:800 clamp(28px,3vw,34px)/1.15 Manrope,Inter,sans-serif;
  letter-spacing:-.04em;
}
.bookmakers-responsible__resources{
  max-width:820px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--bookmakers-border);
}
.bookmakers-responsible__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:var(--bookmakers-blue-dark);
  font-size:14px;
  font-weight:700;
}
.bookmakers-responsible__link .bookmakers-icon{width:18px;height:18px}

@media (max-width:1199px){
  .bookmakers-hero__grid{grid-template-columns:minmax(0,56fr) minmax(320px,44fr);gap:24px;padding:46px}
  .bookmakers-ranking__head{display:none}
  .bookmakers-ranking__list{border-radius:8px}
  .bookmakers-rank-card{
    grid-template-columns:64px minmax(210px,1.3fr) 116px minmax(180px,1fr);
    grid-template-areas:
      "place brand score bonus"
      "place payments payments actions"
      "summary summary summary summary";
  }
  .bookmakers-rank-card__place{grid-area:place}
  .bookmakers-rank-card__brand{grid-area:brand}
  .bookmakers-rank-card__score{grid-area:score}
  .bookmakers-rank-card__bonus{grid-area:bonus;border-right:0!important}
  .bookmakers-rank-card__payments{grid-area:payments;border-top:1px solid #e4edf6}
  .bookmakers-rank-card__actions{grid-area:actions;border-top:1px solid #e4edf6;border-right:0!important}
  .bookmakers-rank-card__summary{grid-area:summary}
  .bookmakers-criteria__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:991px){
  .bookmakers-hero__grid{grid-template-columns:1fr;padding:40px}
  .bookmakers-hero h1{font-size:clamp(38px,5.1vw,46px)}
  .bookmakers-hero__lead p{font-size:16px}
  .bookmakers-hero__visual{justify-items:start}
  .bookmakers-hero__visual img{width:min(100%,440px);max-height:none}
  .bookmakers-section{padding:64px 0}
  .bookmakers-criteria__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bookmakers-review{grid-template-columns:1fr}
  .bookmakers-review__aside{position:static;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch}
  .bookmakers-review__aside>div,.bookmakers-review__aside dl{border-right:1px solid var(--bookmakers-border)}
  .bookmakers-review__aside .bookmakers-button{grid-column:1/-1}
  .bookmakers-content--media .bookmakers-content__layout{grid-template-columns:1fr}
  .bookmakers-content__image{max-width:620px}
}

@media (max-width:782px){
  .admin-bar .bookmakers-nav{top:124px}
}

@media (max-width:767px){
  .bookmakers-container{width:min(100% - 32px,1180px)}
  .bookmakers-hero{padding:16px 0 22px}
  .bookmakers-hero__grid{grid-template-columns:1fr;gap:22px;min-height:0;padding:34px 28px;border-radius:10px}
  .bookmakers-hero h1{font-size:clamp(30px,9vw,34px);line-height:1.12}
  .bookmakers-hero__lead{margin-top:16px}
  .bookmakers-hero__lead p{
    display:-webkit-box;
    overflow:hidden;
    font-size:15px;
    line-height:1.6;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
  }
  .bookmakers-hero__badges{margin-top:20px}
  .bookmakers-hero__badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .bookmakers-hero__badges>span{min-width:0;padding-inline:10px;font-size:12px}
  .bookmakers-hero__actions{align-items:flex-start;gap:12px;margin-top:22px}
  .bookmakers-button--hero{width:100%}
  .bookmakers-hero__visual{order:2}
  .bookmakers-hero__visual img{width:min(100%,300px);max-height:none}
  .bookmakers-nav{top:66px}
  .admin-bar .bookmakers-nav{top:66px}
  .bookmakers-nav .bookmakers-container{width:100%}
  .bookmakers-nav__scroll{padding:8px 16px}
  .bookmakers-section{padding:52px 0;scroll-margin-top:102px}
  .bookmakers-section__head{margin-bottom:24px}
  .bookmakers-section__head h2{font-size:clamp(28px,8vw,32px)}
  .bookmakers-rank-card{
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    grid-template-areas:
      "place brand"
      "score score"
      "bonus bonus"
      "payments payments"
      "actions actions"
      "summary summary";
  }
  .bookmakers-rank-card>div{border-right:0;border-bottom:1px solid #e4edf6}
  .bookmakers-rank-card__place{min-height:94px}
  .bookmakers-rank-card__brand{min-width:0}
  .bookmakers-logo{width:120px;height:52px}
  .bookmakers-rank-card__score{display:grid;grid-template-columns:auto auto 1fr;align-items:center;justify-content:start;gap:8px}
  .bookmakers-rank-card__score strong{margin:0}
  .bookmakers-rank-card__score em{margin:0}
  .bookmakers-rank-card__bonus{border-right:0!important}
  .bookmakers-rank-card__payments{border-top:0}
  .bookmakers-rank-card__actions{border-top:0;border-bottom:0!important}
  .bookmakers-button{width:100%;min-height:46px}
  .bookmakers-criteria__grid{grid-template-columns:1fr}
  .bookmakers-criterion{min-height:0}
  .bookmakers-review{gap:24px;padding:24px 20px;scroll-margin-top:102px}
  .bookmakers-review.is-compact{padding-block:22px}
  .bookmakers-review__header{align-items:flex-start;flex-direction:column}
  .bookmakers-review__header .bookmakers-logo{width:150px}
  .bookmakers-review__pros-cons{grid-template-columns:1fr}
  .bookmakers-review__aside{display:block}
  .bookmakers-review__aside>div,.bookmakers-review__aside dl{border-right:0}
  .bookmakers-content__cards{grid-template-columns:1fr}
  .bookmakers-richtext{overflow-wrap:anywhere}
  .bookmakers-richtext table{display:block;overflow-x:auto}
  .bookmakers-responsible__panel{grid-template-columns:1fr;padding:26px 22px}
  .bookmakers-responsible__age{width:62px;height:62px}
}

@media (max-width:479px){
  .bookmakers-hero__grid{padding:30px 22px}
  .bookmakers-hero__badges>span{max-width:100%}
  .bookmakers-logo{width:104px}
  .bookmakers-rank-card__brand{gap:10px;padding-inline:10px!important}
  .bookmakers-rank-card__brand h3{font-size:17px}
}

@media (max-width:359px){
  .bookmakers-container{width:min(100% - 24px,1180px)}
  .bookmakers-hero__grid{padding:28px 18px}
  .bookmakers-rank-card{grid-template-columns:48px minmax(0,1fr)}
  .bookmakers-logo{width:92px;height:48px}
}

@media (prefers-reduced-motion:reduce){
  .bookmakers-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
  .bookmakers-rank-card:hover,.bookmakers-criterion:hover{transform:none}
}
