@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
/* Typography
================================================== */
body {
  background: #350b2d;
  color: #555;
}

@media (max-width: 991px) {

}

@media (max-width: 620px) {

}

@media (prefers-reduced-motion: reduce) {

}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
	position: relative;
	overflow: hidden;
	border: 2px solid #ffb600;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #ffb600;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
	background: #000;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #ffb600;
  color: #fff;
}

.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Title */
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #ffb600;
}

.section-sub-title {
	font-weight: 900;
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 60px;
	color: #ffb600;
}
@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

.glitch {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.glitch {
  animation: glitch 1000ms infinite;
}

.glitch span {
  position: absolute;
  top: 0;
  left: 0;
}

.glitch span:first-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  transform: translate(-0.05em, -0.025em)
}

.glitch span:last-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(0.05em, 0.025em)
}


@keyframes glitch {
  0% {
    text-shadow:
    0.05em 0 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0.025em 0.05em 0 rgba(0,0,255,.75);
  }
  14% {
    text-shadow:
    0.05em 0 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0.025em 0.05em 0 rgba(0,0,255,.75);
  }
  15% {
    text-shadow:
    -0.05em -0.025em 0 rgba(255,0,0,.75),
    0.025em 0.025em 0 rgba(0,255,0,.75),
    -0.05em -0.05em 0 rgba(0,0,255,.75);
  }
  49% {
    text-shadow:
    -0.05em -0.025em 0 rgba(255,0,0,.75),
    0.025em 0.025em 0 rgba(0,255,0,.75),
    -0.05em -0.05em 0 rgba(0,0,255,.75);
  }
  50% {
    text-shadow:
    0.025em 0.05em 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0 -0.05em 0 rgba(0,0,255,.75);
  }
  99% {
    text-shadow:
    0.025em 0.05em 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0 -0.05em 0 rgba(0,0,255,.75);
  }
  100% {
    text-shadow:
    -0.025em 0 0 rgba(255,0,0,.75),
    -0.025em -0.025em 0 rgba(0,255,0,.75),
    -0.025em -0.05em 0 rgba(0,0,255,.75);
  }
}

/* Page content title */
.page-content-title.first {
  margin-top: 0;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ffb600;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: 0.2;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #ffb600;
  padding-left: 40px;
}
blockquote.text-center {
  border-top: 3px solid #ffb600;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}
blockquote.text-center:before {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
blockquote.text-right {
  border-right: 3px solid #ffb600;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}
blockquote.text-right:before {
  left: auto;
  right: 5px;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 28px;
  color: #E5E5E5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	z-index: 1;
	font-style: italic;
	margin-bottom: 0;
	color: #ffb600;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  margin-right: 10px;
  color: #ffb600;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f11b";
  margin-right: 10px;
  color: #ffb600;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #ffb600;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-primary,
.btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #ffb600;
}

.btn-primary {
  background: #ffb600;
}

.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}
.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
	padding: 8px 0;
	background: #ffb600;
	position: relative;
	color: #fff;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}
.top-social ul li {
  display: inline-block;
  padding: 0;
}
.top-social ul li a {
  color: #ffffff;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}
.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #fff;
}

.top-bar-border ul.top-info li i {
  color: #ffb600;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.header-two .navbar-fixed {
	background-color: #000;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600 !important;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #ffb600;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}
@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
.header-two ul.navbar-nav > li > a.active i {
    color: #ffb600;
  }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 13px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ffb600;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #ffb600 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffb600;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #ffb600;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 18px;
  color: #999;
}
@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}
@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}
@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}
@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #ffb600 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}

/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
	top: 50%;
	padding: 0;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	left: 25%;
}
@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 13px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}


/* ==================================================
                       ANIMATIONS
================================================== */

@keyframes ksiPaymentPanelReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ==================================================
                       RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .ksi-payment__provider-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ksi-payment__mobile {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 25px;
    padding: 42px;
  }

  .ksi-payment__mobile-features {
    grid-template-columns: 1fr;
  }

  .ksi-payment__phone-wrap {
    min-height: 410px;
  }

  .ksi-payment__method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 420px) {

}

@media (prefers-reduced-motion: reduce) {

}


/* Responsive Expanded Payments */
@media (max-width: 1199px) {

  .ksi-payment__method-grid--crypto {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}


/* Mobile icon sizing */
@media (max-width: 575px) {

  .ksi-payment__method-icon,
  .ksi-payment__method-icon--cards {
    width: 68px;
    height: 58px;
    flex-basis: 68px;
    padding: 8px;
    border-radius: 15px;
  }

  .ksi-payment__method-icon img,
  .ksi-payment__method-icon--cards img,
  .ksi-payment__method-icon--crypto img {
    max-width: 55px;
    height: 34px;
  }

}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 420px) {
}

/* ==================================================
              KSI HEADER AND HERO OVERRIDES
================================================== */

:root {
  --ksi-header-height: 96px;

  --ksi-bg-dark: #050612;
  --ksi-bg-black: #02030a;

  --ksi-purple: #7938ff;
  --ksi-pink: #ff2f91;
  --ksi-cyan: #1fdcff;
  --ksi-blue: #176cff;

  --ksi-white: #ffffff;
  --ksi-text: #d7d9e6;
}

#slots,
#live-casino,
#jackpots,
#bonuses,
#rewards,
#providers,
#mobile-casino,
#payments,
#about,
#faq {
  scroll-margin-top: calc(var(--ksi-header-height) + 12px);
}


/* ==================================================
                       HEADER
================================================== */

.ksi-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;

  width: 100%;
  height: var(--ksi-header-height);
  min-height: var(--ksi-header-height);
  padding: 0;

  border: 0;
  border-bottom: 1px solid rgba(31, 220, 255, 0.18);

  background:
    linear-gradient(
      90deg,
      #02030a 0%,
      #060611 48%,
      #080513 100%
    );

  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.45),
    0 1px 18px rgba(121, 56, 255, 0.12);
}

.ksi-header .site-navigation {
  position: relative !important;

  width: 100% !important;
  margin: 0 !important;
  min-height: var(--ksi-header-height);

  background: transparent;
}

.ksi-header .site-navigation.navbar-fixed {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
}

.ksi-header .navbar-collapse {
  position: relative;
  z-index: 100000;
}

.ksi-header .navbar {
  height: var(--ksi-header-height);
  min-height: var(--ksi-header-height);
}


/* ==================================================
                        LOGO
================================================== */

.ksi-header .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  width: 188px;
  min-height: 70px;
}

.ksi-header .logo a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  min-height: 70px;
}

.ksi-header .logo img {
  display: block;

  width: 180px !important;
  max-width: none;
  height: auto !important;
  max-height: 70px;

  object-fit: contain;

  filter:
    drop-shadow(0 0 7px rgba(31, 220, 255, 0.4))
    drop-shadow(0 0 14px rgba(121, 56, 255, 0.32))
    drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
}


/* ==================================================
                    HEADER MENU
================================================== */

.ksi-header ul.navbar-nav {
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
}

.ksi-header ul.navbar-nav > li {
  padding-right: 6px;
  padding-left: 6px;
}

.ksi-header ul.navbar-nav > li > a,
.ksi-header .navbar-light ul.navbar-nav > li > a {
  position: relative;

  padding: 15px 3px !important;

  color: var(--ksi-white) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1px;
  text-transform: uppercase;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a::after {
  position: absolute;
  right: 3px;
  bottom: 7px;
  left: 3px;

  height: 3px;
  border-radius: 20px;

  background:
    linear-gradient(
      90deg,
      var(--ksi-cyan),
      var(--ksi-purple),
      var(--ksi-pink)
    );

  content: "";

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.2s ease;
}

.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:hover,
.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:focus {
  color: var(--ksi-cyan) !important;
  transform: translateY(-1px);
}

.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:hover::after,
.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:focus::after {
  transform: scaleX(1);
}

.ksi-header .navbar-nav > .header-get-a-quote {
  top: auto;
  margin-left: 14px;
}

.ksi-header .navbar-toggler {
  width: 48px;
  height: 44px;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(31, 220, 255, .42);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(121, 56, 255, .92), rgba(255, 47, 145, .88));
  box-shadow: 0 0 22px rgba(121, 56, 255, .24);
}

.ksi-header .navbar-toggler:focus-visible {
  outline: 2px solid var(--ksi-cyan);
  outline-offset: 3px;
}


/* ==================================================
                    PLAY NOW BUTTONS
================================================== */

.ksi-header .btn.btn-primary,
.ksi-hero .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 155px;
  min-height: 54px;
  padding: 15px 28px !important;

  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      var(--ksi-purple) 0%,
      #a832ff 42%,
      var(--ksi-pink) 100%
    ) !important;

  color: var(--ksi-white) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;

  box-shadow:
    0 7px 0 #36106f,
    0 13px 30px rgba(121, 56, 255, 0.35),
    0 0 22px rgba(255, 47, 145, 0.18);

  transform: translateY(0);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.ksi-header .btn.btn-primary:hover,
.ksi-header .btn.btn-primary:focus,
.ksi-hero .btn.btn-primary:hover,
.ksi-hero .btn.btn-primary:focus {
  background:
    linear-gradient(
      135deg,
      var(--ksi-cyan) 0%,
      var(--ksi-blue) 45%,
      var(--ksi-purple) 100%
    ) !important;

  color: var(--ksi-white) !important;

  box-shadow:
    0 5px 0 #123b86,
    0 15px 34px rgba(31, 220, 255, 0.3),
    0 0 28px rgba(121, 56, 255, 0.22);

  filter: brightness(1.08);
  transform: translateY(2px);
}

.ksi-header .btn.btn-primary:active,
.ksi-hero .btn.btn-primary:active {
  box-shadow:
    0 2px 0 #36106f,
    0 7px 18px rgba(121, 56, 255, 0.3);

  transform: translateY(5px);
}


/* ==================================================
                    LARGE SCREENS
================================================== */

@media (min-width: 1200px) {

  .ksi-header .container,
  .ksi-hero .container {
    width: calc(100% - 80px);
    max-width: 1440px;
    padding-right: 30px;
    padding-left: 30px;
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 1199px) {

  :root {
    --ksi-header-height: 96px;
  }

  .ksi-header .logo {
    width: 170px;
  }

  .ksi-header .logo img {
    width: 164px !important;
  }

  .ksi-header ul.navbar-nav > li {
    padding-right: 3px;
    padding-left: 3px;
  }

  .ksi-header ul.navbar-nav > li > a {
    font-size: 12px;
  }

  .ksi-header .navbar-nav > .header-get-a-quote {
    margin-left: 8px;
  }

}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 991px) {

  :root {
    --ksi-header-height: 82px;
  }

  .ksi-header,
  .ksi-header .site-navigation,
  .ksi-header .navbar {
    min-height: var(--ksi-header-height);
  }

  .ksi-header .logo {
    width: 158px;
    min-height: 62px;
  }

  .ksi-header .logo a {
    min-height: 62px;
  }

  .ksi-header .logo img {
    width: 152px !important;
    max-height: 62px;
  }

  .ksi-header .navbar-collapse {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    padding: 18px;

    border: 1px solid rgba(31, 220, 255, 0.2);
    border-radius: 0 0 16px 16px;

    background: rgba(3, 4, 15, 0.98);

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55);
  }

  .ksi-header ul.navbar-nav {
    align-items: stretch;
  }

  .ksi-header ul.navbar-nav > li {
    width: 100%;
    padding: 0;
  }

  .ksi-header ul.navbar-nav > li > a {
    padding: 13px 8px !important;
    font-size: 14px;
  }

  .ksi-header .navbar-nav > .header-get-a-quote {
    margin: 15px 0 0;
  }

  .ksi-header .header-get-a-quote .btn-primary {
    width: 100%;
  }

  .ksi-hero {
    min-height: auto !important;

    background-position: 62% center;
  }

  .ksi-hero .slider-content {
    min-height: calc(100svh - var(--ksi-header-height));
    padding: 80px 0;
  }

  .ksi-hero .slide-sub-title {
    max-width: 720px;

    font-size: clamp(42px, 8vw, 62px);
    line-height: 1.05;
  }

  .ksi-hero .hero-description {
    max-width: 650px;
    font-size: 16px;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 575px) {

  .ksi-hero {
    background-position: 68% center;
  }

  .ksi-hero .slider-content {
    padding: 65px 0;
  }

  .ksi-hero .slide-sub-title {
    font-size: 38px;
    line-height: 1.06;
    letter-spacing: -1px;
  }

  .ksi-hero .hero-kicker {
    font-size: 10px;
    letter-spacing: .55px;
  }

  .ksi-hero .hero-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .ksi-hero .btn.btn-primary {
    width: 100%;
  }

}


/* ==================================================
                   MEDIUM DESKTOPS
================================================== */

@media (max-width: 1199px) {

  .ksi-slots-section > .container {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 767px) {

  .ksi-slots-section {
    padding: 80px 0;
  }

  .ksi-slots-section > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-section-header {
    margin-bottom: 42px;
  }

  .ksi-section-header h2 {
    font-size: 40px;
  }

  .ksi-section-header p {
    font-size: 16px;
  }

  .ksi-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .ksi-slots-section {
    padding: 65px 0;
  }

  .ksi-section-header {
    margin-bottom: 35px;
    text-align: left;
  }

  .ksi-section-header__label {
    justify-content: flex-start;
  }

  .ksi-section-header h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .ksi-section-header p {
    font-size: 15px;
    line-height: 1.65;
  }

  .ksi-slots-grid {
    grid-template-columns: 1fr;
  }

  .ksi-slot-card__content h3 {
    font-size: 18px;
  }

}


/* ==================================================
                    RESPONSIVE GRID
================================================== */

/* Four cards on smaller desktop screens */

@media (max-width: 1399px) {

  .ksi-slots-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

}


/* Three cards on tablets */

@media (max-width: 991px) {

  .ksi-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

}


/* Two cards on mobile */

@media (max-width: 767px) {

  .ksi-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }

}


/* One card on narrow phones */

@media (max-width: 420px) {

  .ksi-slots-grid {
    grid-template-columns: 1fr;
  }

}


/* ==================================================
                     ANIMATION
================================================== */

@keyframes ksi-live-status-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.52;
    transform: scale(0.8);
  }

}


/* ==================================================
                 MEDIUM DESKTOPS
================================================== */

@media (max-width: 1199px) {

  .ksi-live > .container {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-live__hero-content {
    width: 63%;
    padding: 50px 44px;
  }

  .ksi-live-experience__content {
    padding: 40px 38px;
  }

  .ksi-live__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 991px) {

  .ksi-live {
    padding: 90px 0;
  }

  .ksi-live__hero {
    min-height: 720px;
  }

  .ksi-live__hero-image {
    object-position: 65% center;
  }

  .ksi-live__hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 4, 14, 0.98) 0%,
        rgba(4, 5, 17, 0.9) 48%,
        rgba(5, 6, 18, 0.22) 100%
      ),
      linear-gradient(
        0deg,
        rgba(3, 4, 14, 0.67),
        transparent 54%
      );
  }

  .ksi-live__hero-content {
    width: 69%;
    min-height: 720px;
    padding: 45px 36px;
  }

  .ksi-live__highlights {
    grid-template-columns: 1fr;
  }

  .ksi-live__highlight + .ksi-live__highlight {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .ksi-live__introduction {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ksi-live__introduction-copy {
    padding-left: 24px;
  }

  .ksi-live-experience,
  .ksi-live-experience--reverse {
    grid-template-columns: 1fr;
  }

  .ksi-live-experience--reverse .ksi-live-experience__visual,
  .ksi-live-experience--reverse .ksi-live-experience__content {
    order: initial;
  }

  .ksi-live-experience__visual {
    min-height: 430px;
  }

  .ksi-live__collection-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 767px) {

  .ksi-live {
    padding: 75px 0;
  }

  .ksi-live > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-live__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .ksi-live__header h2 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .ksi-live__header p {
    font-size: 16px;
    line-height: 1.68;
  }

  .ksi-live__hero {
    display: flex;
    flex-direction: column;

    min-height: 0;
    margin-bottom: 70px;

    border-radius: 23px;
  }

  .ksi-live__hero-image {
    position: relative;
    inset: auto;

    order: 1;

    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;

    object-position: 68% center;
  }

  .ksi-live__hero-overlay {
    display: none;
  }

  .ksi-live__hero-content {
    order: 2;

    width: 100%;
    min-height: 0;
    padding: 31px 24px;

    background:
      linear-gradient(
        155deg,
        rgba(25, 17, 53, 0.98),
        rgba(8, 9, 24, 0.99)
      );
  }

  .ksi-live__hero-content h3 {
    font-size: 31px;
  }

  .ksi-live__hero-content p {
    font-size: 15px;
  }

  .ksi-live__experiences {
    margin-bottom: 68px;
  }

  .ksi-live-experience {
    min-height: 0;

    border-radius: 21px;
  }

  .ksi-live-experience__visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ksi-live-experience__content {
    padding: 30px 24px;
  }

  .ksi-live-experience__content h3 {
    font-size: 28px;
  }

  .ksi-live__collection {
    padding: 31px 24px;
  }

  .ksi-live__categories {
    grid-template-columns: 1fr;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .ksi-live__header h2 {
    font-size: 34px;
  }

  .ksi-live__eyebrow {
    font-size: 9px;
  }

  .ksi-live__hero-content {
    padding: 27px 20px;
  }

  .ksi-live__hero-content h3 {
    font-size: 28px;
  }

  .ksi-live__introduction-title h3 {
    font-size: 31px;
  }

  .ksi-live__introduction-copy {
    padding-left: 18px;
  }

  .ksi-live-experience__content {
    padding: 27px 21px;
  }

  .ksi-live__collection {
    padding: 27px 20px;
  }

  .ksi-live__collection-header h3 {
    font-size: 27px;
  }

}


/* ==================================================
               REDUCED MOTION SUPPORT
================================================== */

@media (prefers-reduced-motion: reduce) {

  .ksi-live__status > span {
    animation: none;
  }

  .ksi-live-experience__visual img,
  .ksi-live-category {
    transition: none;
  }

}


/* ==================================================
                 MEDIUM DESKTOPS
================================================== */

@media (max-width: 1199px) {

  .ksi-jackpots > .container {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-jackpots__hero-content {
    width: 64%;
    padding: 50px 44px;
  }

  .ksi-jackpots__explanation-content {
    padding: 45px 38px;
  }

  .ksi-jackpots__featured-header {
    gap: 45px;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    gap: 42px;
    padding: 42px;
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 991px) {

  .ksi-jackpots {
    padding: 92px 0;
  }

  .ksi-jackpots__hero {
    min-height: 745px;
  }

  .ksi-jackpots__hero-image {
    object-position: 64% center;
  }

  .ksi-jackpots__hero-content {
    width: 71%;
    min-height: 745px;
    padding: 45px 36px;
  }

  .ksi-jackpots__explanation {
    grid-template-columns: 1fr;
  }

  .ksi-jackpots__explanation-visual {
    min-height: 480px;
  }

  .ksi-jackpots__featured-header,
  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    grid-template-columns: 1fr;
  }

  .ksi-jackpots__featured-header {
    gap: 23px;
  }

  .ksi-jackpots__games {
    grid-template-columns: 1fr;
  }

  .ksi-jackpot-card {
    min-height: 0;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    gap: 32px;
  }

  .ksi-jackpots__summary-copy {
    padding-top: 24px;
    padding-left: 0;

    border-top: 2px solid rgba(255, 47, 145, 0.28);
    border-left: 0;
  }

}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 767px) {

  .ksi-jackpots {
    padding: 76px 0;
  }

  .ksi-jackpots > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-jackpots__header {
    margin-bottom: 42px;

    text-align: left;
  }

  .ksi-jackpots__header h2 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .ksi-jackpots__header p {
    font-size: 16px;
    line-height: 1.68;
  }

  .ksi-jackpots__hero {
    display: flex;
    flex-direction: column;

    min-height: 0;
    margin-bottom: 75px;

    border-radius: 23px;
  }

  .ksi-jackpots__hero-image {
    position: relative;
    inset: auto;

    order: 1;

    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;

    object-position: 70% center;
  }

  .ksi-jackpots__hero-overlay {
    display: none;
  }

  .ksi-jackpots__hero-content {
    order: 2;

    width: 100%;
    min-height: 0;
    padding: 31px 24px;

    background:
      linear-gradient(
        155deg,
        rgba(25, 17, 53, 0.98),
        rgba(8, 9, 24, 0.99)
      );
  }

  .ksi-jackpots__hero-content h3 {
    font-size: 31px;
  }

  .ksi-jackpots__hero-content p {
    font-size: 15px;
  }

  .ksi-jackpots__stat {
    width: 100%;
  }

  .ksi-jackpots__explanation {
    margin-bottom: 75px;

    border-radius: 22px;
  }

  .ksi-jackpots__explanation-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ksi-jackpots__explanation-content {
    padding: 31px 24px;
  }

  .ksi-jackpots__featured {
    margin-bottom: 75px;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    margin-bottom: 0;
    padding: 31px 24px;

    border-radius: 22px;
  }

  .ksi-jackpots__guide {
    margin-bottom: 75px;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .ksi-jackpots__header h2 {
    font-size: 34px;
  }

  .ksi-jackpots__hero-content {
    padding: 27px 20px;
  }

  .ksi-jackpots__hero-content h3 {
    font-size: 28px;
  }

  .ksi-jackpots__stat {
    align-items: flex-start;
  }

  .ksi-jackpots__stat > strong {
    font-size: 28px;
  }

  .ksi-jackpots__explanation-content {
    padding: 27px 21px;
  }

  .ksi-jackpot-card__content {
    padding: 25px 22px;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    padding: 27px 20px;
  }

  .ksi-jackpots__guide-item {
    grid-template-columns: 1fr;
  }

  .ksi-jackpots__guide-icon {
    margin-bottom: 4px;
  }

}


/* ==================================================
               REDUCED MOTION SUPPORT
================================================== */

@media (prefers-reduced-motion: reduce) {

  .ksi-jackpots__explanation-visual img,
  .ksi-jackpot-card,
  .ksi-jackpots__guide-item {
    transition: none;
  }

}


/* Medium Desktops */

@media (max-width: 1199px) {

  .ksi-casino-bonuses__container {
    width: min(100% - 50px, 1560px);
  }

  .ksi-casino-bonuses__feature-content {
    width: 68%;
    padding: 52px 44px;
  }

  .ksi-casino-bonuses__section-heading {
    gap: 45px;
  }

  .ksi-casino-bonuses__conditions-grid,
  .ksi-casino-bonuses__offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* Tablets */

@media (max-width: 899px) {

  .ksi-casino-bonuses {
    padding: 94px 0;
  }

  .ksi-casino-bonuses__header {
    margin-bottom: 48px;
  }

  .ksi-casino-bonuses__feature {
    min-height: 720px;
  }

  .ksi-casino-bonuses__feature-image {
    object-position: 68% center;
  }

  .ksi-casino-bonuses__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 17, 0.99) 0%,
        rgba(7, 6, 23, 0.94) 58%,
        rgba(8, 7, 25, 0.47) 100%
      ),
      linear-gradient(
        0deg,
        rgba(5, 5, 15, 0.72),
        transparent 50%
      );
  }

  .ksi-casino-bonuses__feature-content {
    width: 78%;
    min-height: 720px;
    padding: 45px 36px;
  }

  .ksi-casino-bonuses__section-heading,
  .ksi-casino-bonuses__crypto,
  .ksi-casino-bonuses__terms {
    grid-template-columns: 1fr;
  }

  .ksi-casino-bonuses__section-heading {
    gap: 23px;
  }

  .ksi-casino-bonuses__crypto,
  .ksi-casino-bonuses__terms {
    gap: 34px;
    padding: 40px;
  }

  .ksi-casino-bonuses__terms-copy {
    padding-top: 25px;
    padding-left: 0;

    border-top: 2px solid rgba(255, 70, 164, 0.3);
    border-left: 0;
  }

}


/* Mobile */

@media (max-width: 620px) {

  .ksi-casino-bonuses {
    padding: 76px 0;
  }

  .ksi-casino-bonuses__container {
    width: calc(100% - 28px);
  }

  .ksi-casino-bonuses__header h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }

  .ksi-casino-bonuses__header p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-casino-bonuses__feature,
  .ksi-casino-bonuses__conditions,
  .ksi-casino-bonuses__regular,
  .ksi-casino-bonuses__crypto {
    margin-bottom: 76px;
  }

  .ksi-casino-bonuses__feature {
    min-height: 0;

    border-radius: 22px;
  }

  .ksi-casino-bonuses__feature-image {
    opacity: 0.48;
    object-position: 69% center;
  }

  .ksi-casino-bonuses__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 17, 0.97),
        rgba(7, 6, 23, 0.74)
      ),
      linear-gradient(
        0deg,
        rgba(5, 5, 15, 0.85),
        transparent
      );
  }

  .ksi-casino-bonuses__feature-content {
    width: 100%;
    min-height: 0;
    padding: 35px 23px;
  }

  .ksi-casino-bonuses__feature-content h3 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .ksi-casino-bonuses__feature-content p {
    font-size: 14px;
  }

  .ksi-casino-bonuses__feature-facts {
    grid-template-columns: 1fr;
  }

  .ksi-casino-bonuses__feature-facts > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .ksi-casino-bonuses__section-heading h3,
  .ksi-casino-bonuses__crypto-intro h3,
  .ksi-casino-bonuses__terms-heading h3 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .ksi-casino-bonuses__section-heading > p {
    font-size: 14px;
  }

  .ksi-casino-bonuses__conditions-grid,
  .ksi-casino-bonuses__offers {
    grid-template-columns: 1fr;
  }

  .ksi-casino-offer {
    min-height: 0;
  }

  .ksi-casino-bonuses__crypto,
  .ksi-casino-bonuses__terms {
    padding: 29px 21px;

    border-radius: 22px;
  }

  .ksi-casino-bonuses__crypto {
    gap: 29px;
  }

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

  .ksi-casino-condition,
  .ksi-casino-offer,
  .ksi-casino-crypto-offer {
    transition: none;
  }

}


/* Medium Desktops */

@media (max-width: 1240px) {

  .ksi-vip-benefits__container {
    width: min(100% - 50px, 1560px);
  }

  .ksi-vip-benefits__feature-content {
    width: 68%;
    padding: 52px 44px;
  }

  .ksi-vip-benefits__section-heading {
    gap: 45px;
  }

  .ksi-vip-benefits__level-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ksi-vip-level {
    min-height: 290px;
  }

}


/* Tablets */

@media (max-width: 899px) {

  .ksi-vip-benefits {
    padding: 94px 0;
  }

  .ksi-vip-benefits__header {
    margin-bottom: 48px;
  }

  .ksi-vip-benefits__feature {
    min-height: 720px;
  }

  .ksi-vip-benefits__feature-image {
    object-position: 64% center;
  }

  .ksi-vip-benefits__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 5, 16, 0.99) 0%,
        rgba(6, 6, 22, 0.94) 59%,
        rgba(7, 6, 24, 0.46) 100%
      ),
      linear-gradient(
        0deg,
        rgba(4, 4, 14, 0.72),
        transparent 50%
      );
  }

  .ksi-vip-benefits__feature-content {
    width: 78%;
    min-height: 720px;
    padding: 45px 36px;
  }

  .ksi-vip-benefits__section-heading {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .ksi-vip-benefits__level-grid,
  .ksi-vip-benefits__advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* Mobile */

@media (max-width: 620px) {

  .ksi-vip-benefits {
    padding: 76px 0;
  }

  .ksi-vip-benefits__container {
    width: calc(100% - 28px);
  }

  .ksi-vip-benefits__header h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }

  .ksi-vip-benefits__header p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-vip-benefits__feature,
  .ksi-vip-benefits__levels {
    margin-bottom: 76px;
  }

  .ksi-vip-benefits__feature {
    min-height: 0;

    border-radius: 22px;
  }

  .ksi-vip-benefits__feature-image {
    opacity: 0.52;
    object-position: 67% center;
  }

  .ksi-vip-benefits__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 5, 16, 0.97),
        rgba(6, 6, 22, 0.75)
      ),
      linear-gradient(
        0deg,
        rgba(4, 4, 14, 0.86),
        transparent
      );
  }

  .ksi-vip-benefits__feature-content {
    width: 100%;
    min-height: 0;
    padding: 35px 23px;
  }

  .ksi-vip-benefits__feature-content h3 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .ksi-vip-benefits__feature-content p {
    font-size: 14px;
  }

  .ksi-vip-benefits__feature-facts {
    grid-template-columns: 1fr;
  }

  .ksi-vip-benefits__feature-facts > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .ksi-vip-benefits__section-heading h3 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .ksi-vip-benefits__section-heading > p {
    font-size: 14px;
  }

  .ksi-vip-benefits__level-grid,
  .ksi-vip-benefits__advantage-grid {
    grid-template-columns: 1fr;
  }

  .ksi-vip-level {
    min-height: 0;
  }

  .ksi-vip-advantage {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 17px;

    padding: 23px 20px;
  }

  .ksi-vip-advantage__icon {
    width: 54px;
    height: 54px;

    border-radius: 15px;

    font-size: 10px;
  }

  .ksi-vip-benefits__notice {
    grid-template-columns: 1fr;

    padding: 22px 20px;
  }

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

  .ksi-vip-level,
  .ksi-vip-advantage {
    transition: none;
  }

}


/* Tablet */

@media (max-width: 991px) {

  .ksi-providers {
    padding: 42px 36px;
  }

  .ksi-providers__header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ksi-providers__signal {
    max-width: 360px;
  }

  .ksi-providers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}


/* Mobile */

@media (max-width: 620px) {

  .ksi-providers {
    margin-bottom: 76px;
    padding: 30px 20px;

    border-radius: 22px;
  }

  .ksi-providers__header {
    gap: 25px;

    margin-bottom: 29px;
  }

  .ksi-providers__heading h2 {
    font-size: 33px;
    letter-spacing: -1px;
  }

  .ksi-providers__heading p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-providers__signal {
    max-width: none;
    padding: 20px;
  }

  .ksi-providers__count {
    font-size: 40px;
  }

  .ksi-providers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ksi-provider {
    min-height: 120px;
    padding: 14px 9px 12px;

    border-radius: 15px;
  }

  .ksi-provider__logo {
    height: 55px;
    margin-bottom: 10px;
  }

  .ksi-provider__logo img {
    max-width: 90%;
    max-height: 45px;
  }

  .ksi-provider > span {
    font-size: 8px;
    letter-spacing: 0.25px;
  }

  .ksi-providers__note {
    margin-top: 19px;
    padding-top: 18px;

    font-size: 11px;
  }

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

  .ksi-provider {
    transition: none;
  }

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 420px) {

}

@media (prefers-reduced-motion: reduce) {

}
/* ==================================================
              LMCT HEADER + HERO STYLES
================================================== */

:root {
  --lmct-header-height: 88px;
  --lmct-ink: #102f3a;
  --lmct-ink-soft: #385762;
  --lmct-teal: #087e8b;
  --lmct-teal-dark: #05636e;
  --lmct-coral: #ff5a3c;
  --lmct-coral-dark: #d93b22;
  --lmct-lime: #b9e33a;
  --lmct-paper: #f7f9f5;
  --lmct-white: #ffffff;
  --lmct-shadow: 0 18px 48px rgba(16, 47, 58, 0.14);
}

html {
  scroll-behavior: smooth;
}

body.lmct-casino-page {
  padding-top: var(--lmct-header-height);
  border: 0;
  background: var(--lmct-paper);
  color: var(--lmct-ink);
}

#casino,
#slots,
#live-casino,
#jackpots,
#bonuses,
#sports,
#rewards,
#providers,
#mobile-casino,
#payments,
#about,
#faq {
  scroll-margin-top: calc(var(--lmct-header-height) + 18px);
}


/* ==================================================
                     FIXED HEADER
================================================== */

.lmct-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;

  width: 100%;
  height: var(--lmct-header-height);
  min-height: var(--lmct-header-height);
  padding: 0;

  border: 0;
  border-bottom: 1px solid rgba(8, 126, 139, 0.14);

  background: rgba(250, 252, 249, 0.92);
  box-shadow: 0 8px 30px rgba(16, 47, 58, 0.1);

  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.lmct-header .site-navigation,
.lmct-header .site-navigation.navbar-fixed {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;

  width: 100% !important;
  min-height: var(--lmct-header-height);
  margin: 0 !important;

  background: transparent !important;
}

.lmct-header .navbar {
  height: var(--lmct-header-height);
  min-height: var(--lmct-header-height);
}

.lmct-header .navbar-collapse {
  position: relative;
  z-index: 100000;
}


/* ==================================================
                         LOGO
================================================== */

.lmct-header__logo,
.lmct-header .logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;

  width: 184px;
  min-height: 66px;
  margin: 0;
}

.lmct-header__logo a,
.lmct-header .logo a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  min-height: 66px;
}

.lmct-header__logo img,
.lmct-header .logo img {
  display: block;

  width: 178px !important;
  max-width: 100%;
  height: auto !important;
  max-height: 58px;

  object-fit: contain;
  object-position: left center;

  filter: none !important;
}


/* ==================================================
                     HEADER MENU
================================================== */

.lmct-header ul.navbar-nav {
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
}

.lmct-header ul.navbar-nav > li {
  padding: 0 5px;
}

.lmct-header ul.navbar-nav > li > a,
.lmct-header .navbar-light ul.navbar-nav > li > a {
  position: relative;

  padding: 14px 4px !important;

  color: var(--lmct-ink) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18px;
  text-transform: uppercase;

  transition: color 0.2s ease, transform 0.2s ease;
}

.lmct-header ul.navbar-nav > li:not(.header-get-a-quote) > a::after {
  position: absolute;
  right: 4px;
  bottom: 7px;
  left: 4px;

  height: 3px;
  border-radius: 99px;

  background: linear-gradient(
    90deg,
    var(--lmct-coral),
    var(--lmct-lime)
  );

  content: "";

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.2s ease;
}

.lmct-header ul.navbar-nav > li:not(.header-get-a-quote) > a:hover,
.lmct-header ul.navbar-nav > li:not(.header-get-a-quote) > a:focus {
  color: var(--lmct-teal) !important;
  transform: translateY(-1px);
}

.lmct-header ul.navbar-nav > li:not(.header-get-a-quote) > a:hover::after,
.lmct-header ul.navbar-nav > li:not(.header-get-a-quote) > a:focus::after {
  transform: scaleX(1);
}

.lmct-header .navbar-nav > .header-get-a-quote {
  top: auto;
  margin-left: 12px;
  padding: 0;
}


/* ==================================================
                    PLAY NOW BUTTONS
================================================== */

.lmct-header .btn.btn-primary,
.lmct-hero .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 148px;
  min-height: 50px;
  padding: 14px 25px !important;

  border: 0 !important;
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      #ff6848 0%,
      var(--lmct-coral) 54%,
      #f04429 100%
    ) !important;

  color: var(--lmct-white) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;

  box-shadow:
    0 8px 0 var(--lmct-coral-dark),
    0 16px 28px rgba(255, 90, 60, 0.24);

  transform: translateY(0);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.lmct-header .btn.btn-primary:hover,
.lmct-header .btn.btn-primary:focus,
.lmct-hero .btn.btn-primary:hover,
.lmct-hero .btn.btn-primary:focus {
  background:
    linear-gradient(
      135deg,
      #0b96a3,
      var(--lmct-teal)
    ) !important;

  color: var(--lmct-white) !important;

  box-shadow:
    0 6px 0 var(--lmct-teal-dark),
    0 17px 30px rgba(8, 126, 139, 0.23);

  filter: brightness(1.03);
  transform: translateY(2px);
}

.lmct-header .btn.btn-primary:active,
.lmct-hero .btn.btn-primary:active {
  box-shadow:
    0 2px 0 var(--lmct-coral-dark),
    0 8px 18px rgba(255, 90, 60, 0.2);

  transform: translateY(6px);
}


/* ==================================================
                    MOBILE MENU BUTTON
================================================== */

.lmct-header .navbar-toggler {
  width: 48px;
  height: 44px;
  margin: 0;
  padding: 7px;

  border: 1px solid rgba(8, 126, 139, 0.22);
  border-radius: 13px;

  background-color: var(--lmct-white);

  box-shadow: 0 8px 20px rgba(16, 47, 58, 0.1);
}

.lmct-header .navbar-toggler-icon {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23087e8b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 8h22M4 15h22M4 22h22'/%3E%3C/svg%3E") !important;
}

.lmct-header .navbar-toggler:focus {
  outline: 3px solid rgba(185, 227, 58, 0.38);
  outline-offset: 3px;
}


/* ==================================================
                         HERO
================================================== */

.lmct-hero {
  position: relative;
  isolation: isolate;

  display: flex;
  align-items: center;

  width: 100%;

  min-height: calc(100vh - var(--lmct-header-height)) !important;
  min-height: calc(100svh - var(--lmct-header-height)) !important;

  margin: 0;
  padding: 0;

  border: 0;

  background-color: #eef6f5;

  background-image:
    linear-gradient(
      90deg,
      rgba(249, 250, 246, 0.99) 0%,
      rgba(249, 250, 246, 0.97) 28%,
      rgba(249, 250, 246, 0.84) 45%,
      rgba(249, 250, 246, 0.12) 65%,
      rgba(249, 250, 246, 0) 100%
    ),
    url("../images/slider-main/lmct-casino-hero-background.png");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;
}

.lmct-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    radial-gradient(
      circle at 15% 25%,
      rgba(255, 255, 255, 0.82),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(8, 126, 139, 0.03)
    );

  content: "";
  pointer-events: none;
}

.lmct-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;

  pointer-events: none;
}

.lmct-hero__grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 48%;

  background-image:
    radial-gradient(
      rgba(8, 126, 139, 0.14) 1px,
      transparent 1px
    );

  background-size: 26px 26px;

  opacity: 0.22;

  -webkit-mask-image:
    linear-gradient(90deg, #000, transparent 90%);

  mask-image:
    linear-gradient(90deg, #000, transparent 90%);
}

.lmct-hero__glow,
.lmct-hero__shape {
  position: absolute;

  display: block;

  border-radius: 999px;
}

.lmct-hero__glow--one {
  top: 14%;
  left: 34%;

  width: 250px;
  height: 250px;

  background: rgba(255, 90, 60, 0.12);

  filter: blur(70px);
}

.lmct-hero__glow--two {
  right: 5%;
  bottom: 4%;

  width: 300px;
  height: 300px;

  background: rgba(185, 227, 58, 0.15);

  filter: blur(82px);
}

.lmct-hero__shape--one {
  top: 10%;
  right: 6%;

  width: 12px;
  height: 12px;

  background: var(--lmct-coral);

  box-shadow:
    0 0 0 8px rgba(255, 90, 60, 0.1);
}

.lmct-hero__shape--two {
  bottom: 11%;
  left: 48%;

  width: 9px;
  height: 9px;

  background: var(--lmct-lime);

  box-shadow:
    0 0 0 7px rgba(185, 227, 58, 0.12);
}

.lmct-hero__content,
.lmct-hero .slider-content {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: inherit;

  padding: 52px 0 66px;
}

.lmct-hero .container,
.lmct-hero .row {
  min-height: inherit;
}


/* ==================================================
                    HERO TYPOGRAPHY
================================================== */

.lmct-hero__kicker,
.lmct-hero .hero-kicker {
  display: inline-flex;
  align-items: center;

  margin-bottom: 18px;
  padding: 9px 14px;

  border: 1px solid rgba(8, 126, 139, 0.2);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.76);
  color: var(--lmct-teal);

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;

  box-shadow:
    0 8px 24px rgba(16, 47, 58, 0.07);

  text-shadow: none;
}

.lmct-hero__kicker::before {
  width: 8px;
  height: 8px;

  margin-right: 9px;

  border-radius: 50%;

  background: var(--lmct-lime);

  box-shadow:
    0 0 0 5px rgba(185, 227, 58, 0.17);

  content: "";
}

.lmct-hero__title,
.lmct-hero .slide-sub-title {
  max-width: 760px;
  margin: 0 0 20px;

  color: var(--lmct-ink);

  font-family: "Montserrat", sans-serif;
  font-size: clamp(44px, 4.25vw, 70px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2.4px;
  text-transform: uppercase;

  text-shadow: none;
}

.lmct-hero__title span {
  display: block;

  margin-top: 7px;

  background:
    linear-gradient(
      90deg,
      var(--lmct-teal) 0%,
      #10a4ae 40%,
      var(--lmct-coral) 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.lmct-hero__description,
.lmct-hero .hero-description {
  max-width: 650px;
  margin: 0 0 24px;

  color: var(--lmct-ink-soft);

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.66;
  font-weight: 600;

  text-shadow: none;
}

.lmct-hero__description p,
.lmct-hero .hero-description p {
  margin: 0 0 12px;

  color: inherit;
}

.lmct-hero__description p:last-child,
.lmct-hero .hero-description p:last-child {
  margin-bottom: 0;
}


/* ==================================================
                   HERO FEATURE PILLS
================================================== */

.lmct-hero__features {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 10px;

  max-width: 620px;
  margin: 0;
  padding: 0;

  list-style: none;
}

.lmct-hero__features li {
  display: flex;
  align-items: center;

  gap: 10px;

  min-height: 48px;
  padding: 8px 13px 8px 9px;

  border: 1px solid rgba(8, 126, 139, 0.14);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.73);
  color: var(--lmct-ink);

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;

  box-shadow:
    0 8px 22px rgba(16, 47, 58, 0.06);

  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.lmct-hero__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 32px;

  width: 32px;
  height: 32px;

  border-radius: 10px;

  background: rgba(8, 126, 139, 0.1);
  color: var(--lmct-teal);
}

.lmct-hero__features li:nth-child(2)
.lmct-hero__feature-icon {
  background: rgba(255, 90, 60, 0.11);
  color: var(--lmct-coral);
}

.lmct-hero__features li:nth-child(3)
.lmct-hero__feature-icon {
  background: rgba(185, 227, 58, 0.24);
  color: #6d8d08;
}

.lmct-hero__features li:nth-child(4)
.lmct-hero__feature-icon {
  background: rgba(16, 47, 58, 0.09);
  color: var(--lmct-ink);
}

.lmct-hero__feature-icon svg {
  width: 18px;
  height: 18px;
}


/* ==================================================
                     HERO ACTION
================================================== */

.lmct-hero__actions,
.lmct-hero .hero-actions {
  display: flex;
  align-items: center;

  gap: 18px;

  margin-top: 28px;
}

.lmct-hero__cta {
  min-width: 170px !important;
  min-height: 56px !important;
}

.lmct-hero__cta-note {
  max-width: 270px;

  color: var(--lmct-ink-soft);

  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}


/* ==================================================
                 FLOATING VISUAL CARDS
================================================== */

.lmct-hero__visual {
  position: relative;

  width: 100%;
  min-height: 560px;
}

.lmct-hero__visual-orbit {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 390px;
  height: 390px;

  border: 1px solid rgba(8, 126, 139, 0.2);
  border-radius: 50%;

  transform:
    translate(-50%, -50%)
    rotate(-12deg);
}

.lmct-hero__visual-orbit::before,
.lmct-hero__visual-orbit::after {
  position: absolute;

  border-radius: 50%;

  content: "";
}

.lmct-hero__visual-orbit::before {
  inset: 36px;

  border:
    1px dashed rgba(255, 90, 60, 0.25);
}

.lmct-hero__visual-orbit::after {
  top: 37px;
  right: 55px;

  width: 14px;
  height: 14px;

  background: var(--lmct-lime);

  box-shadow:
    0 0 0 8px rgba(185, 227, 58, 0.16);
}

.lmct-hero__brand-card,
.lmct-hero__visual-card {
  position: absolute;

  display: flex;
  flex-direction: column;

  border:
    1px solid rgba(255, 255, 255, 0.78);

  background:
    rgba(255, 255, 255, 0.74);

  box-shadow: var(--lmct-shadow);

  -webkit-backdrop-filter:
    blur(16px) saturate(135%);

  backdrop-filter:
    blur(16px) saturate(135%);
}

.lmct-hero__brand-card {
  top: 50%;
  left: 50%;

  width: 250px;
  min-height: 206px;
  padding: 28px;

  border-radius: 32px;

  transform:
    translate(-50%, -50%)
    rotate(-3deg);
}

.lmct-hero__brand-label,
.lmct-hero__visual-label {
  color: var(--lmct-teal);

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lmct-hero__brand-name {
  margin: 7px 0 4px;

  background:
    linear-gradient(
      120deg,
      var(--lmct-teal),
      #0aa4ae 55%,
      var(--lmct-coral)
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;

  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -4px;
}

.lmct-hero__brand-copy {
  color: var(--lmct-ink-soft);

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.lmct-hero__visual-card {
  width: 185px;
  min-height: 112px;
  padding: 17px;

  border-radius: 20px;
}

.lmct-hero__visual-card strong {
  margin-top: 7px;

  color: var(--lmct-ink);

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.lmct-hero__visual-card--casino {
  top: 9%;
  left: 0;

  border-bottom:
    4px solid var(--lmct-coral);

  transform: rotate(-4deg);
}

.lmct-hero__visual-card--live {
  top: 25%;
  right: -5%;

  border-bottom:
    4px solid var(--lmct-teal);

  transform: rotate(4deg);
}

.lmct-hero__visual-card--sports {
  right: 2%;
  bottom: 7%;

  border-bottom:
    4px solid var(--lmct-lime);

  transform: rotate(-3deg);
}

.lmct-hero__visual-symbols {
  margin-top: auto;
  padding-top: 9px;

  color: var(--lmct-coral);

  font-size: 18px;
  font-weight: 900;
}

.lmct-hero__live-status,
.lmct-hero__sports-line {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 7px;

  margin-top: auto;
  padding-top: 9px;

  color: var(--lmct-ink-soft);

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.lmct-hero__live-status {
  justify-content: flex-start;

  color: var(--lmct-teal);
}

.lmct-hero__live-status i {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--lmct-lime);

  box-shadow:
    0 0 0 5px rgba(185, 227, 58, 0.18);
}

.lmct-hero__sports-line b {
  padding: 5px 7px;

  border-radius: 7px;

  background: var(--lmct-lime);
  color: var(--lmct-ink);

  font-size: 8px;
}


/* ==================================================
                    LARGE SCREENS
================================================== */

@media (min-width: 1200px) {
  .lmct-header .container,
  .lmct-hero .container {
    width: calc(100% - 64px);
    max-width: 1480px;

    padding-right: 26px;
    padding-left: 26px;
  }
}

@media (min-width: 1500px) {
  .lmct-hero__content,
  .lmct-hero .slider-content {
    padding-top: 60px;
    padding-bottom: 72px;
  }
}


/* ==================================================
                  NOTEBOOKS / TABLETS
================================================== */

@media (max-width: 1199px) {
  :root {
    --lmct-header-height: 84px;
  }

  .lmct-header__logo,
  .lmct-header .logo {
    width: 154px;
  }

  .lmct-header__logo img,
  .lmct-header .logo img {
    width: 150px !important;
  }

  .lmct-header ul.navbar-nav > li {
    padding-right: 2px;
    padding-left: 2px;
  }

  .lmct-header ul.navbar-nav > li > a,
  .lmct-header .navbar-light
  ul.navbar-nav > li > a {
    font-size: 10.5px;
  }

  .lmct-header
  .navbar-nav > .header-get-a-quote {
    margin-left: 7px;
  }

  .lmct-header .btn.btn-primary {
    min-width: 122px;
    min-height: 46px;

    padding-right: 17px !important;
    padding-left: 17px !important;

    font-size: 12px;
  }

  .lmct-hero__title,
  .lmct-hero .slide-sub-title {
    font-size:
      clamp(42px, 4.6vw, 60px);
  }

  .lmct-hero__visual-card--live {
    right: 0;
  }
}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 991px) {
  :root {
    --lmct-header-height: 76px;
  }

  .lmct-header,
  .lmct-header .site-navigation,
  .lmct-header .navbar {
    height: var(--lmct-header-height);
    min-height: var(--lmct-header-height);
  }

  .lmct-header__logo,
  .lmct-header .logo,
  .lmct-header__logo a,
  .lmct-header .logo a {
    width: 158px;
    min-height: 58px;
  }

  .lmct-header__logo img,
  .lmct-header .logo img {
    width: 154px !important;
    max-height: 54px;
  }

  .lmct-header .navbar-collapse {
    position: absolute;

    top: calc(100% - 1px);
    right: 0;
    left: 0;

    padding: 16px;

    border:
      1px solid rgba(8, 126, 139, 0.15);

    border-radius:
      0 0 20px 20px;

    background:
      rgba(250, 252, 249, 0.98);

    box-shadow:
      0 22px 40px rgba(16, 47, 58, 0.16);
  }

  .lmct-header ul.navbar-nav {
    align-items: stretch;
    gap: 0;
  }

  .lmct-header ul.navbar-nav > li {
    width: 100%;
    padding: 0;
  }

  .lmct-header ul.navbar-nav > li > a,
  .lmct-header .navbar-light
  ul.navbar-nav > li > a {
    padding:
      12px 9px !important;

    font-size: 13px;
  }

  .lmct-header
  ul.navbar-nav > li:not(.header-get-a-quote) > a::after {
    right: auto;
    bottom: 5px;
    left: 9px;

    width: 42px;
  }

  .lmct-header
  .navbar-nav > .header-get-a-quote {
    margin: 13px 0 2px;
  }

  .lmct-header
  .header-get-a-quote .btn-primary {
    width: 100%;
  }

  .lmct-hero {
    min-height: auto !important;

    background-image:
      linear-gradient(
        90deg,
        rgba(249, 250, 246, 0.99) 0%,
        rgba(249, 250, 246, 0.96) 58%,
        rgba(249, 250, 246, 0.75) 100%
      ),
      url("../images/slider-main/lmct-casino-hero-background.png");

    background-position: 63% center;
  }

  .lmct-hero__content,
  .lmct-hero .slider-content {
    min-height:
      calc(100svh - var(--lmct-header-height));

    padding: 62px 0 68px;
  }

  .lmct-hero__title,
  .lmct-hero .slide-sub-title {
    max-width: 700px;

    font-size:
      clamp(40px, 7.6vw, 58px);

    line-height: 1;
  }

  .lmct-hero__description,
  .lmct-hero .hero-description {
    max-width: 650px;

    font-size: 15px;
  }

  .lmct-hero__features {
    max-width: 620px;
  }
}


/* ==================================================
                    SMALL PHONES
================================================== */

@media (max-width: 575px) {
  :root {
    --lmct-header-height: 70px;
  }

  .lmct-header__logo,
  .lmct-header .logo,
  .lmct-header__logo a,
  .lmct-header .logo a {
    width: 138px;
    min-height: 54px;
  }

  .lmct-header__logo img,
  .lmct-header .logo img {
    width: 134px !important;
    max-height: 48px;
  }

  .lmct-header .navbar-toggler {
    width: 44px;
    height: 42px;
  }

  .lmct-hero {
    background-image:
      linear-gradient(
        rgba(249, 250, 246, 0.91),
        rgba(249, 250, 246, 0.94)
      ),
      url("../images/slider-main/lmct-casino-hero-background.png");

    background-position: 70% center;
  }

  .lmct-hero__content,
  .lmct-hero .slider-content {
    min-height: auto;

    padding: 48px 0 58px;
  }

  .lmct-hero__kicker,
  .lmct-hero .hero-kicker {
    margin-bottom: 15px;
    padding: 8px 11px;

    font-size: 9px;
    letter-spacing: 0.7px;
  }

  .lmct-hero__title,
  .lmct-hero .slide-sub-title {
    margin-bottom: 17px;

    font-size:
      clamp(34px, 11.3vw, 48px);

    letter-spacing: -1.5px;
  }

  .lmct-hero__description,
  .lmct-hero .hero-description {
    margin-bottom: 20px;

    font-size: 14px;
    line-height: 1.62;
  }

  .lmct-hero__description p,
  .lmct-hero .hero-description p {
    margin-bottom: 10px;
  }

  .lmct-hero__features {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lmct-hero__features li {
    min-height: 45px;

    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lmct-hero__actions,
  .lmct-hero .hero-actions {
    align-items: flex-start;
    flex-direction: column;

    gap: 16px;

    margin-top: 24px;
  }

  .lmct-hero__cta {
    width: 100%;
  }

  .lmct-hero__cta-note {
    max-width: none;
  }

  .lmct-hero__grid {
    width: 100%;
    opacity: 0.12;
  }
}


/* ==================================================
              REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lmct-header *,
  .lmct-hero * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* ==================================================
          LMCT HERO — DARKER AND MORE COMPACT
================================================== */

:root {
  --lmct-header-height: 82px;
}


/* Slightly darker header */

.lmct-header {
  height: var(--lmct-header-height);
  min-height: var(--lmct-header-height);

  background: rgba(235, 243, 241, 0.94);

  border-bottom:
    1px solid rgba(8, 126, 139, 0.2);

  box-shadow:
    0 8px 28px rgba(16, 47, 58, 0.12);
}

.lmct-header .site-navigation,
.lmct-header .site-navigation.navbar-fixed,
.lmct-header .navbar {
  min-height: var(--lmct-header-height);
  height: var(--lmct-header-height);
}


/* Darker blue-grey Hero background */

.lmct-hero {
  min-height:
    calc(100vh - var(--lmct-header-height)) !important;

  min-height:
    calc(100svh - var(--lmct-header-height)) !important;

  background-color: #d5e5e4;

  background-image:
    linear-gradient(
      90deg,
      rgba(219, 232, 230, 0.97) 0%,
      rgba(222, 235, 233, 0.94) 25%,
      rgba(224, 237, 235, 0.81) 43%,
      rgba(217, 233, 232, 0.27) 62%,
      rgba(210, 230, 231, 0.06) 100%
    ),
    url("../images/slider-main/lmct-casino-hero-background.png");
}

.lmct-hero::before {
  background:
    radial-gradient(
      circle at 15% 24%,
      rgba(255, 255, 255, 0.34),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      rgba(8, 126, 139, 0.04),
      rgba(16, 47, 58, 0.08)
    );
}


/* Make the first screen more compact */

.lmct-hero__content,
.lmct-hero .slider-content {
  min-height:
    calc(100vh - var(--lmct-header-height));

  min-height:
    calc(100svh - var(--lmct-header-height));

  padding-top: 30px;
  padding-bottom: 34px;
}


/* Kicker */

.lmct-hero__kicker,
.lmct-hero .hero-kicker {
  margin-bottom: 14px;
  padding: 8px 13px;

  background: rgba(242, 248, 246, 0.82);
}


/* Main heading */

.lmct-hero__title,
.lmct-hero .slide-sub-title {
  max-width: 720px;

  margin-bottom: 16px;

  font-size:
    clamp(42px, 3.65vw, 60px);

  line-height: 0.98;
  letter-spacing: -2px;
}


/* Hero text */

.lmct-hero__description,
.lmct-hero .hero-description {
  max-width: 650px;

  margin-bottom: 17px;

  color: #294c56;

  font-size: 14px;
  line-height: 1.55;
}

.lmct-hero__description p,
.lmct-hero .hero-description p {
  margin-bottom: 8px;
}


/* Advantage cards */

.lmct-hero__features {
  gap: 8px;
}

.lmct-hero__features li {
  min-height: 43px;
  padding: 6px 12px 6px 7px;

  background: rgba(239, 247, 245, 0.78);

  box-shadow:
    0 6px 18px rgba(16, 47, 58, 0.08);
}

.lmct-hero__feature-icon {
  flex-basis: 30px;

  width: 30px;
  height: 30px;
}

.lmct-hero__feature-icon svg {
  width: 16px;
  height: 16px;
}


/* Raise the lower Play Now button */

.lmct-hero__actions,
.lmct-hero .hero-actions {
  gap: 17px;

  margin-top: 18px;
}

.lmct-hero__cta {
  min-height: 50px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}


/* Slightly compact right-hand composition */

.lmct-hero__visual {
  min-height: 500px;
}

.lmct-hero__brand-card {
  width: 235px;
  min-height: 190px;
  padding: 25px;
}

.lmct-hero__brand-name {
  font-size: 60px;
}

.lmct-hero__visual-card {
  min-height: 104px;
  padding: 15px;
}


/* Large desktop screens */

@media (min-width: 1200px) {
  .lmct-hero__content,
  .lmct-hero .slider-content {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}


/* Short laptop screens */

@media (min-width: 992px) and (max-height: 850px) {
  :root {
    --lmct-header-height: 74px;
  }

  .lmct-header,
  .lmct-header .site-navigation,
  .lmct-header .site-navigation.navbar-fixed,
  .lmct-header .navbar {
    height: var(--lmct-header-height);
    min-height: var(--lmct-header-height);
  }

  .lmct-header__logo,
  .lmct-header .logo,
  .lmct-header__logo a,
  .lmct-header .logo a {
    min-height: 56px;
  }

  .lmct-header__logo img,
  .lmct-header .logo img {
    width: 158px !important;
    max-height: 52px;
  }

  .lmct-hero__content,
  .lmct-hero .slider-content {
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .lmct-hero__kicker,
  .lmct-hero .hero-kicker {
    margin-bottom: 10px;
  }

  .lmct-hero__title,
  .lmct-hero .slide-sub-title {
    margin-bottom: 12px;

    font-size:
      clamp(38px, 3.3vw, 54px);
  }

  .lmct-hero__description,
  .lmct-hero .hero-description {
    margin-bottom: 13px;

    font-size: 13px;
    line-height: 1.48;
  }

  .lmct-hero__features li {
    min-height: 39px;
  }

  .lmct-hero__actions,
  .lmct-hero .hero-actions {
    margin-top: 14px;
  }

  .lmct-hero__cta {
    min-height: 46px !important;
  }

  .lmct-hero__visual {
    min-height: 450px;
  }
}


/* Tablet and mobile */

@media (max-width: 991px) {
  :root {
    --lmct-header-height: 76px;
  }

  .lmct-hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(218, 232, 230, 0.97) 0%,
        rgba(220, 234, 232, 0.94) 60%,
        rgba(215, 232, 231, 0.75) 100%
      ),
      url("../images/slider-main/lmct-casino-hero-background.png");
  }

  .lmct-hero__content,
  .lmct-hero .slider-content {
    padding-top: 44px;
    padding-bottom: 48px;
  }
}


/* Phones */

@media (max-width: 575px) {
  :root {
    --lmct-header-height: 70px;
  }

  .lmct-hero {
    background-image:
      linear-gradient(
        rgba(216, 231, 229, 0.91),
        rgba(216, 231, 229, 0.94)
      ),
      url("../images/slider-main/lmct-casino-hero-background.png");
  }

  .lmct-hero__content,
  .lmct-hero .slider-content {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .lmct-hero__title,
  .lmct-hero .slide-sub-title {
    font-size:
      clamp(32px, 10.5vw, 44px);
  }
}
/* ==================================================
       LMCT FINAL HERO TEST — ADULT CASINO STYLE
================================================== */

:root {
  --lmct-header-height: 76px;
}


/* Dark teal header */

.lmct-header {
  height: var(--lmct-header-height) !important;
  min-height: var(--lmct-header-height) !important;

  border: 0 !important;
  border-bottom:
    1px solid rgba(255, 255, 255, 0.12) !important;

  background:
    linear-gradient(
      90deg,
      #0c333c 0%,
      #174b53 52%,
      #0d3740 100%
    ) !important;

  box-shadow:
    0 10px 30px rgba(3, 25, 30, 0.3) !important;

  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.lmct-header .site-navigation,
.lmct-header .site-navigation.navbar-fixed,
.lmct-header .navbar {
  height: var(--lmct-header-height) !important;
  min-height: var(--lmct-header-height) !important;

  background: transparent !important;
}


/* Logo on a light plate */

.lmct-header .logo {
  width: 174px !important;
  min-height: 56px !important;
}

.lmct-header .logo a {
  width: 174px !important;
  min-height: 54px !important;

  padding: 5px 11px !important;

  border:
    1px solid rgba(255, 255, 255, 0.62);

  border-radius: 14px;

  background:
    rgba(247, 250, 247, 0.95);

  box-shadow:
    0 8px 20px rgba(1, 21, 26, 0.2);
}

.lmct-header .logo img {
  width: 150px !important;
  max-height: 45px !important;

  filter: none !important;
}


/* Light navigation */

.lmct-header ul.navbar-nav > li > a,
.lmct-header .navbar-light
ul.navbar-nav > li > a {
  color:
    rgba(255, 255, 255, 0.9) !important;
}

.lmct-header
ul.navbar-nav > li:not(.header-get-a-quote) > a:hover,
.lmct-header
ul.navbar-nav > li:not(.header-get-a-quote) > a:focus {
  color: #b9e33a !important;
}

.lmct-header
ul.navbar-nav > li:not(.header-get-a-quote) > a::after {
  background:
    linear-gradient(
      90deg,
      #b9e33a,
      #e0f46e
    ) !important;
}


/* New adult background */

.lmct-hero {
  min-height:
    calc(100vh - var(--lmct-header-height)) !important;

  min-height:
    calc(100svh - var(--lmct-header-height)) !important;

  background-color: #0d3943 !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(5, 38, 47, 0.44) 0%,
      rgba(5, 38, 47, 0.32) 31%,
      rgba(5, 38, 47, 0.09) 53%,
      rgba(5, 38, 47, 0) 75%
    ),
    url("../images/slider-main/lmct-casino-hero-background-v2.png") !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}


/* Remove old childish decorations */

.lmct-hero__grid,
.lmct-hero__glow,
.lmct-hero__shape,
.lmct-hero__visual {
  display: none !important;
}


/* Compact first screen */

.lmct-hero__content,
.lmct-hero .slider-content {
  min-height:
    calc(100vh - var(--lmct-header-height)) !important;

  min-height:
    calc(100svh - var(--lmct-header-height)) !important;

  padding-top: 26px !important;
  padding-bottom: 28px !important;
}


/* Kicker */

.lmct-hero__kicker,
.lmct-hero .hero-kicker {
  margin-bottom: 12px !important;

  border:
    1px solid rgba(185, 227, 58, 0.4) !important;

  background:
    rgba(5, 40, 48, 0.72) !important;

  color: #b9e33a !important;

  text-shadow: none !important;
}


/* White heading */

.lmct-hero__title,
.lmct-hero .slide-sub-title {
  max-width: 720px !important;

  margin-bottom: 14px !important;

  color: #ffffff !important;

  font-size:
    clamp(40px, 3.5vw, 57px) !important;

  line-height: 0.98 !important;

  text-shadow:
    0 6px 26px rgba(0, 20, 25, 0.36) !important;
}


/* Coloured second line */

.lmct-hero__title span {
  background:
    linear-gradient(
      90deg,
      #dff38c 0%,
      #b9e33a 40%,
      #ff8369 100%
    ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

  color: transparent !important;
}


/* Light description */

.lmct-hero__description,
.lmct-hero .hero-description {
  max-width: 650px !important;

  margin-bottom: 14px !important;

  color:
    rgba(229, 241, 242, 0.9) !important;

  font-size: 13px !important;
  line-height: 1.5 !important;

  text-shadow:
    0 2px 12px rgba(0, 20, 25, 0.3) !important;
}

.lmct-hero__description p,
.lmct-hero .hero-description p {
  margin-bottom: 7px !important;
}


/* Dark glass advantage cards */

.lmct-hero__features {
  gap: 8px !important;
}

.lmct-hero__features li {
  min-height: 40px !important;

  padding:
    5px 11px 5px 7px !important;

  border:
    1px solid rgba(255, 255, 255, 0.15) !important;

  background:
    rgba(5, 43, 52, 0.72) !important;

  color:
    rgba(255, 255, 255, 0.94) !important;

  box-shadow:
    0 8px 20px rgba(1, 20, 25, 0.18) !important;
}

.lmct-hero__feature-icon {
  flex-basis: 29px !important;

  width: 29px !important;
  height: 29px !important;
}

.lmct-hero__feature-icon svg {
  width: 15px !important;
  height: 15px !important;
}


/* Raise Play Now */

.lmct-hero__actions,
.lmct-hero .hero-actions {
  margin-top: 15px !important;
}

.lmct-hero__cta {
  min-height: 47px !important;

  padding:
    12px 25px !important;
}

.lmct-hero__cta-note {
  color:
    rgba(231, 242, 243, 0.84) !important;
}


/* Mobile */

@media (max-width: 991px) {
  .lmct-header .navbar-collapse {
    background:
      rgba(10, 48, 57, 0.98) !important;
  }

  .lmct-hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(5, 38, 47, 0.82) 0%,
        rgba(5, 38, 47, 0.67) 67%,
        rgba(5, 38, 47, 0.45) 100%
      ),
      url("../images/slider-main/lmct-casino-hero-background-v2.png") !important;
  }
}

@media (max-width: 575px) {
  :root {
    --lmct-header-height: 68px;
  }

  .lmct-hero {
    background-image:
      linear-gradient(
        rgba(5, 38, 47, 0.86),
        rgba(5, 38, 47, 0.84)
      ),
      url("../images/slider-main/lmct-casino-hero-background-v2.png") !important;
  }

  .lmct-hero__content,
  .lmct-hero .slider-content {
    min-height: auto !important;

    padding-top: 38px !important;
    padding-bottom: 44px !important;
  }

  .lmct-hero__features {
    grid-template-columns: 1fr !important;
  }
}
/* ==================================================
                   LMCT CASINO SECTION
================================================== */

.casino-section {
  --casino-bg: #07111f;
  --casino-bg-secondary: #0d192b;
  --casino-panel: #101f33;
  --casino-border: rgba(130, 158, 193, 0.17);
  --casino-white: #f7f8fa;
  --casino-muted: #aeb9c7;
  --casino-coral: #ff6249;
  --casino-blue: #559af0;
  --casino-violet: #8a71e8;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 105px 0 92px;
  color: var(--casino-white);
  background:
    radial-gradient(
      circle at 86% 15%,
      rgba(102, 83, 183, 0.17),
      transparent 31%
    ),
    radial-gradient(
      circle at 7% 75%,
      rgba(48, 100, 155, 0.12),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      var(--casino-bg) 0%,
      var(--casino-bg-secondary) 100%
    );
}

.casino-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(
      rgba(124, 153, 188, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(124, 153, 188, 0.07) 1px,
      transparent 1px
    );
  background-size: 80px 80px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 20%,
      #000 80%,
      transparent
    );
}

.casino-section .container {
  position: relative;
  z-index: 1;
}


/* Section Heading */

.casino-section__header {
  max-width: 860px;
  margin: 0 auto 70px;
  text-align: center;
}

.casino-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--casino-coral);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.casino-section__eyebrow::before,
.casino-section__eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background: var(--casino-coral);
}

.casino-section__header h2 {
  margin: 0;
  color: var(--casino-white);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.casino-section__header h2 span {
  display: block;
  margin-top: 8px;
  color: var(--casino-coral);
}

.casino-section__header > p {
  max-width: 690px;
  margin: 28px auto 0;
  color: var(--casino-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}


/* Main Experience */

.casino-experience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(55px, 6vw, 90px);
}

.casino-experience__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  padding: 25px 0;
}

.casino-experience__content h3 {
  max-width: 590px;
  margin: 0 0 28px;
  color: var(--casino-white);
  font-size: clamp(35px, 3.3vw, 50px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.casino-experience__content h3 span {
  display: block;
  margin-top: 5px;
  color: var(--casino-blue);
}

.casino-experience__content p {
  max-width: 590px;
  margin: 0 0 17px;
  color: var(--casino-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.casino-experience__content p:last-of-type {
  margin-bottom: 0;
}


/* Feature List */

.casino-experience__features {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.casino-experience__features li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #e6ebf1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.casino-check {
  position: relative;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(85, 154, 240, 0.42);
  border-radius: 50%;
  background: rgba(85, 154, 240, 0.1);
}

.casino-check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--casino-blue);
  border-bottom: 2px solid var(--casino-blue);
  transform: rotate(45deg);
}


/* Image Without a Visible Frame */

.casino-experience__visual {
  position: relative;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.casino-experience__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      var(--casino-bg-secondary) 0%,
      rgba(13, 25, 43, 0.46) 13%,
      transparent 32%
    ),
    linear-gradient(
      180deg,
      var(--casino-bg-secondary) 0%,
      transparent 14%,
      transparent 84%,
      var(--casino-bg-secondary) 100%
    );
}

.casino-experience__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: 67% center;
  filter:
    saturate(0.82)
    brightness(0.88)
    contrast(1.04);
  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 17%,
      #000 100%
    );
  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 17%,
      #000 100%
    );
}


/* Casino Categories */

.casino-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin-top: 78px;
}

.casino-category {
  --category-accent: var(--casino-blue);

  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  min-height: 230px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--casino-border);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(18, 36, 58, 0.96),
      rgba(10, 24, 41, 0.96)
    );
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
  transition:
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease;
}

.casino-category::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--category-accent);
  filter: blur(18px);
}

.casino-category:hover {
  transform: translateY(-5px);
  border-color: rgba(132, 160, 197, 0.34);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.26);
}

.casino-category--coral {
  --category-accent: var(--casino-coral);
}

.casino-category--blue {
  --category-accent: var(--casino-blue);
}

.casino-category--violet {
  --category-accent: var(--casino-violet);
}

.casino-category__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--category-accent);
  border: 1px solid rgba(128, 151, 185, 0.22);
  border-radius: 15px;
  background: rgba(111, 136, 171, 0.1);
}

.casino-category__icon svg {
  width: 24px;
  height: 24px;
}

.casino-category__content {
  position: relative;
  z-index: 1;
}

.casino-category__content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--category-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.casino-category h3 {
  margin: 0 0 12px;
  color: var(--casino-white);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

.casino-category p {
  margin: 0;
  color: var(--casino-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
}


/* Closing Line */

.casino-section__closing {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 58px;
}

.casino-section__closing span {
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(117, 148, 187, 0.3)
    );
}

.casino-section__closing span:last-child {
  transform: rotate(180deg);
}

.casino-section__closing p {
  max-width: 680px;
  margin: 0;
  color: #dce3ea;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


/* ==================================================
                       RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .casino-section {
    padding: 90px 0 82px;
  }

  .casino-experience {
    gap: 45px;
  }

  .casino-experience__content,
  .casino-experience__visual,
  .casino-experience__visual img {
    min-height: 570px;
  }

  .casino-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 991px) {

  .casino-section {
    padding: 78px 0 72px;
  }

  .casino-section__header {
    margin-bottom: 54px;
  }

  .casino-experience {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .casino-experience__content {
    min-height: 0;
    padding: 0;
  }

  .casino-experience__visual {
    height: 570px;
    min-height: 0;
  }

  .casino-experience__visual img {
    height: 100%;
    min-height: 0;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .casino-experience__visual::before {
    background:
      linear-gradient(
        180deg,
        var(--casino-bg-secondary) 0%,
        transparent 15%,
        transparent 82%,
        var(--casino-bg-secondary) 100%
      );
  }

  .casino-categories {
    margin-top: 58px;
  }
}


@media (max-width: 767px) {

  .casino-section {
    padding: 64px 0 60px;
  }

  .casino-section__header h2 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .casino-section__header > p {
    font-size: 16px;
  }

  .casino-experience__content h3 {
    font-size: 35px;
  }

  .casino-experience__visual {
    height: 440px;
  }

  .casino-categories {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .casino-category {
    min-height: 0;
  }

  .casino-section__closing {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


@media (max-width: 479px) {

  .casino-section {
    padding: 56px 0 52px;
  }

  .casino-section__header {
    margin-bottom: 42px;
  }

  .casino-section__eyebrow {
    font-size: 10px;
  }

  .casino-section__header h2 {
    font-size: 37px;
  }

  .casino-experience__content h3 {
    font-size: 30px;
  }

  .casino-experience__content p {
    font-size: 15px;
  }

  .casino-experience__visual {
    height: 360px;
  }

  .casino-category {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
  }

  .casino-category__icon {
    width: 43px;
    height: 43px;
  }

  .casino-category__icon svg {
    width: 21px;
    height: 21px;
  }
}
/* ==================================================
   CASINO SECTION — HERO COLOUR TRANSITION FIX
================================================== */

.casino-section {
  padding-top: 58px !important;

  background:
    radial-gradient(
      ellipse at 78% 0%,
      rgba(46, 122, 130, 0.2) 0%,
      rgba(46, 122, 130, 0) 48%
    ),
    radial-gradient(
      circle at 88% 24%,
      rgba(102, 83, 183, 0.13) 0%,
      rgba(102, 83, 183, 0) 34%
    ),
    linear-gradient(
      180deg,
      #073640 0%,
      #082c39 90px,
      #091e30 220px,
      #0b1729 380px,
      #0d192b 100%
    ) !important;
}

.casino-section__header {
  margin-top: 0 !important;
  margin-bottom: 54px !important;
}

@media (max-width: 1199px) {

  .casino-section {
    padding-top: 54px !important;
  }
}

@media (max-width: 767px) {

  .casino-section {
    padding-top: 48px !important;
  }

  .casino-section__header {
    margin-bottom: 42px !important;
  }
}
/* ==================================================
                LMCT FEATURED GAMES SECTION
================================================== */

.featured-games {
  --games-background: #bdcdd0;
  --games-background-light: #cad7d9;
  --games-ink: #0b2330;
  --games-muted: #465e69;
  --games-card: #0d2433;
  --games-card-secondary: #122e3d;
  --games-card-text: #f7f9fa;
  --games-card-muted: #aebdc5;
  --games-coral: #ff6148;
  --games-blue: #49a5c4;
  --games-violet: #7a70d8;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 106px 0 92px;
  color: var(--games-ink);

  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(122, 112, 216, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 5% 76%,
      rgba(73, 165, 196, 0.13),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      var(--games-background-light) 0%,
      var(--games-background) 100%
    );
}

.featured-games::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 110px;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      #0d192b 0%,
      #344c58 42%,
      rgba(189, 205, 208, 0) 100%
    );
}

.featured-games::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.24;
  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(15, 48, 61, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(15, 48, 61, 0.08) 1px,
      transparent 1px
    );

  background-size: 78px 78px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 22%,
      #000 80%,
      transparent
    );
}

.featured-games .container {
  position: relative;
  z-index: 1;
}


/* Section Header */

.featured-games__header {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(380px, 1.1fr);
  align-items: end;
  gap: clamp(50px, 7vw, 110px);
  margin-bottom: 62px;
}

.featured-games__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #d94734;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.featured-games__eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: var(--games-coral);
}

.featured-games__heading h2 {
  max-width: 650px;
  margin: 0;
  color: var(--games-ink);
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.featured-games__heading h2 span {
  display: block;
  margin-top: 7px;
  color: #c94231;
}

.featured-games__introduction {
  max-width: 650px;
  padding-bottom: 2px;
}

.featured-games__introduction p {
  margin: 0 0 15px;
  color: var(--games-muted);
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
}

.featured-games__introduction p:last-child {
  margin-bottom: 0;
}


/* Games Grid */

.featured-games__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
}

.featured-game-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(8, 37, 51, 0.16);
  border-radius: 21px;

  background:
    linear-gradient(
      145deg,
      var(--games-card-secondary),
      var(--games-card)
    );

  box-shadow:
    0 18px 35px rgba(11, 35, 48, 0.14);

  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
}

.featured-game-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 97, 72, 0.38);

  box-shadow:
    0 27px 48px rgba(11, 35, 48, 0.23);
}


/* Game Image */

.featured-game-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #091c29;
}

.featured-game-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 52%,
      rgba(7, 21, 31, 0.72) 100%
    );
}

.featured-game-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition:
    transform 500ms ease,
    filter 500ms ease;
}

.featured-game-card:hover .featured-game-card__image img {
  transform: scale(1.055);
  filter: saturate(1.08);
}


/* Game Category */

.featured-game-card__category {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  left: 13px;

  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 10px;

  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  background: rgba(6, 20, 29, 0.78);

  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);

  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}


/* Game Content */

.featured-game-card__content {
  min-height: 158px;
  padding: 21px 20px 23px;
}

.featured-game-card__content h3 {
  margin: 0 0 10px;
  color: var(--games-card-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.featured-game-card__content p {
  margin: 0;
  color: var(--games-card-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
}


/* Alternating Card Accents */

.featured-game-card:nth-child(3n + 1)::before {
  background: var(--games-coral);
}

.featured-game-card:nth-child(3n + 2)::before {
  background: var(--games-blue);
}

.featured-game-card:nth-child(3n + 3)::before {
  background: var(--games-violet);
}

.featured-game-card::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: 2;
  height: 3px;
  border-radius: 10px 10px 0 0;
}


/* Closing Panel */

.featured-games__closing {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 21px;
  max-width: 820px;
  margin: 60px auto 0;
  padding: 26px 30px;
  border: 1px solid rgba(17, 54, 70, 0.15);
  border-radius: 20px;

  background:
    rgba(231, 238, 239, 0.53);

  box-shadow:
    0 16px 35px rgba(17, 54, 70, 0.08);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.featured-games__closing-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #cf4735;
  border-radius: 17px;
  background: rgba(255, 97, 72, 0.12);
}

.featured-games__closing-icon svg {
  width: 26px;
  height: 26px;
}

.featured-games__closing h3 {
  margin: 0 0 6px;
  color: var(--games-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}

.featured-games__closing p {
  margin: 0;
  color: var(--games-muted);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.55;
}


/* ==================================================
                   FEATURED GAMES RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .featured-games {
    padding: 96px 0 84px;
  }

  .featured-games__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 991px) {

  .featured-games {
    padding: 86px 0 76px;
  }

  .featured-games__header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .featured-games__introduction {
    max-width: 720px;
  }

  .featured-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {

  .featured-games {
    padding: 74px 0 65px;
  }

  .featured-games::before {
    height: 85px;
  }

  .featured-games__heading h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .featured-games__introduction p {
    font-size: 15px;
  }

  .featured-game-card__content {
    min-height: 150px;
  }
}


@media (max-width: 575px) {

  .featured-games {
    padding: 68px 0 58px;
  }

  .featured-games__header {
    margin-bottom: 44px;
  }

  .featured-games__heading h2 {
    font-size: 37px;
  }

  .featured-games__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .featured-game-card {
    display: grid;
    grid-template-columns: minmax(135px, 0.82fr) minmax(0, 1.18fr);
    border-radius: 18px;
  }

  .featured-game-card__image {
    height: 100%;
    min-height: 190px;
    aspect-ratio: auto;
  }

  .featured-game-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    padding: 20px 18px;
  }

  .featured-game-card__content h3 {
    font-size: 15px;
  }

  .featured-game-card__content p {
    font-size: 11px;
  }

  .featured-games__closing {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    margin-top: 44px;
    padding: 22px;
  }

  .featured-games__closing-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .featured-games__closing h3 {
    font-size: 17px;
  }

  .featured-games__closing p {
    font-size: 12px;
  }
}


@media (max-width: 390px) {

  .featured-game-card {
    grid-template-columns: 1fr;
  }

  .featured-game-card__image {
    min-height: 210px;
  }

  .featured-game-card__content {
    min-height: 0;
  }
}
/* ==================================================
   FEATURED GAMES — FINAL LAYOUT AND COLOUR FIX
================================================== */

.featured-games {
  padding: 82px 0 78px !important;
  color: #f6f8fa !important;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(107, 86, 190, 0.18) 0%,
      rgba(107, 86, 190, 0) 34%
    ),
    radial-gradient(
      circle at 8% 65%,
      rgba(58, 129, 176, 0.16) 0%,
      rgba(58, 129, 176, 0) 31%
    ),
    linear-gradient(
      180deg,
      #0d192b 0%,
      #172b3c 13%,
      #203849 50%,
      #182a3e 84%,
      #100a21 100%
    ) !important;
}


/* Remove the old pale transition */

.featured-games::before {
  display: none !important;
}

.featured-games::after {
  opacity: 0.12 !important;

  background-image:
    linear-gradient(
      rgba(135, 167, 194, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(135, 167, 194, 0.1) 1px,
      transparent 1px
    ) !important;

  background-size: 84px 84px !important;
}


/* Header */

.featured-games__header {
  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(420px, 1.05fr) !important;

  align-items: end !important;
  gap: clamp(48px, 6vw, 90px) !important;
  margin-bottom: 48px !important;
}

.featured-games__eyebrow {
  color: #ff725c !important;
}

.featured-games__heading h2 {
  color: #f7f9fa !important;
  font-size: clamp(42px, 4.2vw, 62px) !important;
}

.featured-games__heading h2 span {
  color: #ff725c !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
}

.featured-games__introduction p {
  color: #bdc9d1 !important;
}


/* Six Games per Row */

.featured-games__grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 13px !important;
}


/* Compact Game Cards */

.featured-game-card {
  min-width: 0 !important;
  border: 1px solid rgba(132, 165, 192, 0.18) !important;
  border-radius: 17px !important;

  background:
    linear-gradient(
      150deg,
      rgba(13, 34, 49, 0.98),
      rgba(8, 25, 38, 0.98)
    ) !important;

  box-shadow:
    0 14px 28px rgba(3, 13, 22, 0.24) !important;
}

.featured-game-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 103, 80, 0.38) !important;

  box-shadow:
    0 22px 40px rgba(3, 13, 22, 0.35) !important;
}


/* Card Images */

.featured-game-card__image {
  aspect-ratio: 16 / 10 !important;
  background: #081824 !important;
}

.featured-game-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.featured-game-card__category {
  bottom: 9px !important;
  left: 9px !important;
  min-height: 23px !important;
  padding: 6px 8px !important;
  font-size: 7px !important;
  letter-spacing: 0.09em !important;
}


/* Compact Text */

.featured-game-card__content {
  min-height: 145px !important;
  padding: 16px 14px 18px !important;
}

.featured-game-card__content h3 {
  margin-bottom: 8px !important;
  color: #f7f9fa !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.featured-game-card__content p {
  color: #aebdc6 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}


/* Card Accent Lines */

.featured-game-card::before {
  right: 14px !important;
  left: 14px !important;
  height: 2px !important;
}


/* Closing Panel */

.featured-games__closing {
  max-width: 760px !important;
  margin-top: 46px !important;
  border-color: rgba(135, 166, 191, 0.17) !important;

  background:
    rgba(8, 27, 41, 0.58) !important;

  box-shadow:
    0 16px 35px rgba(3, 14, 23, 0.18) !important;
}

.featured-games__closing h3 {
  color: #f7f9fa !important;
}

.featured-games__closing p {
  color: #b7c4cc !important;
}

.featured-games__closing-icon {
  color: #ff725c !important;
  background: rgba(255, 103, 80, 0.12) !important;
}


/* ==================================================
   FEATURED GAMES RESPONSIVE GRID
================================================== */

@media (max-width: 1399px) {

  .featured-games__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 15px !important;
  }

  .featured-game-card__content {
    min-height: 150px !important;
  }
}


@media (max-width: 1099px) {

  .featured-games__header {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 25px !important;
  }

  .featured-games__introduction {
    max-width: 760px !important;
  }

  .featured-games__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}


@media (max-width: 767px) {

  .featured-games {
    padding: 65px 0 60px !important;
  }

  .featured-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .featured-game-card {
    display: block !important;
  }

  .featured-game-card__content {
    min-height: 145px !important;
  }
}


@media (max-width: 479px) {

  .featured-games__grid {
    grid-template-columns: 1fr !important;
  }

  .featured-game-card {
    display: grid !important;
    grid-template-columns: 145px minmax(0, 1fr) !important;
  }

  .featured-game-card__image {
    height: 100% !important;
    min-height: 185px !important;
    aspect-ratio: auto !important;
  }

  .featured-game-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 185px !important;
  }
}
/* ==================================================
   FEATURED GAMES — CORRECTED CARDS
================================================== */

.featured-games {
  padding: 82px 0 76px !important;
}


/* Header */

.featured-games__header {
  display: grid !important;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(420px, 1.1fr) !important;
  align-items: end !important;
  gap: clamp(50px, 6vw, 92px) !important;
  margin-bottom: 46px !important;
}

.featured-games__heading h2 {
  max-width: 610px !important;
  font-size: clamp(44px, 4.2vw, 62px) !important;
  line-height: 0.98 !important;
}

.featured-games__introduction {
  max-width: 650px !important;
}

.featured-games__introduction p {
  color: #bdc9d1 !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}


/* Six Full Game Covers per Row */

.featured-games__grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}


/* Remove the Old Text-Card Appearance */

.featured-game-card {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(142, 169, 197, 0.2) !important;
  border-radius: 18px !important;
  background: #081925 !important;

  box-shadow:
    0 17px 32px rgba(3, 13, 22, 0.28) !important;

  transition:
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease !important;
}

.featured-game-card::before,
.featured-game-card::after {
  display: none !important;
}

.featured-game-card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(255, 103, 80, 0.48) !important;

  box-shadow:
    0 25px 44px rgba(3, 13, 22, 0.4) !important;
}


/* Show the Entire Original SVG */

.featured-game-card__image {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
  overflow: hidden !important;
  background: #081925 !important;
}

.featured-game-card__image::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;

  background:
    linear-gradient(
      180deg,
      rgba(5, 16, 24, 0) 70%,
      rgba(5, 16, 24, 0.2) 100%
    ) !important;
}

.featured-game-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;

  transition:
    transform 450ms ease,
    filter 450ms ease !important;
}

.featured-game-card:hover .featured-game-card__image img {
  transform: scale(1.025) !important;
  filter: saturate(1.06) contrast(1.02) !important;
}


/* Remove Old Labels and Descriptions if Any Remain */

.featured-game-card__category,
.featured-game-card__content {
  display: none !important;
}


/* Closing Text */

.featured-games__closing {
  display: grid !important;
  grid-template-columns:
    minmax(40px, 1fr)
    auto
    minmax(40px, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  max-width: 920px !important;
  margin: 48px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.featured-games__closing p {
  max-width: 650px !important;
  margin: 0 !important;
  color: #c4ced5 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.featured-games__closing-line {
  display: block !important;
  height: 1px !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(142, 170, 198, 0.34)
    ) !important;
}

.featured-games__closing-line:last-child {
  transform: rotate(180deg);
}


/* Responsive */

@media (max-width: 1399px) {

  .featured-games__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 11px !important;
  }
}


@media (max-width: 1099px) {

  .featured-games__header {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 25px !important;
  }

  .featured-games__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}


@media (max-width: 767px) {

  .featured-games {
    padding: 64px 0 60px !important;
  }

  .featured-games__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 11px !important;
  }

  .featured-games__closing {
    grid-template-columns: 1fr !important;
  }

  .featured-games__closing-line {
    display: none !important;
  }
}


@media (max-width: 520px) {

  .featured-games__heading h2 {
    font-size: 38px !important;
  }

  .featured-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* ==================================================
                   LMCT LIVE CASINO
================================================== */

.live-casino {
  --live-bg: #0d071a;
  --live-bg-secondary: #141027;
  --live-panel: #17172c;
  --live-white: #f7f6fa;
  --live-muted: #b9b4c5;
  --live-coral: #ff624d;
  --live-blue: #568fe8;
  --live-violet: #9a69e8;
  --live-line: rgba(161, 142, 194, 0.18);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 86px;
  color: var(--live-white);

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(145, 77, 190, 0.21),
      transparent 33%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(56, 109, 176, 0.14),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      var(--live-bg) 0%,
      var(--live-bg-secondary) 100%
    );
}

.live-casino::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 120px;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      #100a21 0%,
      rgba(16, 10, 33, 0) 100%
    );
}

.live-casino::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.16;
  pointer-events: none;

  background-image:
    radial-gradient(
      rgba(165, 143, 196, 0.32) 1px,
      transparent 1px
    );

  background-size: 32px 32px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 20%,
      #000 78%,
      transparent
    );
}

.live-casino .container {
  position: relative;
  z-index: 1;
}


/* Main Feature */

.live-casino__feature {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(55px, 6vw, 92px);
}

.live-casino__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: 20px 0;
}

.live-casino__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--live-coral);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.live-casino__eyebrow::before {
  content: "";
  width: 29px;
  height: 3px;
  border-radius: 10px;
  background: var(--live-coral);
}

.live-casino__content h2 {
  max-width: 650px;
  margin: 0 0 29px;
  color: var(--live-white);
  font-size: clamp(45px, 4.5vw, 66px);
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.live-casino__content h2 span {
  display: block;
  margin-top: 8px;
  color: var(--live-violet);
}

.live-casino__description {
  max-width: 600px;
}

.live-casino__description p {
  margin: 0 0 17px;
  color: var(--live-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.live-casino__description p:last-child {
  margin-bottom: 0;
}


/* Highlights */

.live-casino__highlights {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.live-casino__highlights li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #e8e4ed;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.live-casino__highlights li > span {
  position: relative;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(154, 105, 232, 0.42);
  border-radius: 50%;
  background: rgba(154, 105, 232, 0.12);
}

.live-casino__highlights li > span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--live-violet);
  border-bottom: 2px solid var(--live-violet);
  transform: rotate(45deg);
}


/* Image Blended Into the Section */

.live-casino__visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.live-casino__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      var(--live-bg-secondary) 0%,
      rgba(20, 16, 39, 0.3) 14%,
      transparent 34%
    ),
    linear-gradient(
      180deg,
      var(--live-bg-secondary) 0%,
      transparent 14%,
      transparent 84%,
      var(--live-bg-secondary) 100%
    );
}

.live-casino__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 66% center;

  filter:
    saturate(0.9)
    brightness(0.9)
    contrast(1.03);

  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 16%,
      #000 100%
    );

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 16%,
      #000 100%
    );
}


/* Live Casino Categories */

.live-casino__categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 74px;
}

.live-casino-card {
  --live-card-accent: var(--live-violet);

  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  min-height: 235px;
  overflow: hidden;
  padding: 27px 25px;
  border: 1px solid var(--live-line);
  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      rgba(27, 25, 50, 0.96),
      rgba(15, 15, 34, 0.97)
    );

  box-shadow:
    0 18px 38px rgba(3, 2, 12, 0.25);

  transition:
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease;
}

.live-casino-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.09;
  background: var(--live-card-accent);
  filter: blur(17px);
}

.live-casino-card:hover {
  transform: translateY(-6px);
  border-color: rgba(171, 144, 211, 0.35);

  box-shadow:
    0 27px 48px rgba(3, 2, 12, 0.36);
}

.live-casino-card--coral {
  --live-card-accent: var(--live-coral);
}

.live-casino-card--blue {
  --live-card-accent: var(--live-blue);
}

.live-casino-card--violet {
  --live-card-accent: var(--live-violet);
}

.live-casino-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--live-card-accent);
  border: 1px solid rgba(161, 140, 194, 0.22);
  border-radius: 15px;
  background: rgba(130, 105, 170, 0.1);
}

.live-casino-card__icon svg {
  width: 24px;
  height: 24px;
}

.live-casino-card__content {
  position: relative;
  z-index: 1;
}

.live-casino-card__content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--live-card-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.live-casino-card h3 {
  margin: 0 0 12px;
  color: var(--live-white);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

.live-casino-card p {
  margin: 0;
  color: var(--live-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}


/* Closing Statement */

.live-casino__closing {
  display: grid;
  grid-template-columns:
    minmax(40px, 1fr)
    auto
    minmax(40px, 1fr);
  align-items: center;
  gap: 23px;
  margin-top: 54px;
}

.live-casino__closing > span {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(161, 140, 194, 0.3)
    );
}

.live-casino__closing > span:last-child {
  transform: rotate(180deg);
}

.live-casino__closing p {
  max-width: 720px;
  margin: 0;
  color: #ddd8e4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


/* ==================================================
                  LIVE CASINO RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .live-casino {
    padding: 86px 0 78px;
  }

  .live-casino__feature {
    gap: 45px;
  }

  .live-casino__content,
  .live-casino__visual,
  .live-casino__visual img {
    min-height: 580px;
  }

  .live-casino__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 991px) {

  .live-casino {
    padding: 76px 0 70px;
  }

  .live-casino__feature {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .live-casino__content {
    min-height: 0;
    padding: 0;
  }

  .live-casino__visual {
    height: 560px;
    min-height: 0;
  }

  .live-casino__visual img {
    height: 100%;
    min-height: 0;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .live-casino__visual::after {
    background:
      linear-gradient(
        180deg,
        var(--live-bg-secondary) 0%,
        transparent 15%,
        transparent 83%,
        var(--live-bg-secondary) 100%
      );
  }

  .live-casino__categories {
    margin-top: 55px;
  }
}


@media (max-width: 767px) {

  .live-casino {
    padding: 62px 0 58px;
  }

  .live-casino__content h2 {
    font-size: clamp(39px, 11vw, 52px);
  }

  .live-casino__visual {
    height: 440px;
  }

  .live-casino__categories {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .live-casino-card {
    min-height: 0;
  }

  .live-casino__closing {
    grid-template-columns: 1fr;
  }

  .live-casino__closing > span {
    display: none;
  }
}


@media (max-width: 479px) {

  .live-casino__content h2 {
    font-size: 37px;
  }

  .live-casino__description p {
    font-size: 15px;
  }

  .live-casino__visual {
    height: 360px;
  }

  .live-casino__visual img {
    object-position: 68% center;
  }

  .live-casino-card {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
  }

  .live-casino-card__icon {
    width: 43px;
    height: 43px;
  }

  .live-casino-card__icon svg {
    width: 21px;
    height: 21px;
  }
}
/* ==================================================
   LMCT — WIDE SECTIONS AND IMAGE PROPORTIONS FIX
================================================== */

/*
 * Wider working area for the three main casino sections.
 * The standard Bootstrap container was making them too narrow.
 */

.casino-section > .container,
.featured-games > .container,
.live-casino > .container {
  width: calc(100% - 64px) !important;
  max-width: 1680px !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}


/* ==================================================
   GENERAL CASINO SECTION
================================================== */

.casino-experience {
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(620px, 1.1fr) !important;

  align-items: center !important;
  gap: clamp(55px, 5vw, 84px) !important;
}

.casino-experience__content {
  min-height: 0 !important;
  padding: 0 !important;
}

.casino-experience__content h3 {
  max-width: 690px !important;
  font-size: clamp(38px, 3.15vw, 52px) !important;
}

.casino-experience__content p {
  max-width: 680px !important;
}


/*
 * Preserve the original 3:2 photograph.
 * The image no longer stretches to match the text height.
 */

.casino-experience__visual {
  align-self: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 2 !important;
}

.casino-experience__visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}


/* ==================================================
   FEATURED GAMES SECTION
================================================== */

.featured-games__header {
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(0, 1.08fr) !important;

  gap: clamp(65px, 7vw, 120px) !important;
}

.featured-games__heading h2 {
  max-width: 720px !important;
  font-size: clamp(43px, 3.8vw, 60px) !important;
}

.featured-games__introduction {
  max-width: 720px !important;
}

.featured-games__grid {
  width: 100% !important;
  grid-template-columns:
    repeat(6, minmax(0, 1fr)) !important;

  gap: 16px !important;
}

.featured-game-card {
  width: 100% !important;
}


/* ==================================================
   LIVE CASINO SECTION
================================================== */

.live-casino__feature {
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(650px, 1.1fr) !important;

  align-items: center !important;
  gap: clamp(55px, 5vw, 88px) !important;
}

.live-casino__content {
  min-height: 0 !important;
  padding: 0 !important;
}

.live-casino__content h2 {
  max-width: 720px !important;
  font-size: clamp(43px, 3.7vw, 60px) !important;
}

.live-casino__description {
  max-width: 680px !important;
}


/*
 * Show the complete live casino photograph.
 * The roulette wheel and the table stay visible.
 */

.live-casino__visual {
  align-self: center !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 2 !important;
}

.live-casino__visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}


/*
 * Reduce the dark fade over the right side.
 * The roulette wheel must remain visible.
 */

.live-casino__visual::after {
  background:
    linear-gradient(
      90deg,
      var(--live-bg-secondary) 0%,
      rgba(20, 16, 39, 0.18) 11%,
      transparent 25%
    ),
    linear-gradient(
      180deg,
      var(--live-bg-secondary) 0%,
      transparent 10%,
      transparent 90%,
      var(--live-bg-secondary) 100%
    ) !important;
}


/* Four wider category cards */

.live-casino__categories {
  grid-template-columns:
    repeat(4, minmax(0, 1fr)) !important;

  gap: 18px !important;
}


/* ==================================================
   WIDE DESKTOP
================================================== */

@media (min-width: 1800px) {

  .casino-section > .container,
  .featured-games > .container,
  .live-casino > .container {
    max-width: 1760px !important;
  }
}


/* ==================================================
   NOTEBOOKS
================================================== */

@media (max-width: 1399px) {

  .casino-section > .container,
  .featured-games > .container,
  .live-casino > .container {
    width: calc(100% - 40px) !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .casino-experience,
  .live-casino__feature {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(520px, 1.05fr) !important;

    gap: 46px !important;
  }

  .featured-games__grid {
    grid-template-columns:
      repeat(6, minmax(0, 1fr)) !important;

    gap: 12px !important;
  }
}


/* ==================================================
   TABLETS
================================================== */

@media (max-width: 1099px) {

  .casino-experience,
  .live-casino__feature {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .casino-experience__content,
  .live-casino__content {
    max-width: 780px !important;
  }

  .casino-experience__visual,
  .live-casino__visual {
    width: min(100%, 900px) !important;
    aspect-ratio: 3 / 2 !important;
  }

  .featured-games__header {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .featured-games__grid {
    grid-template-columns:
      repeat(4, minmax(0, 1fr)) !important;
  }

  .live-casino__categories {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .casino-section > .container,
  .featured-games > .container,
  .live-casino > .container {
    width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .casino-experience__visual,
  .live-casino__visual {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2 !important;
  }

  .featured-games__grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr)) !important;
  }

  .live-casino__categories {
    grid-template-columns: 1fr !important;
  }
}


@media (max-width: 520px) {

  .featured-games__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ==================================================
   LMCT — REMOVE PURPLE AND UNIFY CASINO PALETTE
================================================== */

/* Jackpot Section */

.jackpot-section {
  --jackpot-bg: #09222d !important;
  --jackpot-bg-secondary: #0c1c2c !important;
  --jackpot-coral: #ff624d !important;
  --jackpot-blue: #4da5bd !important;
  --jackpot-violet: #4da5bd !important;
  --jackpot-border: rgba(103, 164, 179, 0.18) !important;

  background:
    radial-gradient(
      circle at 86% 23%,
      rgba(55, 144, 157, 0.16) 0%,
      rgba(55, 144, 157, 0) 35%
    ),
    radial-gradient(
      circle at 7% 72%,
      rgba(255, 98, 77, 0.09) 0%,
      rgba(255, 98, 77, 0) 29%
    ),
    linear-gradient(
      180deg,
      #182a3e 0%,
      #123142 14%,
      #0c2633 52%,
      #091f2c 100%
    ) !important;
}

.jackpot-section::before {
  background:
    linear-gradient(
      180deg,
      #182a3e 0%,
      rgba(24, 42, 62, 0) 100%
    ) !important;
}

.jackpot-section::after {
  background-image:
    radial-gradient(
      rgba(92, 158, 173, 0.26) 1px,
      transparent 1px
    ) !important;
}

.jackpot-section__content h2 span {
  color: #ff715b !important;
}

.jackpot-section__visual::after {
  background:
    linear-gradient(
      90deg,
      #0c2633 0%,
      rgba(12, 38, 51, 0.18) 11%,
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #0c2633 0%,
      transparent 10%,
      transparent 90%,
      #091f2c 100%
    ) !important;
}

.jackpot-type {
  background:
    linear-gradient(
      145deg,
      rgba(15, 48, 60, 0.97),
      rgba(8, 29, 40, 0.98)
    ) !important;

  border-color:
    rgba(102, 163, 178, 0.18) !important;
}

.jackpot-type--violet {
  --jackpot-accent: #4da5bd !important;
}


/* Live Casino Section */

.live-casino {
  --live-bg: #071e29 !important;
  --live-bg-secondary: #0b2431 !important;
  --live-panel: #102f3d !important;
  --live-coral: #ff624d !important;
  --live-blue: #5298d7 !important;
  --live-violet: #4da5bd !important;
  --live-line: rgba(102, 163, 178, 0.18) !important;

  background:
    radial-gradient(
      circle at 87% 22%,
      rgba(56, 145, 158, 0.17) 0%,
      rgba(56, 145, 158, 0) 34%
    ),
    radial-gradient(
      circle at 8% 70%,
      rgba(255, 98, 77, 0.08) 0%,
      rgba(255, 98, 77, 0) 29%
    ),
    linear-gradient(
      180deg,
      #091f2c 0%,
      #0a2834 16%,
      #08232f 55%,
      #071b27 100%
    ) !important;
}

.live-casino::before {
  background:
    linear-gradient(
      180deg,
      #091f2c 0%,
      rgba(9, 31, 44, 0) 100%
    ) !important;
}

.live-casino::after {
  background-image:
    radial-gradient(
      rgba(93, 157, 172, 0.27) 1px,
      transparent 1px
    ) !important;
}

.live-casino__content h2 span {
  color: #50afc0 !important;
}

.live-casino__visual::after {
  background:
    linear-gradient(
      90deg,
      #0a2834 0%,
      rgba(10, 40, 52, 0.17) 11%,
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #0a2834 0%,
      transparent 10%,
      transparent 90%,
      #071b27 100%
    ) !important;
}

.live-casino-card {
  background:
    linear-gradient(
      145deg,
      rgba(15, 47, 60, 0.97),
      rgba(8, 28, 39, 0.98)
    ) !important;

  border-color:
    rgba(102, 163, 178, 0.18) !important;
}

.live-casino-card--violet {
  --live-card-accent: #4da5bd !important;
}

.live-casino__highlights li > span {
  border-color:
    rgba(77, 165, 189, 0.42) !important;

  background:
    rgba(77, 165, 189, 0.12) !important;
}

.live-casino__highlights li > span::after {
  border-color: #4da5bd !important;
}
/* ==================================================
                     LMCT JACKPOTS
================================================== */

.jackpot-section {
  --jackpot-bg: #09222d;
  --jackpot-bg-secondary: #0c1c2c;
  --jackpot-white: #f7f9fa;
  --jackpot-muted: #b5c2c8;
  --jackpot-coral: #ff624d;
  --jackpot-blue: #568fe8;
  --jackpot-cyan: #4da5bd;
  --jackpot-border: rgba(103, 164, 179, 0.18);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 86px 0 78px;
  color: var(--jackpot-white);

  background:
    radial-gradient(
      circle at 86% 23%,
      rgba(55, 144, 157, 0.16),
      transparent 35%
    ),
    radial-gradient(
      circle at 7% 72%,
      rgba(255, 98, 77, 0.09),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #182a3e 0%,
      #123142 14%,
      #0c2633 52%,
      #091f2c 100%
    );
}

.jackpot-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.13;
  pointer-events: none;

  background-image:
    radial-gradient(
      rgba(92, 158, 173, 0.28) 1px,
      transparent 1px
    );

  background-size: 34px 34px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 18%,
      #000 82%,
      transparent
    );
}

.jackpot-section > .container {
  position: relative;
  z-index: 1;
  width: calc(100% - 64px);
  max-width: 1680px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}


/* Main Layout */

.jackpot-section__feature {
  display: grid;
  grid-template-columns:
    minmax(0, 0.88fr)
    minmax(620px, 1.12fr);
  align-items: center;
  gap: clamp(55px, 5vw, 88px);
}

.jackpot-section__content {
  max-width: 690px;
}

.jackpot-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
  color: var(--jackpot-coral);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.jackpot-section__eyebrow::before {
  content: "";
  width: 29px;
  height: 3px;
  border-radius: 10px;
  background: var(--jackpot-coral);
}

.jackpot-section__content h2 {
  max-width: 700px;
  margin: 0 0 28px;
  color: var(--jackpot-white);
  font-size: clamp(43px, 3.75vw, 60px);
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.jackpot-section__content h2 span {
  display: block;
  margin-top: 7px;
  color: #ff715b;
}

.jackpot-section__description {
  max-width: 680px;
}

.jackpot-section__description p {
  margin: 0 0 16px;
  color: var(--jackpot-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.jackpot-section__description p:last-child {
  margin-bottom: 0;
}


/* Jackpot Image */

.jackpot-section__visual {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.jackpot-section__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      #0c2633 0%,
      rgba(12, 38, 51, 0.17) 11%,
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #0c2633 0%,
      transparent 10%,
      transparent 90%,
      #091f2c 100%
    );
}

.jackpot-section__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;

  filter:
    saturate(0.9)
    brightness(0.9)
    contrast(1.03);

  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 13%,
      #000 100%
    );

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 13%,
      #000 100%
    );
}


/* Jackpot Cards */

.jackpot-section__types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.jackpot-type {
  --jackpot-accent: var(--jackpot-cyan);

  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 19px;
  min-height: 218px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--jackpot-border);
  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      rgba(15, 48, 60, 0.97),
      rgba(8, 29, 40, 0.98)
    );

  box-shadow:
    0 18px 38px rgba(3, 13, 22, 0.24);

  transition:
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease;
}

.jackpot-type::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  opacity: 0.09;
  background: var(--jackpot-accent);
  filter: blur(17px);
}

.jackpot-type:hover {
  transform: translateY(-6px);
  border-color: rgba(103, 164, 179, 0.38);

  box-shadow:
    0 27px 48px rgba(3, 13, 22, 0.35);
}

.jackpot-type--coral {
  --jackpot-accent: var(--jackpot-coral);
}

.jackpot-type--blue {
  --jackpot-accent: var(--jackpot-blue);
}

.jackpot-type--cyan {
  --jackpot-accent: var(--jackpot-cyan);
}

.jackpot-type__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--jackpot-accent);
  border: 1px solid rgba(103, 164, 179, 0.22);
  border-radius: 16px;
  background: rgba(77, 165, 189, 0.1);
}

.jackpot-type__icon svg {
  width: 25px;
  height: 25px;
}

.jackpot-type__content {
  position: relative;
  z-index: 1;
}

.jackpot-type__content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--jackpot-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jackpot-type h3 {
  margin: 0 0 12px;
  color: var(--jackpot-white);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.jackpot-type p {
  margin: 0;
  color: var(--jackpot-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
}


/* Closing */

.jackpot-section__closing {
  display: grid;
  grid-template-columns:
    minmax(40px, 1fr)
    auto
    minmax(40px, 1fr);
  align-items: center;
  gap: 23px;
  margin-top: 50px;
}

.jackpot-section__closing > span {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(103, 164, 179, 0.3)
    );
}

.jackpot-section__closing > span:last-child {
  transform: rotate(180deg);
}

.jackpot-section__closing p {
  max-width: 720px;
  margin: 0;
  color: #d9e1e4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


/* Responsive */

@media (min-width: 1800px) {

  .jackpot-section > .container {
    max-width: 1760px;
  }
}


@media (max-width: 1399px) {

  .jackpot-section > .container {
    width: calc(100% - 40px);
    padding-right: 18px;
    padding-left: 18px;
  }

  .jackpot-section__feature {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(520px, 1.05fr);
    gap: 46px;
  }
}


@media (max-width: 1099px) {

  .jackpot-section {
    padding: 76px 0 70px;
  }

  .jackpot-section__feature {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .jackpot-section__content {
    max-width: 780px;
  }

  .jackpot-section__visual {
    width: min(100%, 900px);
  }

  .jackpot-section__types {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .jackpot-type {
    min-height: 0;
  }
}


@media (max-width: 767px) {

  .jackpot-section {
    padding: 62px 0 58px;
  }

  .jackpot-section > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .jackpot-section__content h2 {
    font-size: clamp(39px, 11vw, 52px);
  }

  .jackpot-section__closing {
    grid-template-columns: 1fr;
  }

  .jackpot-section__closing > span {
    display: none;
  }
}


@media (max-width: 479px) {

  .jackpot-section__content h2 {
    font-size: 37px;
  }

  .jackpot-section__description p {
    font-size: 15px;
  }

  .jackpot-type {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
  }

  .jackpot-type__icon {
    width: 44px;
    height: 44px;
  }

  .jackpot-type__icon svg {
    width: 21px;
    height: 21px;
  }
}
/* ==================================================
                 LMCT BONUSES SECTION
================================================== */

.lmct-bonuses {
  --bonus-bg: #081f2b;
  --bonus-panel: #102c3b;
  --bonus-text: #f7f9fb;
  --bonus-muted: #b7c6ce;
  --bonus-line: rgba(115, 172, 188, 0.2);
  --bonus-coral: #ff624b;
  --bonus-cyan: #4bb5cf;
  --bonus-blue: #5794e9;
  --bonus-lime: #b9dc42;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 8vw, 148px) 0;
  color: var(--bonus-text);
  background:
    radial-gradient(
      circle at 82% 16%,
      rgba(75, 181, 207, 0.13),
      transparent 31%
    ),
    radial-gradient(
      circle at 16% 54%,
      rgba(255, 98, 75, 0.08),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #071e29 0%,
      #0d2937 42%,
      #142b3f 100%
    );
}

.lmct-bonuses::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}

.lmct-bonuses,
.lmct-bonuses * {
  box-sizing: border-box;
}

.lmct-bonuses__container {
  width: min(1680px, calc(100% - 64px));
  margin: 0 auto;
}


/* Main visual */

.lmct-bonuses__hero {
  position: relative;
  min-height: clamp(720px, 52vw, 880px);
  display: flex;
  align-items: center;
}

.lmct-bonuses__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      var(--bonus-bg) 0%,
      rgba(8, 31, 43, 0.98) 29%,
      rgba(8, 31, 43, 0.72) 49%,
      rgba(8, 31, 43, 0.08) 76%
    ),
    linear-gradient(
      180deg,
      var(--bonus-bg) 0%,
      transparent 16%,
      transparent 84%,
      #0d2937 100%
    );
}

.lmct-bonuses__hero-image {
  position: absolute;
  z-index: -2;
  top: 0;
  right: -2%;
  width: 78%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 68% 50%;
  filter: saturate(0.92) contrast(1.04);

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 20%,
      #000 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );

  -webkit-mask-composite: source-in;

  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 20%,
      #000 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );

  mask-composite: intersect;
}

.lmct-bonuses__hero-content {
  width: min(850px, 56%);
  padding: 42px 0 54px;
}

.lmct-bonuses__eyebrow,
.lmct-bonuses__section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bonus-coral);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lmct-bonuses__eyebrow::before,
.lmct-bonuses__section-label::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.lmct-bonuses__hero h2 {
  max-width: 810px;
  margin: 26px 0 30px;
  color: var(--bonus-text);
  font-size: clamp(52px, 5.25vw, 88px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.lmct-bonuses__hero h2 span {
  display: block;
  margin-top: 10px;
  color: var(--bonus-coral);
}

.lmct-bonuses__intro {
  max-width: 780px;
}

.lmct-bonuses__intro p {
  margin: 0 0 16px;
  color: var(--bonus-muted);
  font-size: clamp(17px, 1.18vw, 20px);
  font-weight: 500;
  line-height: 1.72;
}

.lmct-bonuses__intro p:last-child {
  margin-bottom: 0;
}

.lmct-bonuses__welcome-grid {
  max-width: 820px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lmct-welcome-offer {
  --welcome-accent: var(--bonus-coral);

  min-height: 148px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 4px solid var(--welcome-accent);
  border-radius: 14px;
  background: rgba(7, 27, 39, 0.8);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.lmct-welcome-offer--coral {
  --welcome-accent: var(--bonus-coral);
}

.lmct-welcome-offer--cyan {
  --welcome-accent: var(--bonus-cyan);
}

.lmct-welcome-offer--blue {
  --welcome-accent: var(--bonus-blue);
}

.lmct-welcome-offer--lime {
  --welcome-accent: var(--bonus-lime);
}

.lmct-welcome-offer > span {
  display: block;
  color: var(--welcome-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lmct-welcome-offer strong {
  display: block;
  margin-top: 8px;
  color: var(--bonus-text);
  font-size: clamp(20px, 1.45vw, 27px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.lmct-welcome-offer p {
  margin: 9px 0 0;
  color: var(--bonus-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}


/* Promotion groups */

.lmct-bonuses__groups-header {
  margin: clamp(64px, 7vw, 108px) 0 34px;
  display: grid;
  grid-template-columns:
    minmax(0, 0.94fr)
    minmax(380px, 0.72fr);
  gap: 80px;
  align-items: end;
}

.lmct-bonuses__groups-header h3,
.lmct-bonuses__activation-heading h3 {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--bonus-text);
  font-size: clamp(36px, 3.55vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.lmct-bonuses__groups-header > p,
.lmct-bonuses__activation-heading > p {
  margin: 0;
  color: var(--bonus-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.lmct-bonuses__groups {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.lmct-bonus-group {
  --group-accent: var(--bonus-coral);

  grid-column: span 4;
  min-width: 0;
  padding: clamp(24px, 2.2vw, 34px);
  border: 1px solid var(--bonus-line);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.045),
      transparent 48%
    ),
    linear-gradient(
      180deg,
      rgba(18, 48, 64, 0.98),
      rgba(10, 35, 49, 0.98)
    );
  box-shadow: 0 22px 52px rgba(2, 13, 21, 0.17);
}

.lmct-bonus-group--wide {
  grid-column: span 6;
}

.lmct-bonus-group--coral {
  --group-accent: var(--bonus-coral);
}

.lmct-bonus-group--cyan {
  --group-accent: var(--bonus-cyan);
}

.lmct-bonus-group--blue {
  --group-accent: var(--bonus-blue);
}

.lmct-bonus-group--lime {
  --group-accent: var(--bonus-lime);
}

.lmct-bonus-group__heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.lmct-bonus-group__icon,
.lmct-activation-item__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--group-accent);
  background: color-mix(
    in srgb,
    var(--group-accent) 14%,
    transparent
  );
}

.lmct-bonus-group__icon svg,
.lmct-activation-item__icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-bonus-group__heading > div > span {
  display: block;
  margin: 2px 0 7px;
  color: var(--group-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-bonus-group h4 {
  margin: 0;
  color: var(--bonus-text);
  font-size: clamp(21px, 1.55vw, 28px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.lmct-bonus-group__copy {
  margin: 20px 0 22px;
  color: var(--bonus-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.lmct-bonus-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  list-style: none;
}

.lmct-bonus-group:not(.lmct-bonus-group--wide)
.lmct-bonus-list {
  grid-template-columns: 1fr;
}

.lmct-bonus-list li {
  min-width: 0;
  padding: 14px 15px;
  border-radius: 12px;
  background: rgba(5, 25, 36, 0.66);
}

.lmct-bonus-list li > span {
  display: block;
  color: var(--bonus-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.lmct-bonus-list li > strong {
  display: block;
  margin-top: 6px;
  color: var(--group-accent);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.lmct-bonus-list--descriptive li > strong {
  color: var(--bonus-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
}

.lmct-bonus-group__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  color: var(--bonus-text);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lmct-bonus-group__status > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--group-accent);
  box-shadow: 0 0 0 6px
    color-mix(
      in srgb,
      var(--group-accent) 12%,
      transparent
    );
}


/* Activation */

.lmct-bonuses__activation {
  margin-top: clamp(64px, 7vw, 108px);
  padding: clamp(30px, 3vw, 48px);
  border-radius: 26px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 98, 75, 0.07),
      transparent 34%
    ),
    rgba(8, 29, 42, 0.74);
}

.lmct-bonuses__activation-heading {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(360px, 0.6fr);
  gap: 70px;
  align-items: end;
}

.lmct-bonuses__activation-heading
.lmct-bonuses__section-label,
.lmct-bonuses__activation-heading h3 {
  grid-column: 1;
}

.lmct-bonuses__activation-heading > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.lmct-bonuses__activation-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lmct-activation-item {
  min-height: 205px;
  padding: 23px;
  border-top: 3px solid var(--bonus-coral);
  border-radius: 0 0 14px 14px;
  background: rgba(17, 48, 64, 0.82);
}

.lmct-activation-item:nth-child(2) {
  border-color: var(--bonus-cyan);
}

.lmct-activation-item:nth-child(3) {
  border-color: var(--bonus-blue);
}

.lmct-activation-item:nth-child(4) {
  border-color: var(--bonus-lime);
}

.lmct-activation-item__icon {
  --group-accent: var(--bonus-coral);

  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.lmct-activation-item:nth-child(2)
.lmct-activation-item__icon {
  --group-accent: var(--bonus-cyan);
}

.lmct-activation-item:nth-child(3)
.lmct-activation-item__icon {
  --group-accent: var(--bonus-blue);
}

.lmct-activation-item:nth-child(4)
.lmct-activation-item__icon {
  --group-accent: var(--bonus-lime);
}

.lmct-activation-item h4 {
  margin: 18px 0 9px;
  color: var(--bonus-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.lmct-activation-item p {
  margin: 0;
  color: var(--bonus-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}


/* Terms notice */

.lmct-bonuses__notice {
  margin-top: 20px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(5, 22, 33, 0.76);
}

.lmct-bonuses__notice-icon,
.lmct-bonuses__age {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--bonus-coral);
  background: rgba(255, 98, 75, 0.12);
  font-size: 18px;
  font-weight: 900;
}

.lmct-bonuses__notice strong {
  color: var(--bonus-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.lmct-bonuses__notice p {
  margin: 5px 0 0;
  color: var(--bonus-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.lmct-bonuses__age {
  color: var(--bonus-text);
  background: rgba(75, 181, 207, 0.12);
  font-size: 14px;
}


/* Responsive */

@media (max-width: 1280px) {
  .lmct-bonuses__hero-content {
    width: min(780px, 63%);
  }

  .lmct-bonuses__hero-image {
    right: -11%;
    width: 86%;
  }

  .lmct-bonus-group {
    grid-column: span 6;
  }

  .lmct-bonus-group:last-child {
    grid-column: 4 / span 6;
  }

  .lmct-bonuses__groups-header,
  .lmct-bonuses__activation-heading {
    gap: 46px;
  }
}

@media (max-width: 980px) {
  .lmct-bonuses {
    padding: 82px 0;
  }

  .lmct-bonuses__container {
    width: min(100% - 40px, 1680px);
  }

  .lmct-bonuses__hero {
    min-height: auto;
    padding-top: 430px;
  }

  .lmct-bonuses__hero::after {
    background: linear-gradient(
      180deg,
      rgba(8, 31, 43, 0.04) 0%,
      rgba(8, 31, 43, 0.78) 35%,
      var(--bonus-bg) 58%,
      var(--bonus-bg) 100%
    );
  }

  .lmct-bonuses__hero-image {
    top: -35px;
    right: -8%;
    width: 116%;
    height: 570px;
    object-position: 70% 50%;
    -webkit-mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 67%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 67%,
      transparent 100%
    );
  }

  .lmct-bonuses__hero-content {
    width: 100%;
    padding-bottom: 0;
  }

  .lmct-bonuses__groups-header,
  .lmct-bonuses__activation-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lmct-bonuses__activation-heading
  .lmct-bonuses__section-label,
  .lmct-bonuses__activation-heading h3,
  .lmct-bonuses__activation-heading > p {
    grid-column: 1;
    grid-row: auto;
  }

  .lmct-bonus-group,
  .lmct-bonus-group--wide,
  .lmct-bonus-group:last-child {
    grid-column: span 12;
  }

  .lmct-bonuses__activation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lmct-bonuses {
    padding: 66px 0;
  }

  .lmct-bonuses__container {
    width: min(100% - 28px, 1680px);
  }

  .lmct-bonuses__hero {
    padding-top: 290px;
  }

  .lmct-bonuses__hero-image {
    top: -20px;
    right: -20%;
    width: 145%;
    height: 390px;
  }

  .lmct-bonuses__hero h2 {
    margin: 20px 0 24px;
    font-size: clamp(39px, 12vw, 56px);
  }

  .lmct-bonuses__intro p {
    font-size: 16px;
    line-height: 1.63;
  }

  .lmct-bonuses__welcome-grid,
  .lmct-bonus-list,
  .lmct-bonuses__activation-grid {
    grid-template-columns: 1fr;
  }

  .lmct-welcome-offer {
    min-height: 0;
  }

  .lmct-bonuses__groups-header {
    margin-top: 72px;
  }

  .lmct-bonus-group {
    padding: 22px 18px;
    border-radius: 17px;
  }

  .lmct-bonus-group__heading {
    gap: 13px;
  }

  .lmct-bonus-group__icon {
    width: 43px;
    height: 43px;
  }

  .lmct-bonus-group h4 {
    font-size: 21px;
  }

  .lmct-bonuses__activation {
    padding: 25px 18px;
    border-radius: 19px;
  }

  .lmct-activation-item {
    min-height: 0;
  }

  .lmct-bonuses__notice {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .lmct-bonuses__age {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmct-bonuses *,
  .lmct-bonuses *::before,
  .lmct-bonuses *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

/* ==================================================
              LMCT BONUSES SECTION END
================================================== */
/* ==================================================
                   LMCT SPORTS SECTION
================================================== */

.lmct-sports {
  --sports-bg: #0b1f2e;
  --sports-panel: #10293a;
  --sports-panel-light: #153247;
  --sports-text: #f7f9fb;
  --sports-muted: #b7c4cc;
  --sports-line: rgba(114, 164, 188, 0.19);
  --sports-coral: #ff624b;
  --sports-cyan: #49b1ce;
  --sports-blue: #5794e9;
  --sports-lime: #b7da43;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 8vw, 148px) 0;
  color: var(--sports-text);
  background:
    radial-gradient(
      circle at 8% 32%,
      rgba(73, 177, 206, 0.1),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 68%,
      rgba(255, 98, 75, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #142b3f 0%,
      #10283a 37%,
      #0b1f2e 100%
    );
}

.lmct-sports::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.023) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.023) 1px,
      transparent 1px
    );
  background-size: 72px 72px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 14%,
    #000 86%,
    transparent
  );
}

.lmct-sports,
.lmct-sports * {
  box-sizing: border-box;
}

.lmct-sports__container {
  width: min(1680px, calc(100% - 64px));
  margin: 0 auto;
}


/* Hero */

.lmct-sports__hero {
  position: relative;
  min-height: clamp(680px, 49vw, 840px);
  display: flex;
  align-items: center;
}

.lmct-sports__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #142b3f 0%,
      rgba(20, 43, 63, 0.98) 27%,
      rgba(16, 40, 58, 0.7) 48%,
      transparent 72%
    ),
    linear-gradient(
      180deg,
      #142b3f 0%,
      transparent 13%,
      transparent 84%,
      #10283a 100%
    );
}

.lmct-sports__hero-image {
  position: absolute;
  z-index: -2;
  top: 0;
  right: -2%;
  width: 82%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 70% 50%;
  filter: saturate(0.9) contrast(1.04);

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 18%,
      #000 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 7%,
      #000 93%,
      transparent 100%
    );

  -webkit-mask-composite: source-in;

  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 18%,
      #000 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 7%,
      #000 93%,
      transparent 100%
    );

  mask-composite: intersect;
}

.lmct-sports__hero-content {
  width: min(850px, 57%);
  padding: 40px 0 50px;
}

.lmct-sports__eyebrow,
.lmct-sports__section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sports-coral);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lmct-sports__eyebrow::before,
.lmct-sports__section-label::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.lmct-sports__hero h2 {
  max-width: 850px;
  margin: 25px 0 29px;
  color: var(--sports-text);
  font-size: clamp(50px, 5.1vw, 86px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.052em;
  text-transform: uppercase;
}

.lmct-sports__hero h2 span {
  display: block;
  margin-top: 10px;
  color: var(--sports-coral);
}

.lmct-sports__intro {
  max-width: 780px;
}

.lmct-sports__intro p {
  margin: 0 0 16px;
  color: var(--sports-muted);
  font-size: clamp(17px, 1.18vw, 20px);
  font-weight: 500;
  line-height: 1.7;
}

.lmct-sports__intro p:last-child {
  margin-bottom: 0;
}

.lmct-sports__hero-features {
  max-width: 820px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lmct-sports__hero-features > div {
  min-height: 64px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: rgba(7, 26, 38, 0.76);
  backdrop-filter: blur(10px);
}

.lmct-sports__hero-features span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--sports-cyan);
  background: rgba(73, 177, 206, 0.12);
}

.lmct-sports__hero-features > div:nth-child(2) span,
.lmct-sports__hero-features > div:nth-child(4) span {
  color: var(--sports-coral);
  background: rgba(255, 98, 75, 0.12);
}

.lmct-sports__hero-features svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-sports__hero-features strong {
  color: var(--sports-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}


/* Shared headings */

.lmct-sports__section-heading {
  margin: clamp(66px, 7vw, 108px) 0 32px;
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(380px, 0.68fr);
  gap: 76px;
  align-items: end;
}

.lmct-sports__section-heading h3,
.lmct-sports__odds-heading h3 {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--sports-text);
  font-size: clamp(36px, 3.55vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.lmct-sports__section-heading > p,
.lmct-sports__odds-heading > p {
  margin: 0;
  color: var(--sports-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}


/* Sports catalogue */

.lmct-sports__catalogue {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lmct-sport-tile {
  min-width: 0;
  min-height: 108px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--sports-line);
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035),
      transparent 50%
    ),
    rgba(14, 40, 56, 0.9);
}

.lmct-sport-tile__icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--sports-cyan);
  background: rgba(73, 177, 206, 0.11);
}

.lmct-sport-tile:nth-child(4n + 2)
.lmct-sport-tile__icon {
  color: var(--sports-coral);
  background: rgba(255, 98, 75, 0.11);
}

.lmct-sport-tile:nth-child(4n + 3)
.lmct-sport-tile__icon {
  color: var(--sports-blue);
  background: rgba(87, 148, 233, 0.11);
}

.lmct-sport-tile:nth-child(4n + 4)
.lmct-sport-tile__icon {
  color: var(--sports-lime);
  background: rgba(183, 218, 67, 0.1);
}

.lmct-sport-tile svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-sport-tile h4 {
  margin: 0;
  color: var(--sports-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.lmct-sport-tile p {
  margin: 6px 0 0;
  color: var(--sports-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}


/* Betting experience */

.lmct-sports__section-heading--experience {
  margin-top: clamp(76px, 8vw, 124px);
}

.lmct-sports__experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lmct-sports-feature {
  --feature-accent: var(--sports-coral);

  min-height: 330px;
  padding: clamp(25px, 2.4vw, 38px);
  border: 1px solid var(--sports-line);
  border-top: 4px solid var(--feature-accent);
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.04),
      transparent 48%
    ),
    rgba(14, 39, 55, 0.94);
}

.lmct-sports-feature--coral {
  --feature-accent: var(--sports-coral);
}

.lmct-sports-feature--cyan {
  --feature-accent: var(--sports-cyan);
}

.lmct-sports-feature--blue {
  --feature-accent: var(--sports-blue);
}

.lmct-sports-feature__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lmct-sports-feature__top > span:last-child {
  color: var(--feature-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-sports-feature__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--feature-accent);
  background: rgba(255, 255, 255, 0.055);
}

.lmct-sports-feature__icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-sports-feature h4 {
  margin: 27px 0 15px;
  color: var(--sports-text);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.lmct-sports-feature p {
  margin: 0;
  color: var(--sports-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
}


/* Virtual Sports and Racing */

.lmct-sports__extended {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lmct-sports-channel {
  min-height: 280px;
  padding: clamp(28px, 3vw, 46px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(73, 177, 206, 0.14),
      transparent 34%
    ),
    linear-gradient(135deg, #123247, #0d2638);
}

.lmct-sports-channel--racing {
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(255, 98, 75, 0.13),
      transparent 34%
    ),
    linear-gradient(135deg, #153044, #0e2637);
}

.lmct-sports-channel__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--sports-cyan);
  background: rgba(73, 177, 206, 0.12);
}

.lmct-sports-channel--racing
.lmct-sports-channel__icon {
  color: var(--sports-coral);
  background: rgba(255, 98, 75, 0.12);
}

.lmct-sports-channel__icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-sports-channel > div > span {
  display: block;
  margin: 2px 0 10px;
  color: var(--sports-cyan);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-sports-channel--racing > div > span {
  color: var(--sports-coral);
}

.lmct-sports-channel h3 {
  margin: 0;
  color: var(--sports-text);
  font-size: clamp(28px, 2.35vw, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.lmct-sports-channel p {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--sports-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
}


/* Odds */

.lmct-sports__odds {
  margin-top: clamp(76px, 8vw, 120px);
  padding: clamp(32px, 3.5vw, 56px);
  border-radius: 27px;
  background:
    linear-gradient(
      120deg,
      rgba(73, 177, 206, 0.07),
      transparent 34%
    ),
    rgba(8, 27, 40, 0.76);
}

.lmct-sports__odds-heading {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(360px, 0.6fr);
  gap: 66px;
  align-items: end;
}

.lmct-sports__odds-heading
.lmct-sports__section-label,
.lmct-sports__odds-heading h3 {
  grid-column: 1;
}

.lmct-sports__odds-heading > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.lmct-sports__odds-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lmct-sports__odds-grid article {
  min-height: 180px;
  padding: 23px;
  border-top: 3px solid var(--sports-cyan);
  border-radius: 0 0 15px 15px;
  background: rgba(17, 45, 61, 0.88);
}

.lmct-sports__odds-grid article:nth-child(2) {
  border-color: var(--sports-coral);
}

.lmct-sports__odds-grid article:nth-child(3) {
  border-color: var(--sports-blue);
}

.lmct-sports__odds-grid
.lmct-sports__slip-card {
  border-color: var(--sports-lime);
}

.lmct-sports__odds-grid span {
  display: block;
  color: var(--sports-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-sports__odds-grid strong {
  display: block;
  margin-top: 13px;
  color: var(--sports-text);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.lmct-sports__odds-grid p {
  margin: 12px 0 0;
  color: var(--sports-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}


/* Closing */

.lmct-sports__closing {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.lmct-sports__closing > span {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(73, 177, 206, 0.46)
  );
}

.lmct-sports__closing > span:last-child {
  background: linear-gradient(
    90deg,
    rgba(255, 98, 75, 0.46),
    transparent
  );
}

.lmct-sports__closing p {
  max-width: 840px;
  margin: 0;
  color: var(--sports-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}


/* Responsive */

@media (max-width: 1280px) {
  .lmct-sports__hero-content {
    width: min(790px, 63%);
  }

  .lmct-sports__hero-image {
    right: -10%;
    width: 90%;
  }

  .lmct-sports__catalogue {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lmct-sports__section-heading,
  .lmct-sports__odds-heading {
    gap: 46px;
  }
}

@media (max-width: 980px) {
  .lmct-sports {
    padding: 82px 0;
  }

  .lmct-sports__container {
    width: min(100% - 40px, 1680px);
  }

  .lmct-sports__hero {
    min-height: auto;
    padding-top: 420px;
  }

  .lmct-sports__hero::after {
    background: linear-gradient(
      180deg,
      rgba(20, 43, 63, 0.03) 0%,
      rgba(20, 43, 63, 0.72) 35%,
      #142b3f 58%,
      #10283a 100%
    );
  }

  .lmct-sports__hero-image {
    top: -30px;
    right: -7%;
    width: 116%;
    height: 560px;

    -webkit-mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 68%,
      transparent 100%
    );

    mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 68%,
      transparent 100%
    );
  }

  .lmct-sports__hero-content {
    width: 100%;
    padding-bottom: 0;
  }

  .lmct-sports__section-heading,
  .lmct-sports__odds-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lmct-sports__odds-heading
  .lmct-sports__section-label,
  .lmct-sports__odds-heading h3,
  .lmct-sports__odds-heading > p {
    grid-column: 1;
    grid-row: auto;
  }

  .lmct-sports__catalogue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmct-sports__experience-grid {
    grid-template-columns: 1fr;
  }

  .lmct-sports-feature {
    min-height: 0;
  }

  .lmct-sports__extended {
    grid-template-columns: 1fr;
  }

  .lmct-sports__odds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lmct-sports {
    padding: 66px 0;
  }

  .lmct-sports__container {
    width: min(100% - 28px, 1680px);
  }

  .lmct-sports__hero {
    padding-top: 285px;
  }

  .lmct-sports__hero-image {
    top: -10px;
    right: -27%;
    width: 154%;
    height: 390px;
    object-position: 73% 50%;
  }

  .lmct-sports__hero h2 {
    margin: 20px 0 24px;
    font-size: clamp(39px, 12vw, 56px);
  }

  .lmct-sports__intro p {
    font-size: 16px;
    line-height: 1.63;
  }

  .lmct-sports__hero-features,
  .lmct-sports__catalogue,
  .lmct-sports__odds-grid {
    grid-template-columns: 1fr;
  }

  .lmct-sport-tile {
    min-height: 96px;
  }

  .lmct-sports-channel {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }

  .lmct-sports__odds {
    padding: 25px 18px;
    border-radius: 19px;
  }

  .lmct-sports__odds-grid article {
    min-height: 0;
  }

  .lmct-sports__closing {
    grid-template-columns: 34px 1fr 34px;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmct-sports *,
  .lmct-sports *::before,
  .lmct-sports *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

/* ==================================================
                LMCT SPORTS SECTION END
================================================== */
/* ==================================================
               LMCT PROVIDERS — REVISED
================================================== */

.lmct-providers {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 8vw, 145px) 0;
  color: #f6fbff;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(33, 177, 181, 0.15),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 76%,
      rgba(255, 98, 76, 0.09),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #142b3f 0%,
      #103540 52%,
      #0b2934 100%
    );
}

.lmct-providers::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}

.lmct-providers__container {
  position: relative;
  z-index: 1;
  width: min(1680px, calc(100% - 64px));
  margin: 0 auto;
}

.lmct-providers__header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(310px, 0.65fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.lmct-providers__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #ff6a55;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lmct-providers__eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: #ff604c;
}

.lmct-providers__heading h2 {
  max-width: 950px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(3rem, 5.2vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.lmct-providers__heading h2 strong {
  display: block;
  color: #5ed7d4;
  font: inherit;
}

.lmct-providers__heading p {
  max-width: 880px;
  margin: 30px 0 0;
  color: rgba(232, 243, 249, 0.76);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.lmct-providers__summary {
  display: grid;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(111, 215, 214, 0.2);
  border-radius: 26px;
  background: rgba(5, 29, 39, 0.54);
  box-shadow: 0 24px 60px rgba(0, 12, 21, 0.2);
  backdrop-filter: blur(12px);
}

.lmct-providers__count {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.lmct-providers__count strong {
  color: #c7ef42;
  font-size: clamp(3.8rem, 5vw, 6rem);
  font-weight: 900;
  line-height: 0.78;
}

.lmct-providers__count span {
  max-width: 130px;
  color: #f5fbff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lmct-providers__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lmct-providers__categories span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(241, 248, 252, 0.82);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lmct-providers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lmct-provider {
  --provider-rgb: 94, 215, 212;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 148px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(var(--provider-rgb), 0.38);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 50% 120%,
      rgba(var(--provider-rgb), 0.23),
      transparent 54%
    ),
    linear-gradient(
      145deg,
      rgba(var(--provider-rgb), 0.1),
      rgba(5, 28, 39, 0.88) 58%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 12, 20, 0.16);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.lmct-provider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: rgb(var(--provider-rgb));
  box-shadow: 0 0 18px rgba(var(--provider-rgb), 0.65);
}

.lmct-provider::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 70px;
  border-radius: 50%;
  background: rgba(var(--provider-rgb), 0.13);
  filter: blur(30px);
  pointer-events: none;
}

.lmct-provider:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--provider-rgb), 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 48px rgba(0, 12, 20, 0.24),
    0 0 28px rgba(var(--provider-rgb), 0.1);
}

.lmct-provider img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 68px;
  margin: auto;
  object-fit: contain;


  filter: none;
  opacity: 1;
}


.lmct-provider > span {
  display: none;
}


.lmct-provider:nth-child(1) {
  --provider-rgb: 247, 146, 30;
}

.lmct-provider:nth-child(2) {
  --provider-rgb: 125, 186, 50;
}

.lmct-provider:nth-child(3) {
  --provider-rgb: 82, 174, 177;
}

.lmct-provider:nth-child(4) {
  --provider-rgb: 237, 42, 45;
}

.lmct-provider:nth-child(5) {
  --provider-rgb: 84, 196, 112;
}

.lmct-provider:nth-child(6) {
  --provider-rgb: 52, 145, 209;
}

.lmct-provider:nth-child(7) {
  --provider-rgb: 255, 42, 82;
}

.lmct-provider:nth-child(8) {
  --provider-rgb: 246, 134, 31;
}

.lmct-provider:nth-child(9) {
  --provider-rgb: 250, 187, 32;
}

.lmct-provider:nth-child(10) {
  --provider-rgb: 173, 99, 217;
}

.lmct-provider:nth-child(11) {
  --provider-rgb: 255, 91, 54;
}

.lmct-provider:nth-child(12) {
  --provider-rgb: 244, 215, 37;
}

.lmct-provider:nth-child(13) {
  --provider-rgb: 211, 211, 211;
}

.lmct-provider:nth-child(14) {
  --provider-rgb: 239, 237, 36;
}

.lmct-provider:nth-child(15) {
  --provider-rgb: 255, 122, 25;
}

.lmct-provider:nth-child(16) {
  --provider-rgb: 75, 191, 132;
}


.lmct-provider:nth-child(4) img {
  max-width: 74%;
}

.lmct-provider:nth-child(6) img,
.lmct-provider:nth-child(7) img {
  max-height: 62px;
}

.lmct-provider:nth-child(8) img,
.lmct-provider:nth-child(13) img,
.lmct-provider:nth-child(14) img {
  max-width: 70%;
}

.lmct-providers__footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 48px;
}

.lmct-providers__footer span {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(102, 220, 217, 0.4)
  );
}

.lmct-providers__footer span:last-child {
  background: linear-gradient(
    90deg,
    rgba(102, 220, 217, 0.4),
    transparent
  );
}

.lmct-providers__footer p {
  max-width: 720px;
  margin: 0;
  color: #f3f9fc;
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
}

.lmct-providers__note {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(214, 229, 236, 0.52);
  font-size: 0.76rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1100px) {
  .lmct-providers__header {
    grid-template-columns: 1fr;
  }

  .lmct-providers__summary {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .lmct-providers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lmct-providers {
    padding: 78px 0;
  }

  .lmct-providers__container {
    width: min(100% - 32px, 1680px);
  }

  .lmct-providers__heading h2 {
    font-size: clamp(2.6rem, 13vw, 4.6rem);
  }

  .lmct-providers__summary {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .lmct-providers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lmct-provider {
    min-height: 112px;
    padding: 20px;
    border-radius: 17px;
  }

  .lmct-provider img {
    max-width: 84%;
    max-height: 52px;
  }

  .lmct-providers__footer {
    grid-template-columns: 1fr;
  }

  .lmct-providers__footer span {
    display: none;
  }
}

@media (max-width: 430px) {
  .lmct-providers__grid {
    grid-template-columns: 1fr;
  }
}
/* ==================================================
   LMCT PAYMENTS SECTION
================================================== */

.lmct-payments {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #f4fbff;
  background:
    radial-gradient(circle at 15% 18%, rgba(38, 197, 186, 0.22), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(255, 91, 69, 0.15), transparent 30%),
    linear-gradient(135deg, #071722 0%, #0b2530 45%, #151b32 100%);
}

.lmct-payments::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
}

.lmct-payments .container {
  position: relative;
  z-index: 1;
}

.lmct-payments__inner {
  max-width: 1500px;
  margin: 0 auto;
}

.lmct-payments__intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.lmct-payments__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #ff674f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.lmct-payments__eyebrow::before {
  content: "";
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: #ff674f;
}

.lmct-payments h2 {
  margin: 0;
  max-width: 820px;
  color: #ffffff;
  font-size: 74px;
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}

.lmct-payments h2 span {
  display: block;
  color: #5fe1dc;
}

.lmct-payments__intro > p:not(.lmct-payments__eyebrow) {
  margin: 0;
  color: rgba(244, 251, 255, 0.74);
  font-size: 19px;
  line-height: 1.75;
}

.lmct-payments__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.lmct-payments__summary div {
  min-height: 118px;
  padding: 24px;
  border: 1px solid rgba(95, 225, 220, 0.2);
  border-radius: 8px;
  background: rgba(4, 27, 34, 0.72);
  box-shadow: inset 0 -3px 0 rgba(255, 103, 79, 0.85);
}

.lmct-payments__summary strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.lmct-payments__summary span {
  color: rgba(244, 251, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.lmct-payments__switcher {
  border: 1px solid rgba(95, 225, 220, 0.2);
  border-radius: 8px;
  background: rgba(5, 20, 29, 0.76);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.lmct-payments__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lmct-payments__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.lmct-payments__tab {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  background: rgba(9, 44, 55, 0.75);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lmct-payments__tab-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  color: #061018;
  background: #5fe1dc;
  font-size: 24px;
  font-weight: 950;
}

.lmct-payments__tab strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.lmct-payments__tab small {
  display: block;
  margin-top: 5px;
  color: rgba(244, 251, 255, 0.6);
  font-size: 14px;
}

#lmct-payment-deposit:checked ~ .lmct-payments__tabs .lmct-payments__tab--deposit,
#lmct-payment-withdrawal:checked ~ .lmct-payments__tabs .lmct-payments__tab--withdrawal {
  border-color: rgba(255, 103, 79, 0.7);
  background: linear-gradient(135deg, rgba(255, 103, 79, 0.22), rgba(9, 44, 55, 0.86));
}

#lmct-payment-deposit:checked ~ .lmct-payments__tabs .lmct-payments__tab--deposit .lmct-payments__tab-icon,
#lmct-payment-withdrawal:checked ~ .lmct-payments__tabs .lmct-payments__tab--withdrawal .lmct-payments__tab-icon {
  background: #ff674f;
  color: #ffffff;
}

.lmct-payments__panels {
  padding: 30px;
}

.lmct-payments__panel {
  display: none;
}

#lmct-payment-deposit:checked ~ .lmct-payments__panels .lmct-payments__panel--deposit,
#lmct-payment-withdrawal:checked ~ .lmct-payments__panels .lmct-payments__panel--withdrawal {
  display: block;
}

.lmct-payments__panel-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(95, 225, 220, 0.18);
}

.lmct-payments__panel-head p {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  text-transform: uppercase;
}

.lmct-payments__panel-head span {
  max-width: 560px;
  color: rgba(244, 251, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.lmct-payments__group + .lmct-payments__group {
  margin-top: 34px;
}

.lmct-payments__group h3 {
  margin: 0 0 18px;
  color: #bff43d;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lmct-payments__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lmct-payments__grid--crypto {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lmct-payments__method {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  column-gap: 15px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(95, 225, 220, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    rgba(4, 26, 35, 0.86);
}

.lmct-payments__method img,
.lmct-payments__method b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.lmct-payments__method img {
  padding: 9px;
  object-fit: contain;
}

.lmct-payments__method b {
  color: #5fe1dc;
  font-size: 17px;
  font-weight: 950;
}

.lmct-payments__method strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.lmct-payments__method span {
  display: block;
  margin-top: 6px;
  color: rgba(244, 251, 255, 0.58);
  font-size: 13px;
  line-height: 1.35;
}

.lmct-payments__group--crypto .lmct-payments__method {
  border-color: rgba(191, 244, 61, 0.16);
}

.lmct-payments__note {
  max-width: 980px;
  margin: 28px auto 0;
  color: rgba(244, 251, 255, 0.55);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 1180px) {
  .lmct-payments__intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .lmct-payments h2 {
    font-size: 58px;
  }

  .lmct-payments__grid,
  .lmct-payments__grid--crypto {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lmct-payments__summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .lmct-payments {
    padding: 78px 0;
  }

  .lmct-payments h2 {
    font-size: 42px;
  }

  .lmct-payments__tabs,
  .lmct-payments__summary,
  .lmct-payments__grid,
  .lmct-payments__grid--crypto {
    grid-template-columns: 1fr;
  }

  .lmct-payments__panels {
    padding: 18px;
  }

  .lmct-payments__panel-head {
    display: block;
  }

  .lmct-payments__panel-head span {
    display: block;
    margin-top: 10px;
    text-align: left;
  }
}
/* ==================================================
   LMCT PAYMENTS FIX — CENTERED CLEAN VERSION
================================================== */

.lmct-payments {
  padding: 76px 0 86px !important;
}

.lmct-payments__inner {
  max-width: 1480px !important;
  margin: 0 auto !important;
}

.lmct-payments__intro,
.lmct-payments__top {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto 38px !important;
  text-align: center !important;
}

.lmct-payments__headline {
  text-align: center !important;
}

.lmct-payments__eyebrow {
  justify-content: center !important;
  margin: 0 auto 18px !important;
}

.lmct-payments h2 {
  max-width: 850px !important;
  margin: 0 auto 26px !important;
  font-size: 68px !important;
  line-height: 0.98 !important;
  text-align: center !important;
}

.lmct-payments__intro > p:not(.lmct-payments__eyebrow),
.lmct-payments__copy > p {
  max-width: 840px !important;
  margin: 0 auto !important;
  color: rgba(244, 251, 255, 0.76) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.lmct-payments__copy {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.lmct-payments__summary,
.lmct-payments__features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: 1180px !important;
  margin: 34px auto 30px !important;
}

.lmct-payments__summary div,
.lmct-payments__features div {
  min-height: 108px !important;
  padding: 22px !important;
  border: 1px solid rgba(95, 225, 220, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(4, 27, 34, 0.74) !important;
  text-align: left !important;
}

.lmct-payments__cashier,
.lmct-payments__switcher {
  max-width: 1320px !important;
  margin: 0 auto !important;
}

@media (max-width: 980px) {
  .lmct-payments h2 {
    font-size: 52px !important;
  }

  .lmct-payments__summary,
  .lmct-payments__features {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .lmct-payments {
    padding: 58px 0 68px !important;
  }

  .lmct-payments h2 {
    font-size: 38px !important;
  }

  .lmct-payments__intro > p:not(.lmct-payments__eyebrow),
  .lmct-payments__copy > p {
    font-size: 16px !important;
  }
}

/* ==================================================
                    LMCT ABOUT
================================================== */

.lmct-about {
  position: relative;
  isolation: isolate;
  padding: 110px 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(255, 111, 92, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 22%,
      rgba(42, 226, 205, 0.12),
      transparent 32%
    ),
    linear-gradient(180deg, #061822 0%, #082b33 50%, #061923 100%);
  overflow: hidden;
}

.lmct-about,
.lmct-about * {
  box-sizing: border-box;
}

.lmct-about::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.lmct-about::after {
  position: absolute;
  top: 280px;
  right: -180px;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(35, 224, 201, 0.1);
  filter: blur(110px);
  content: "";
  pointer-events: none;
}

.lmct-about__container {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 64px));
  margin: 0 auto;
}

/* ==================================================
                       HEADER
================================================== */

.lmct-about__header {
  max-width: 960px;
  margin: 0 auto 58px;
  text-align: center;
}

.lmct-about__eyebrow,
.lmct-about__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 9px 16px;
  border: 1px solid rgba(45, 235, 211, 0.34);
  border-radius: 999px;
  color: #36ead3;
  background: rgba(45, 235, 211, 0.08);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.lmct-about__header h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.lmct-about__header h2 span {
  display: block;
  margin-top: 7px;
  color: #ff7866;
}

.lmct-about__header p {
  max-width: 820px;
  margin: 0 auto;
  color: #bdcdcf;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

/* ==================================================
                       SHOWCASE
================================================== */

.lmct-about__showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 34px;
}

.lmct-about__story,
.lmct-about__platform {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lmct-about__story {
  padding: 48px;
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 111, 92, 0.11),
      transparent 40%
    ),
    linear-gradient(145deg, rgba(10, 49, 58, 0.98), rgba(5, 22, 31, 0.98));
}

.lmct-about__story h3 {
  margin: 0 0 26px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

.lmct-about__story h3 span {
  display: block;
  margin-top: 6px;
  color: #ff7866;
}

.lmct-about__story p {
  margin: 0 0 17px;
  color: #bdcacc;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.76;
  font-weight: 500;
}

.lmct-about__story .lmct-about__lead {
  color: #e4eded;
  font-size: 16px;
}

.lmct-about__story p:last-child {
  margin-bottom: 0;
}

/* ==================================================
                PLATFORM WINDOW
================================================== */

.lmct-about__platform {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(45, 235, 211, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, #071d29 0%, #06141e 100%);
  overflow: hidden;
}

.lmct-about__platform::before {
  position: absolute;
  top: 110px;
  right: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 111, 92, 0.1);
  filter: blur(70px);
  content: "";
  pointer-events: none;
}

.lmct-about__platform-topbar {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 13, 20, 0.55);
}

.lmct-about__platform-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.lmct-about__platform-topbar span:nth-child(1) {
  background: #ff7866;
}

.lmct-about__platform-topbar span:nth-child(2) {
  background: #c9ff5d;
}

.lmct-about__platform-topbar span:nth-child(3) {
  background: #35ead3;
}

.lmct-about__platform-topbar i {
  width: 38%;
  height: 8px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.lmct-about__platform-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 38px;
}

.lmct-about__platform-intro {
  margin-bottom: 28px;
}

.lmct-about__platform-intro > span {
  display: block;
  margin-bottom: 11px;
  color: #c9ff5d;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.lmct-about__platform-intro h3 {
  max-width: 520px;
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(27px, 2.5vw, 40px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.lmct-about__platform-intro p {
  margin: 0;
  color: #91a6aa;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* ==================================================
                    PLATFORM CHOICES
================================================== */

.lmct-about__choices {
  display: grid;
  gap: 13px;
}

.lmct-about-choice {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.lmct-about-choice::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 3px;
  content: "";
}

.lmct-about-choice--slots::before {
  background: #ff7866;
}

.lmct-about-choice--live::before {
  background: #35ead3;
}

.lmct-about-choice--sports::before {
  background: #b891ff;
}

.lmct-about-choice:hover {
  border-color: rgba(53, 234, 211, 0.3);
  background: rgba(255, 255, 255, 0.065);
  transform: translateX(4px);
}

.lmct-about-choice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 15px;
  font-size: 17px;
}

.lmct-about-choice--slots .lmct-about-choice__icon {
  color: #ff7866;
  background: rgba(255, 120, 102, 0.09);
}

.lmct-about-choice--live .lmct-about-choice__icon {
  color: #35ead3;
  background: rgba(53, 234, 211, 0.09);
}

.lmct-about-choice--sports .lmct-about-choice__icon {
  color: #b891ff;
  background: rgba(184, 145, 255, 0.09);
}

.lmct-about-choice h4 {
  margin: 0 0 5px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.lmct-about-choice p {
  margin: 0;
  color: #91a5a8;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.lmct-about-choice__arrow {
  color: #8ca2a5;
  font-size: 21px;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.lmct-about-choice:hover .lmct-about-choice__arrow {
  color: #35ead3;
  transform: translateX(3px);
}

.lmct-about__platform-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 24px 4px 0;
}

.lmct-about__platform-note > span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #061923;
  background: #c9ff5d;
  font-size: 13px;
  font-weight: 900;
}

.lmct-about__platform-note p {
  margin: 0;
  color: #c5d1d2;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

/* ==================================================
                    FEATURE CARDS
================================================== */

.lmct-about__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lmct-about-card {
  position: relative;
  min-width: 0;
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 255, 255, 0.06),
      transparent 38%
    ),
    rgba(7, 30, 40, 0.85);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.lmct-about-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}

.lmct-about-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border: 1px solid currentColor;
  border-radius: 15px;
  font-size: 17px;
}

.lmct-about-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 850;
}

.lmct-about-card p {
  margin: 0;
  color: #aebfc1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.lmct-about-card--coral .lmct-about-card__icon {
  color: #ff7866;
  background: rgba(255, 120, 102, 0.09);
}

.lmct-about-card--cyan .lmct-about-card__icon {
  color: #35ead3;
  background: rgba(53, 234, 211, 0.09);
}

.lmct-about-card--violet .lmct-about-card__icon {
  color: #b891ff;
  background: rgba(184, 145, 255, 0.09);
}

.lmct-about-card--lime .lmct-about-card__icon {
  color: #c9ff5d;
  background: rgba(201, 255, 93, 0.08);
}

.lmct-about-card--blue .lmct-about-card__icon {
  color: #69a7ff;
  background: rgba(105, 167, 255, 0.09);
}

.lmct-about-card--teal .lmct-about-card__icon {
  color: #52d9c4;
  background: rgba(82, 217, 196, 0.09);
}

/* ==================================================
                       CLOSING
================================================== */

.lmct-about__closing {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) minmax(0, 750px) minmax(40px, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 56px;
}

.lmct-about__closing > span {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(53, 234, 211, 0.4)
  );
}

.lmct-about__closing > span:last-child {
  background: linear-gradient(
    90deg,
    rgba(53, 234, 211, 0.4),
    transparent
  );
}

.lmct-about__closing p {
  margin: 0;
  color: #cbd6d7;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

/* ==================================================
                      RESPONSIVE
================================================== */

@media (max-width: 1100px) {
  .lmct-about {
    padding: 90px 0;
  }

  .lmct-about__showcase {
    grid-template-columns: 1fr;
  }

  .lmct-about__platform {
    min-height: 630px;
  }

  .lmct-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lmct-about {
    padding: 72px 0;
  }

  .lmct-about__container {
    width: min(100% - 30px, 1460px);
  }

  .lmct-about__header {
    margin-bottom: 38px;
  }

  .lmct-about__header h2 {
    font-size: clamp(36px, 11vw, 50px);
    letter-spacing: -1.2px;
  }

  .lmct-about__header p {
    font-size: 15px;
    line-height: 1.7;
  }

  .lmct-about__story {
    padding: 30px 24px;
    border-radius: 23px;
  }

  .lmct-about__story h3 {
    font-size: 33px;
  }

  .lmct-about__platform {
    min-height: 0;
    border-radius: 23px;
  }

  .lmct-about__platform-content {
    padding: 30px 20px 25px;
  }

  .lmct-about__platform-intro h3 {
    font-size: 29px;
  }

  .lmct-about-choice {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 13px;
    min-height: 86px;
    padding: 15px;
  }

  .lmct-about-choice__icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
  }

  .lmct-about-choice__arrow {
    display: none;
  }

  .lmct-about__platform-note {
    margin-top: 5px;
    padding-top: 22px;
  }

  .lmct-about__grid {
    grid-template-columns: 1fr;
  }

  .lmct-about-card {
    min-height: 0;
    padding: 25px;
    border-radius: 21px;
  }

  .lmct-about__closing {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }

  .lmct-about__closing > span {
    width: 100%;
  }

  .lmct-about__closing p {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .lmct-about__container {
    width: min(100% - 22px, 1460px);
  }

  .lmct-about__eyebrow,
  .lmct-about__label {
    font-size: 9px;
    letter-spacing: 1.1px;
  }

  .lmct-about__story,
  .lmct-about__platform {
    border-radius: 20px;
  }

  .lmct-about__story {
    padding: 27px 20px;
  }

  .lmct-about__platform-content {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmct-about-choice,
  .lmct-about-choice__arrow,
  .lmct-about-card {
    transition: none;
  }

  .lmct-about-choice:hover,
  .lmct-about-card:hover {
    transform: none;
  }
}
/* ==================================================
                      LMCT FAQ
================================================== */

.lmct-faq {
  position: relative;
  isolation: isolate;
  padding: 110px 0;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(255, 111, 92, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 25%,
      rgba(42, 226, 205, 0.12),
      transparent 32%
    ),
    linear-gradient(180deg, #061923 0%, #082a33 52%, #061821 100%);
  overflow: hidden;
}

.lmct-faq,
.lmct-faq * {
  box-sizing: border-box;
}

.lmct-faq::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.lmct-faq::after {
  position: absolute;
  right: -180px;
  bottom: -180px;
  z-index: -1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(53, 234, 211, 0.1);
  filter: blur(100px);
  content: "";
  pointer-events: none;
}

.lmct-faq .container {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
}

/* ==================================================
                    FAQ HEADER
================================================== */

.lmct-faq__header {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.lmct-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 9px 16px;
  border: 1px solid rgba(53, 234, 211, 0.35);
  border-radius: 999px;
  color: #35ead3;
  background: rgba(53, 234, 211, 0.08);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.lmct-faq__header h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.lmct-faq__header h2 strong {
  display: block;
  margin-top: 7px;
  color: #ff7866;
  font: inherit;
}

.lmct-faq__header > p {
  max-width: 760px;
  margin: 0 auto;
  color: #b9c9cb;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

/* ==================================================
                      FAQ GRID
================================================== */

.lmct-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.lmct-faq__item {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 21px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(53, 234, 211, 0.06),
      transparent 35%
    ),
    rgba(5, 25, 35, 0.9);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.lmct-faq__item:hover {
  border-color: rgba(53, 234, 211, 0.25);
  transform: translateY(-2px);
}

.lmct-faq__item[open] {
  border-color: rgba(53, 234, 211, 0.34);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(53, 234, 211, 0.1),
      transparent 38%
    ),
    rgba(5, 29, 39, 0.98);
}

/* ==================================================
                    FAQ QUESTION
================================================== */

.lmct-faq__item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 22px 24px;
  color: #ffffff;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.lmct-faq__item summary::-webkit-details-marker {
  display: none;
}

.lmct-faq__item summary::marker {
  display: none;
  content: "";
}

.lmct-faq__item summary > span {
  color: #f3f7f7;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  transition: color 180ms ease;
}

.lmct-faq__item[open] summary > span {
  color: #35ead3;
}

/* ==================================================
                     PLUS ICON
================================================== */

.lmct-faq__item summary i {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(53, 234, 211, 0.3);
  border-radius: 11px;
  background: rgba(53, 234, 211, 0.07);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.lmct-faq__item summary i::before,
.lmct-faq__item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #35ead3;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.lmct-faq__item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lmct-faq__item[open] summary i {
  border-color: rgba(255, 120, 102, 0.4);
  background: rgba(255, 120, 102, 0.09);
  transform: rotate(180deg);
}

.lmct-faq__item[open] summary i::before,
.lmct-faq__item[open] summary i::after {
  background: #ff7866;
}

.lmct-faq__item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ==================================================
                     FAQ ANSWER
================================================== */

.lmct-faq__item > p {
  margin: 0;
  padding: 0 76px 24px 24px;
  color: #aebfc1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.lmct-faq__item[open] > p {
  animation: lmct-faq-answer 220ms ease both;
}

@keyframes lmct-faq-answer {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================================================
                     RESPONSIVE
================================================== */

@media (max-width: 980px) {
  .lmct-faq {
    padding: 90px 0;
  }

  .lmct-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lmct-faq {
    padding: 72px 0;
  }

  .lmct-faq .container {
    width: min(100% - 28px, 1380px);
  }

  .lmct-faq__header {
    margin-bottom: 38px;
  }

  .lmct-faq__header h2 {
    font-size: clamp(35px, 11vw, 48px);
    letter-spacing: -1.2px;
  }

  .lmct-faq__header > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .lmct-faq__grid {
    gap: 13px;
  }

  .lmct-faq__item {
    border-radius: 18px;
  }

  .lmct-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 31px;
    gap: 13px;
    min-height: 78px;
    padding: 19px 18px;
  }

  .lmct-faq__item summary > span {
    font-size: 14px;
  }

  .lmct-faq__item summary i {
    width: 31px;
    height: 31px;
    border-radius: 10px;
  }

  .lmct-faq__item > p {
    padding: 0 18px 21px;
    font-size: 13px;
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmct-faq__item,
  .lmct-faq__item summary > span,
  .lmct-faq__item summary i,
  .lmct-faq__item summary i::before,
  .lmct-faq__item summary i::after {
    transition: none;
  }

  .lmct-faq__item:hover {
    transform: none;
  }

  .lmct-faq__item[open] > p {
    animation: none;
  }
}
/* ==================================================
                    LMCT FOOTER
================================================== */

.lmct-footer {
  position: relative;
  padding: 48px 0 22px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 0,
      rgba(53, 234, 211, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 100%,
      rgba(255, 120, 102, 0.07),
      transparent 30%
    ),
    linear-gradient(180deg, #06131c 0%, #030a11 100%);
  border-top: 1px solid rgba(53, 234, 211, 0.16);
}

.lmct-footer,
.lmct-footer * {
  box-sizing: border-box;
}

.lmct-footer .container {
  width: min(1380px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
}

.lmct-footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 70px;
  align-items: center;
  padding-bottom: 34px;
}

.lmct-footer__logo {
  display: inline-block;
  margin-bottom: 16px;
}

.lmct-footer__logo img {
  display: block;
  width: 190px;
  height: auto;
}

.lmct-footer__brand > p {
  max-width: 420px;
  margin: 0;
  color: #aabbbd;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.lmct-footer__navigation h3 {
  margin: 0 0 18px;
  color: #35ead3;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lmct-footer__navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lmct-footer__navigation li {
  margin: 0;
  padding: 0;
}

.lmct-footer__navigation a {
  position: relative;
  display: inline-block;
  padding: 2px 0;
  color: #d1dcdd;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 750;
  text-decoration: none;
  transition: color 180ms ease;
}

.lmct-footer__navigation a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #ff7866;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.lmct-footer__navigation a:hover,
.lmct-footer__navigation a:focus-visible {
  color: #ffffff;
}

.lmct-footer__navigation a:hover::after,
.lmct-footer__navigation a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.lmct-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lmct-footer__responsible {
  display: flex;
  align-items: center;
  gap: 13px;
}

.lmct-footer__responsible strong {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(255, 120, 102, 0.42);
  border-radius: 50%;
  color: #ff7866;
  background: rgba(255, 120, 102, 0.08);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.lmct-footer__responsible p {
  margin: 0;
  color: #829497;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.lmct-footer__copyright {
  display: flex;
  align-items: center;
  gap: 25px;
}

.lmct-footer__copyright p {
  margin: 0;
  color: #708286;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.lmct-footer__copyright a {
  color: #b9c8ca;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.lmct-footer__copyright a span {
  margin-right: 6px;
  color: #35ead3;
  font-size: 15px;
}

.lmct-footer__copyright a:hover,
.lmct-footer__copyright a:focus-visible {
  color: #ffffff;
}

/* ==================================================
                 FOOTER RESPONSIVE
================================================== */

@media (max-width: 900px) {
  .lmct-footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lmct-footer__brand > p {
    max-width: 600px;
  }

  .lmct-footer__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lmct-footer__copyright {
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .lmct-footer {
    padding: 40px 0 20px;
  }

  .lmct-footer .container {
    width: min(100% - 28px, 1380px);
  }

  .lmct-footer__main {
    padding-bottom: 28px;
  }

  .lmct-footer__navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;
  }

  .lmct-footer__responsible {
    align-items: flex-start;
  }

  .lmct-footer__copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmct-footer__navigation a,
  .lmct-footer__navigation a::after,
  .lmct-footer__copyright a {
    transition: none;
  }
}
/* ==================================================
              LMCT HEADER LOGO FIX
================================================== */

.lmct-header .logo,
.lmct-header__logo {
  width: 174px !important;
  min-height: 0 !important;
  background: transparent !important;
}

.lmct-header .logo a,
.lmct-header__logo a {
  display: flex !important;
  align-items: center;
  width: 174px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.lmct-header .logo img,
.lmct-header__logo img {
  display: block;
  width: 160px !important;
  max-height: 52px !important;
  object-fit: contain;
  filter:
    brightness(1.38)
    saturate(1.12)
    contrast(1.04) !important;
}

@media (max-width: 575px) {
  .lmct-header .logo,
  .lmct-header__logo,
  .lmct-header .logo a,
  .lmct-header__logo a {
    width: 145px !important;
  }

  .lmct-header .logo img,
  .lmct-header__logo img {
    width: 138px !important;
    max-height: 46px !important;
  }
}
/* ==================================================
         LMCT FINAL SECTION COLOUR SYSTEM
================================================== */

/*
  Colour rhythm:

  Hero       — teal
  Casino     — navy
  Games      — slate blue
  Jackpots   — indigo
  Live       — blue violet
  Bonuses    — steel blue with coral
  Sports     — dark teal
  Providers  — muted blue
  Payments   — midnight indigo
  About      — deep teal
  FAQ        — dark navy
  Footer     — near black
*/


/* ==================================================
                       CASINO
================================================== */

.casino-section {
  background:
    radial-gradient(
      circle at 82% 16%,
      rgba(89, 79, 163, 0.13),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(51, 150, 164, 0.1),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #073640 0%,
      #0a2b37 14%,
      #0d2131 48%,
      #101827 100%
    ) !important;
}

.casino-experience__visual img {
  filter:
    brightness(0.88)
    saturate(0.82)
    contrast(1.04)
    hue-rotate(-5deg);
}


/* ==================================================
                  FEATURED GAMES
================================================== */

.featured-games {
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(91, 102, 170, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 68%,
      rgba(57, 140, 164, 0.1),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #101827 0%,
      #152437 22%,
      #1c3343 52%,
      #172337 100%
    ) !important;
}


/* ==================================================
                      JACKPOTS
================================================== */

.jackpot-section {
  background:
    radial-gradient(
      circle at 84% 24%,
      rgba(177, 70, 151, 0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 7% 70%,
      rgba(53, 137, 161, 0.1),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #172337 0%,
      #141b34 24%,
      #10172d 60%,
      #091e2b 100%
    ) !important;
}

.jackpot-section::before {
  background:
    linear-gradient(
      180deg,
      #172337 0%,
      rgba(23, 35, 55, 0) 100%
    ) !important;
}

.jackpot-section__visual img {
  filter:
    brightness(0.88)
    saturate(0.78)
    contrast(1.04)
    hue-rotate(-4deg);
}

.jackpot-section__visual::after {
  background:
    linear-gradient(
      90deg,
      #11192e 0%,
      rgba(17, 25, 46, 0.3) 12%,
      transparent 30%
    ),
    linear-gradient(
      180deg,
      rgba(17, 25, 46, 0.45) 0%,
      transparent 18%,
      transparent 82%,
      rgba(9, 30, 43, 0.7) 100%
    ) !important;
}


/* ==================================================
                    LIVE CASINO
================================================== */

.live-casino {
  background:
    radial-gradient(
      circle at 87% 20%,
      rgba(109, 73, 174, 0.16),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(52, 139, 165, 0.1),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #091e2b 0%,
      #101c31 22%,
      #15172f 55%,
      #0b202c 100%
    ) !important;
}

.live-casino::before {
  background:
    linear-gradient(
      180deg,
      #091e2b 0%,
      rgba(9, 30, 43, 0) 100%
    ) !important;
}

.live-casino__visual img {
  filter:
    brightness(0.88)
    saturate(0.8)
    contrast(1.03)
    hue-rotate(-5deg);
}

.live-casino__visual::after {
  background:
    linear-gradient(
      90deg,
      #12172d 0%,
      rgba(18, 23, 45, 0.25) 12%,
      transparent 30%
    ),
    linear-gradient(
      180deg,
      rgba(18, 23, 45, 0.42) 0%,
      transparent 18%,
      transparent 82%,
      rgba(11, 32, 44, 0.65) 100%
    ) !important;
}


/* ==================================================
                      BONUSES
================================================== */

.lmct-bonuses {
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(255, 98, 75, 0.1),
      transparent 31%
    ),
    radial-gradient(
      circle at 12% 58%,
      rgba(62, 150, 177, 0.1),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #0b202c 0%,
      #102b38 30%,
      #13283a 66%,
      #18223a 100%
    ) !important;
}

.lmct-bonuses__hero-image {
  filter:
    brightness(0.9)
    saturate(0.84)
    contrast(1.03);
}


/* ==================================================
                       SPORTS
================================================== */

.lmct-sports {
  background:
    radial-gradient(
      circle at 10% 30%,
      rgba(54, 152, 158, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 68%,
      rgba(255, 98, 75, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #18223a 0%,
      #122b37 20%,
      #0d2831 58%,
      #09242b 100%
    ) !important;
}

.lmct-sports__hero-image {
  filter:
    brightness(0.87)
    saturate(0.78)
    contrast(1.04)
    hue-rotate(-3deg);
}


/* ==================================================
                     PROVIDERS
================================================== */

.lmct-providers {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(44, 157, 164, 0.11),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 76%,
      rgba(255, 98, 76, 0.07),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #09242b 0%,
      #0e2d37 28%,
      #112e3a 62%,
      #15283a 100%
    ) !important;
}


/* ==================================================
                      PAYMENTS
================================================== */

.lmct-payments {
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(38, 177, 175, 0.13),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 28%,
      rgba(131, 75, 161, 0.11),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #15283a 0%,
      #112133 25%,
      #10192c 62%,
      #171426 100%
    ) !important;
}


/* ==================================================
                       ABOUT
================================================== */

.lmct-about {
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(255, 111, 92, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 22%,
      rgba(42, 200, 186, 0.1),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #171426 0%,
      #10202c 20%,
      #0c2730 58%,
      #071b24 100%
    ) !important;
}


/* ==================================================
                        FAQ
================================================== */

.lmct-faq {
  background:
    radial-gradient(
      circle at 10% 16%,
      rgba(255, 111, 92, 0.09),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 28%,
      rgba(92, 100, 166, 0.1),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #071b24 0%,
      #0d202d 24%,
      #11182a 62%,
      #07131d 100%
    ) !important;
}


/* ==================================================
                       FOOTER
================================================== */

.lmct-footer {
  background:
    radial-gradient(
      circle at 12% 0,
      rgba(53, 190, 178, 0.06),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #07131d 0%,
      #040c13 48%,
      #02070c 100%
    ) !important;
}


/* ==================================================
            SOFT SEPARATION BETWEEN SECTIONS
================================================== */

.casino-section,
.featured-games,
.jackpot-section,
.live-casino,
.lmct-bonuses,
.lmct-sports,
.lmct-providers,
.lmct-payments,
.lmct-about,
.lmct-faq {
  border-top: 1px solid rgba(255, 255, 255, 0.035);
}


/* ==================================================
                 MOBILE IMAGE TUNING
================================================== */

@media (max-width: 767px) {
  .casino-experience__visual img,
  .jackpot-section__visual img,
  .live-casino__visual img,
  .lmct-bonuses__hero-image,
  .lmct-sports__hero-image {
    filter:
      brightness(0.9)
      saturate(0.82)
      contrast(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .casino-experience__visual img,
  .jackpot-section__visual img,
  .live-casino__visual img,
  .lmct-bonuses__hero-image,
  .lmct-sports__hero-image {
    transition: none;
  }
}
/* ==================================================
          LMCT CASINO — BALANCED FINAL LAYOUT
================================================== */

.casino-experience {
  display: grid !important;
  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(560px, 1.05fr) !important;
  gap: clamp(42px, 5vw, 76px) !important;
  align-items: stretch !important;
}

.casino-experience__content {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0 !important;
  padding: 12px 0 !important;
}

.casino-experience__content h3,
.casino-experience__content p {
  max-width: 680px !important;
}

.casino-experience__media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}

.casino-experience__visual {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  aspect-ratio: 3 / 2 !important;
  border-radius: 26px;
}

.casino-experience__visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.casino-experience__finder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.casino-experience__finder > div {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
}

.casino-experience__finder > div > span {
  flex: 0 0 auto;
  color: #4da5bd;
  font-size: 15px;
  line-height: 1.4;
}

.casino-experience__finder p {
  margin: 0;
  color: #9fb0b8;
  font-size: 12px;
  line-height: 1.5;
}

.casino-experience__finder strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.casino-categories {
  align-items: stretch;
}

.casino-category {
  height: 100%;
}

.casino-category__content {
  min-width: 0;
}

.casino-category h3,
.casino-category p {
  overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
  .casino-experience {
    grid-template-columns: 1fr !important;
  }

  .casino-experience__content,
  .casino-experience__media {
    width: min(100%, 900px);
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .casino-experience__finder {
    grid-template-columns: 1fr;
  }

  .casino-experience__finder > div {
    padding: 14px;
  }

  .casino-experience__visual {
    border-radius: 20px;
  }
}
/* ==================================================
        FEATURED GAMES — TEXT LAYOUT UPDATE
================================================== */

.featured-games__header {
  display: block !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

.featured-games__heading {
  max-width: 930px;
  margin: 0 auto;
}

.featured-games__eyebrow {
  justify-content: center;
}

.featured-games__heading h2 {
  max-width: 900px !important;
  margin: 0 auto !important;
  font-size: clamp(42px, 4.2vw, 62px) !important;
  line-height: 1.02 !important;
  text-align: center !important;
}

.featured-games__lead {
  max-width: 850px;
  margin: 24px auto 0;
  color: #d0d9df;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.75;
  text-align: center;
}

.featured-games__introduction {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 1060px !important;
  margin: 30px auto 0;
  padding: 0 !important;
}

.featured-games__introduction p {
  height: 100%;
  margin: 0 !important;
  padding: 21px 23px;
  color: #bdc9d1 !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.025)
    );
  border: 1px solid rgba(142, 170, 198, 0.16);
  border-radius: 16px;
  font-size: 15px !important;
  font-weight: 550;
  line-height: 1.7 !important;
  text-align: left;
}

.featured-games__introduction p:first-child {
  border-top-color: rgba(255, 120, 102, 0.34);
}

.featured-games__introduction p:last-child {
  border-top-color: rgba(53, 234, 211, 0.3);
}

.featured-games__closing {
  max-width: 1100px !important;
  margin-top: 44px !important;
}

.featured-games__closing p {
  width: min(100%, 740px);
  max-width: 740px !important;
  color: #c4ced5 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

@media (max-width: 767px) {
  .featured-games__header {
    margin-bottom: 34px !important;
  }

  .featured-games__heading h2 {
    font-size: clamp(35px, 10vw, 48px) !important;
  }

  .featured-games__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .featured-games__introduction {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .featured-games__introduction p {
    padding: 18px;
    font-size: 14px !important;
  }

  .featured-games__closing {
    grid-template-columns: 24px minmax(0, 1fr) 24px !important;
    gap: 12px !important;
    margin-top: 34px !important;
  }

  .featured-games__closing p {
    font-size: 13px !important;
  }
}
/* ==================================================
          JACKPOT SECTION — BALANCED UPDATE
================================================== */

.jackpot-section__feature {
  grid-template-columns:
    minmax(0, 0.96fr)
    minmax(0, 1.04fr) !important;
  align-items: stretch !important;
  gap: clamp(24px, 3vw, 46px) !important;
}

.jackpot-section__content,
.jackpot-section__visual {
  min-height: 600px;
  border: 1px solid rgba(112, 161, 184, 0.18);
  border-radius: 28px;
}

.jackpot-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none !important;
  padding: clamp(34px, 4vw, 58px);
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 98, 77, 0.09),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(25, 43, 66, 0.9),
      rgba(10, 27, 43, 0.94)
    );
  box-shadow: 0 24px 55px rgba(3, 11, 22, 0.2);
}

.jackpot-section__content h2 {
  max-width: 720px !important;
  margin-bottom: 22px !important;
  font-size: clamp(42px, 3.45vw, 57px) !important;
  line-height: 1.01 !important;
}

.jackpot-section__lead {
  max-width: 680px;
  margin: 0 0 18px;
  color: #e1e8eb;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.7;
}

.jackpot-section__description {
  max-width: 680px !important;
}

.jackpot-section__description p {
  margin-bottom: 14px !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.jackpot-section__visual {
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #0d172b;
  box-shadow: 0 24px 55px rgba(3, 11, 22, 0.24);
}

.jackpot-section__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.jackpot-section__visual::after {
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(10, 19, 38, 0.06),
      rgba(8, 22, 34, 0.28)
    ),
    linear-gradient(
      90deg,
      rgba(17, 25, 46, 0.18),
      transparent 28%
    ) !important;
}

.jackpot-section__types {
  align-items: stretch;
  gap: 18px !important;
  margin-top: 28px !important;
}

.jackpot-type {
  height: 100%;
  min-height: 238px !important;
  padding: 28px !important;
}

.jackpot-type__content {
  display: flex;
  flex-direction: column;
}

.jackpot-type p {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.jackpot-section__closing {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.jackpot-section__closing p {
  width: min(100%, 780px);
  max-width: 780px !important;
  line-height: 1.65 !important;
}

@media (max-width: 1099px) {
  .jackpot-section__feature {
    grid-template-columns: 1fr !important;
  }

  .jackpot-section__content,
  .jackpot-section__visual {
    min-height: 0;
  }

  .jackpot-section__visual {
    width: 100% !important;
    aspect-ratio: 3 / 2 !important;
  }

  .jackpot-section__types {
    grid-template-columns: 1fr !important;
  }

  .jackpot-type {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .jackpot-section__content {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .jackpot-section__visual {
    border-radius: 22px;
  }

  .jackpot-section__content h2 {
    font-size: clamp(36px, 10vw, 48px) !important;
  }

  .jackpot-section__lead {
    font-size: 16px;
  }

  .jackpot-section__description p {
    font-size: 15px !important;
  }

  .jackpot-type {
    padding: 23px !important;
  }
}
/* ==================================================
          LIVE CASINO — SYMMETRICAL LAYOUT
================================================== */

.live-casino__feature {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 24px !important;
}

.live-casino__content,
.live-casino__visual {
  width: 100% !important;
  min-width: 0;
  min-height: 620px !important;
  height: 100% !important;
  border: 1px solid rgba(102, 163, 178, 0.18);
  border-radius: 28px;
  overflow: hidden;
}

.live-casino__content {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  max-width: none !important;
  padding: clamp(36px, 4vw, 58px) !important;
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 98, 77, 0.08),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(17, 43, 57, 0.94),
      rgba(8, 26, 39, 0.98)
    );
  box-shadow: 0 24px 55px rgba(2, 10, 20, 0.24);
}

.live-casino__content h2 {
  max-width: 700px !important;
  margin: 0 0 22px !important;
  font-size: clamp(41px, 3.4vw, 57px) !important;
  line-height: 1.02 !important;
}

.live-casino__content h2 span {
  display: block;
  margin-top: 7px;
}

.live-casino__lead {
  max-width: 680px;
  margin: 0 0 17px;
  color: #e2e8eb;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.68;
}

.live-casino__description {
  max-width: 680px !important;
}

.live-casino__description p {
  margin: 0 0 14px !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.live-casino__description p:last-child {
  margin-bottom: 0 !important;
}

.live-casino__highlights {
  gap: 9px !important;
  margin-top: 23px !important;
}

.live-casino__visual {
  position: relative !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  background: #10182b;
  box-shadow: 0 24px 55px rgba(2, 10, 20, 0.28);
}

.live-casino__visual img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

.live-casino__visual::after {
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(9, 20, 35, 0.02),
      rgba(7, 22, 34, 0.24)
    ) !important;
}

.live-casino__categories {
  grid-template-columns:
    repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 16px !important;
  margin-top: 28px !important;
}

.live-casino-card {
  height: 100%;
  min-height: 220px !important;
  padding: 25px 22px !important;
}

.live-casino-card h3 {
  font-size: 18px !important;
}

.live-casino-card p {
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.live-casino__closing {
  max-width: 1120px;
  margin: 44px auto 0 !important;
}

.live-casino__closing p {
  width: min(100%, 760px);
  max-width: 760px !important;
  line-height: 1.65 !important;
}

@media (max-width: 1199px) {
  .live-casino__content,
  .live-casino__visual {
    min-height: 590px !important;
  }

  .live-casino__categories {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .live-casino__feature {
    grid-template-columns: 1fr !important;
  }

  .live-casino__content {
    min-height: 0 !important;
  }

  .live-casino__visual {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 2 !important;
  }
}

@media (max-width: 767px) {
  .live-casino__content {
    padding: 28px 22px !important;
    border-radius: 22px;
  }

  .live-casino__visual {
    border-radius: 22px;
  }

  .live-casino__content h2 {
    font-size: clamp(35px, 9.5vw, 47px) !important;
  }

  .live-casino__lead {
    font-size: 16px;
  }

  .live-casino__categories {
    grid-template-columns: 1fr !important;
  }

  .live-casino-card {
    min-height: 0 !important;
  }
}
/* ==================================================
          LMCT BONUSES — EDITORIAL REDESIGN
================================================== */

.lmct-bonuses--editorial {
  --bonus-v2-bg: #071a24;
  --bonus-v2-panel: #0c2632;
  --bonus-v2-panel-light: #11313d;
  --bonus-v2-white: #f4f8f9;
  --bonus-v2-muted: #b7c7cc;
  --bonus-v2-coral: #ff7866;
  --bonus-v2-cyan: #35ead3;
  --bonus-v2-blue: #77a8e8;
  --bonus-v2-lime: #b6db67;

  position: relative;
  isolation: isolate;
  padding: 88px 0 72px !important;
  overflow: hidden;
  color: var(--bonus-v2-white);
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(53, 234, 211, 0.08),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 55%,
      rgba(119, 168, 232, 0.08),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #071b26 0%,
      #0a202b 48%,
      #071720 100%
    ) !important;
}

.lmct-bonuses--editorial::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image:
    radial-gradient(
      rgba(126, 178, 188, 0.3) 1px,
      transparent 1px
    );
  background-size: 36px 36px;
  pointer-events: none;
  content: "";
}

.lmct-bonuses-v2__container {
  position: relative;
  z-index: 1;
  width: min(1580px, calc(100% - 64px));
  margin: 0 auto;
}


/* Introduction */

.lmct-bonuses-v2__introduction {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.lmct-bonuses-v2__copy,
.lmct-bonuses-v2__visual {
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(123, 181, 193, 0.18);
  border-radius: 28px;
}

.lmct-bonuses-v2__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 62px);
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 120, 102, 0.09),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(16, 48, 60, 0.96),
      rgba(7, 26, 37, 0.98)
    );
}

.lmct-bonuses-v2__eyebrow,
.lmct-bonuses-v2__section-heading span,
.lmct-bonuses-v2__guide-heading > span {
  display: block;
  margin-bottom: 14px;
  color: var(--bonus-v2-cyan);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lmct-bonuses-v2__copy h2 {
  max-width: 700px;
  margin: 0 0 24px;
  color: var(--bonus-v2-white);
  font-size: clamp(35px, 3vw, 47px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-transform: none;
}

.lmct-bonuses-v2__copy p {
  max-width: 700px;
  margin: 0 0 15px;
  color: var(--bonus-v2-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

.lmct-bonuses-v2__copy .lmct-bonuses-v2__lead {
  color: #e2e9eb;
  font-size: 17px;
  font-weight: 650;
}

.lmct-bonuses-v2__copy p:last-child {
  margin-bottom: 0;
}

.lmct-bonuses-v2__visual {
  position: relative;
  margin: 0;
  background: #091923;
}

.lmct-bonuses-v2__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    brightness(0.86)
    saturate(0.82)
    contrast(1.04);
}

.lmct-bonuses-v2__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 19, 28, 0.02),
      rgba(6, 22, 31, 0.25)
    );
  pointer-events: none;
  content: "";
}


/* Section Headings */

.lmct-bonuses-v2__section-heading {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(420px, 1.1fr);
  align-items: end;
  gap: clamp(40px, 6vw, 90px);
  margin: 64px 0 25px;
}

.lmct-bonuses-v2__section-heading h3,
.lmct-bonuses-v2__guide h3,
.lmct-promotion-feature h3 {
  margin: 0;
  color: var(--bonus-v2-white);
  font-size: clamp(27px, 2.4vw, 37px);
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: -0.025em;
  text-transform: none;
}

.lmct-bonuses-v2__section-heading p {
  max-width: 690px;
  margin: 0;
  color: var(--bonus-v2-muted);
  font-size: 15px;
  line-height: 1.7;
}


/* Welcome Offers */

.lmct-bonuses-v2__welcome {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 15px;
}

.lmct-bonus-offer {
  --offer-accent: var(--bonus-v2-cyan);

  position: relative;
  min-height: 185px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(123, 181, 193, 0.17);
  border-top: 3px solid var(--offer-accent);
  border-radius: 19px;
  background:
    linear-gradient(
      145deg,
      rgba(16, 48, 60, 0.96),
      rgba(7, 25, 36, 0.98)
    );
}

.lmct-bonus-offer--coral {
  --offer-accent: var(--bonus-v2-coral);
}

.lmct-bonus-offer--cyan {
  --offer-accent: var(--bonus-v2-cyan);
}

.lmct-bonus-offer--blue {
  --offer-accent: var(--bonus-v2-blue);
}

.lmct-bonus-offer--lime {
  --offer-accent: var(--bonus-v2-lime);
}

.lmct-bonus-offer > span {
  display: block;
  margin-bottom: 13px;
  color: var(--offer-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lmct-bonus-offer strong {
  display: block;
  margin-bottom: 12px;
  color: var(--bonus-v2-white);
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.18;
}

.lmct-bonus-offer p {
  margin: 0;
  color: var(--bonus-v2-muted);
  font-size: 13px;
  line-height: 1.6;
}


/* Reload Panels */

.lmct-bonuses-v2__reloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.lmct-reload-panel {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(123, 181, 193, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(16, 48, 60, 0.96),
      rgba(7, 25, 36, 0.98)
    );
}

.lmct-reload-panel--standard {
  box-shadow: inset 0 3px var(--bonus-v2-coral);
}

.lmct-reload-panel--crypto {
  box-shadow: inset 0 3px var(--bonus-v2-cyan);
}

.lmct-reload-panel header > span {
  color: var(--bonus-v2-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-reload-panel header h4 {
  margin: 10px 0 11px;
  color: var(--bonus-v2-white);
  font-size: 25px;
  line-height: 1.2;
}

.lmct-reload-panel header p {
  max-width: 640px;
  margin: 0;
  color: var(--bonus-v2-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lmct-reload-panel ul {
  display: grid;
  gap: 0;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.lmct-reload-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #d9e2e4;
  font-size: 14px;
}

.lmct-reload-panel li div span {
  display: block;
  margin-bottom: 3px;
  color: #829da5;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.lmct-reload-panel li strong {
  flex: 0 0 auto;
  color: var(--bonus-v2-white);
  font-size: 14px;
  text-align: right;
}


/* Promotion Features */

.lmct-bonuses-v2__features {
  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(0, 0.88fr);
  gap: 18px;
  margin-top: 18px;
}

.lmct-promotion-feature {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(123, 181, 193, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 46, 58, 0.96),
      rgba(7, 24, 35, 0.98)
    );
}

.lmct-promotion-feature--cashback {
  grid-row: span 2;
}

.lmct-promotion-feature--bomb {
  background:
    radial-gradient(
      circle at 100% 100%,
      rgba(182, 219, 103, 0.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(15, 46, 58, 0.96),
      rgba(7, 24, 35, 0.98)
    );
}

.lmct-promotion-feature__label {
  display: block;
  margin-bottom: 13px;
  color: var(--bonus-v2-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-promotion-feature > p {
  margin: 15px 0 0;
  color: var(--bonus-v2-muted);
  font-size: 14px;
  line-height: 1.68;
}

.lmct-promotion-feature__values {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}

.lmct-promotion-feature__values p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.lmct-promotion-feature__values span {
  color: #aebfc4;
  font-size: 13px;
}

.lmct-promotion-feature__values strong {
  color: var(--bonus-v2-white);
  font-size: 13px;
  text-align: right;
}

.lmct-promotion-feature__details {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.lmct-promotion-feature__details div {
  padding-left: 16px;
  border-left: 2px solid var(--bonus-v2-blue);
}

.lmct-promotion-feature__details dt {
  margin-bottom: 4px;
  color: var(--bonus-v2-white);
  font-size: 14px;
  font-weight: 800;
}

.lmct-promotion-feature__details dd {
  margin: 0;
  color: var(--bonus-v2-muted);
  font-size: 13px;
  line-height: 1.58;
}

.lmct-promotion-feature__note {
  padding: 14px 16px;
  border-radius: 13px;
  color: #dbe7c4 !important;
  background: rgba(182, 219, 103, 0.07);
}


/* Natural Text Ending */

.lmct-bonuses-v2__guide {
  display: grid;
  grid-template-columns:
    minmax(280px, 0.72fr)
    minmax(0, 1.28fr);
  gap: clamp(45px, 7vw, 110px);
  margin-top: 64px;
  padding: clamp(32px, 4vw, 54px);
  border: 1px solid rgba(123, 181, 193, 0.17);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 0 100%,
      rgba(53, 234, 211, 0.07),
      transparent 36%
    ),
    rgba(7, 25, 36, 0.7);
}

.lmct-bonuses-v2__guide-copy p {
  margin: 0 0 16px;
  color: var(--bonus-v2-muted);
  font-size: 15px;
  line-height: 1.75;
}

.lmct-bonuses-v2__guide-copy p:last-child {
  margin-bottom: 0;
}

.lmct-bonuses-v2__guide-copy strong {
  color: #e5edef;
}

.lmct-bonuses-v2__notice {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.lmct-bonuses-v2__notice-mark {
  display: grid;
  flex: 0 0 45px;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 120, 102, 0.4);
  border-radius: 50%;
  color: var(--bonus-v2-coral);
  font-size: 12px;
  font-weight: 900;
}

.lmct-bonuses-v2__notice p {
  margin: 0;
  color: #8fa4aa;
  font-size: 12px;
  line-height: 1.65;
}


/* Responsive */

@media (max-width: 1100px) {
  .lmct-bonuses-v2__introduction,
  .lmct-bonuses-v2__reloads,
  .lmct-bonuses-v2__features,
  .lmct-bonuses-v2__guide {
    grid-template-columns: 1fr;
  }

  .lmct-bonuses-v2__copy {
    min-height: 0;
  }

  .lmct-bonuses-v2__visual {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .lmct-promotion-feature--cashback {
    grid-row: auto;
  }

  .lmct-bonuses-v2__welcome {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lmct-bonuses--editorial {
    padding: 62px 0 54px !important;
  }

  .lmct-bonuses-v2__container {
    width: calc(100% - 36px);
  }

  .lmct-bonuses-v2__copy,
  .lmct-bonuses-v2__visual {
    border-radius: 21px;
  }

  .lmct-bonuses-v2__copy {
    padding: 28px 22px;
  }

  .lmct-bonuses-v2__copy h2 {
    font-size: clamp(30px, 8vw, 39px);
  }

  .lmct-bonuses-v2__welcome {
    grid-template-columns: 1fr;
  }

  .lmct-bonus-offer {
    min-height: 0;
  }

  .lmct-bonuses-v2__section-heading {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 50px;
  }

  .lmct-reload-panel li,
  .lmct-promotion-feature__values p {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .lmct-reload-panel li strong,
  .lmct-promotion-feature__values strong {
    text-align: left;
  }

  .lmct-bonuses-v2__guide {
    gap: 25px;
    padding: 27px 22px;
  }

  .lmct-bonuses-v2__notice {
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
}
/* ==================================================
          LMCT BONUSES — COMPLETE REDESIGN
================================================== */

.lmct-bonuses--complete {
  --bonus-bg: #071a24;
  --bonus-panel: #0d2935;
  --bonus-panel-dark: #081f2b;
  --bonus-white: #f5f8f9;
  --bonus-muted: #aebfc4;
  --bonus-coral: #ff7866;
  --bonus-cyan: #35ead3;
  --bonus-blue: #75a9e8;
  --bonus-lime: #b8d96c;
  --bonus-border: rgba(116, 178, 191, 0.18);

  position: relative;
  isolation: isolate;
  padding: 86px 0 70px !important;
  overflow: hidden;
  color: var(--bonus-white);
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(53, 234, 211, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 58%,
      rgba(117, 169, 232, 0.08),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #071b26 0%,
      #09222d 52%,
      #061720 100%
    ) !important;
}

.lmct-bonuses--complete,
.lmct-bonuses--complete * {
  box-sizing: border-box;
}

.lmct-bonuses--complete::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.1;
  background-image:
    radial-gradient(
      rgba(126, 182, 193, 0.32) 1px,
      transparent 1px
    );
  background-size: 36px 36px;
  pointer-events: none;
  content: "";
}

.lmct-bonuses--complete::after {
  display: none !important;
}

.lmct-bonus__container {
  position: relative;
  z-index: 1;
  width: min(1580px, calc(100% - 64px));
  margin: 0 auto;
}


/* Introduction */

.lmct-bonus__introduction {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.lmct-bonus__content,
.lmct-bonus__visual {
  min-width: 0;
  min-height: 570px;
  border: 1px solid var(--bonus-border);
  border-radius: 27px;
  overflow: hidden;
}

.lmct-bonus__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 62px);
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 120, 102, 0.08),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(16, 48, 61, 0.97),
      rgba(7, 26, 37, 0.99)
    );
}

.lmct-bonus__eyebrow,
.lmct-bonus__section-header span,
.lmct-bonus__terms-heading > span,
.lmct-feature-card__label {
  display: block;
  margin-bottom: 13px;
  color: var(--bonus-cyan);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lmct-bonus__content h2 {
  max-width: 680px;
  margin: 0 0 23px;
  color: var(--bonus-white);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(35px, 3vw, 46px);
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -0.035em;
  text-transform: none;
}

.lmct-bonus__content p {
  max-width: 700px;
  margin: 0 0 14px;
  color: var(--bonus-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
}

.lmct-bonus__content .lmct-bonus__lead {
  color: #e2e9eb;
  font-size: 17px;
  font-weight: 650;
}

.lmct-bonus__content p:last-child {
  margin-bottom: 0;
}

.lmct-bonus__visual {
  position: relative;
  margin: 0;
  background: #091a24;
}

.lmct-bonus__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    brightness(0.86)
    saturate(0.82)
    contrast(1.04);
}

.lmct-bonus__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 18, 27, 0.02),
      rgba(6, 23, 32, 0.24)
    );
  pointer-events: none;
  content: "";
}


/* Section Headers */

.lmct-bonus__section-header {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(400px, 1.1fr);
  align-items: end;
  gap: clamp(40px, 6vw, 90px);
  margin: 62px 0 24px;
}

.lmct-bonus__section-header h3,
.lmct-bonus__terms h3,
.lmct-feature-card h3 {
  margin: 0;
  color: var(--bonus-white);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(27px, 2.3vw, 36px);
  font-weight: 820;
  line-height: 1.17;
  letter-spacing: -0.025em;
  text-transform: none;
}

.lmct-bonus__section-header p {
  max-width: 690px;
  margin: 0;
  color: var(--bonus-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}


/* Welcome Cards */

.lmct-bonus__welcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 15px;
}

.lmct-welcome-card {
  --welcome-accent: var(--bonus-cyan);

  min-height: 185px;
  padding: 24px;
  border: 1px solid var(--bonus-border);
  border-top: 3px solid var(--welcome-accent);
  border-radius: 19px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 47, 59, 0.97),
      rgba(7, 25, 36, 0.99)
    );
}

.lmct-welcome-card--coral {
  --welcome-accent: var(--bonus-coral);
}

.lmct-welcome-card--cyan {
  --welcome-accent: var(--bonus-cyan);
}

.lmct-welcome-card--blue {
  --welcome-accent: var(--bonus-blue);
}

.lmct-welcome-card--lime {
  --welcome-accent: var(--bonus-lime);
}

.lmct-welcome-card > span {
  display: block;
  margin-bottom: 13px;
  color: var(--welcome-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lmct-welcome-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--bonus-white);
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.18;
}

.lmct-welcome-card p {
  margin: 0;
  color: var(--bonus-muted);
  font-size: 13px;
  line-height: 1.6;
}


/* Reload Cards */

.lmct-bonus__reload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.lmct-reload-card {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--bonus-border);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 47, 59, 0.97),
      rgba(7, 25, 36, 0.99)
    );
}

.lmct-reload-card--standard {
  box-shadow: inset 0 3px var(--bonus-coral);
}

.lmct-reload-card--crypto {
  box-shadow: inset 0 3px var(--bonus-cyan);
}

.lmct-reload-card header > span {
  color: var(--bonus-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lmct-reload-card h4 {
  margin: 9px 0 11px;
  color: var(--bonus-white);
  font-size: 24px;
  line-height: 1.22;
}

.lmct-reload-card header p {
  margin: 0;
  color: var(--bonus-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lmct-reload-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lmct-reload-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #dce4e6;
  font-size: 14px;
}

.lmct-reload-card small {
  display: block;
  margin-bottom: 3px;
  color: #829da5;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lmct-reload-card li strong {
  flex: 0 0 auto;
  color: var(--bonus-white);
  font-size: 14px;
  text-align: right;
}


/* Additional Promotions */

.lmct-bonus__additional-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: 18px;
}

.lmct-feature-card {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--bonus-border);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 47, 59, 0.97),
      rgba(7, 25, 36, 0.99)
    );
}

.lmct-feature-card > p {
  margin: 15px 0 0;
  color: var(--bonus-muted);
  font-size: 14px;
  line-height: 1.68;
}

.lmct-feature-card__values {
  display: grid;
  gap: 10px;
  margin-top: 23px;
}

.lmct-feature-card__values div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 17px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.lmct-feature-card__values span {
  color: #adbec3;
  font-size: 13px;
}

.lmct-feature-card__values strong {
  color: var(--bonus-white);
  font-size: 13px;
  text-align: right;
}

.lmct-feature-card__details {
  display: grid;
  gap: 14px;
  margin: 23px 0 0;
}

.lmct-feature-card__details div {
  padding-left: 16px;
  border-left: 2px solid var(--bonus-blue);
}

.lmct-feature-card__details dt {
  margin-bottom: 4px;
  color: var(--bonus-white);
  font-size: 14px;
  font-weight: 800;
}

.lmct-feature-card__details dd {
  margin: 0;
  color: var(--bonus-muted);
  font-size: 13px;
  line-height: 1.58;
}

.lmct-feature-card--bomb {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(35px, 6vw, 90px);
  background:
    radial-gradient(
      circle at 100% 50%,
      rgba(184, 217, 108, 0.11),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(15, 47, 59, 0.97),
      rgba(7, 25, 36, 0.99)
    );
}

.lmct-feature-card__bomb-copy p {
  max-width: 760px;
  margin: 15px 0 0;
  color: var(--bonus-muted);
  font-size: 14px;
  line-height: 1.68;
}

.lmct-feature-card__notice {
  margin: 0 !important;
  padding: 17px 19px;
  border: 1px solid rgba(184, 217, 108, 0.16);
  border-radius: 14px;
  color: #dce8c3 !important;
  background: rgba(184, 217, 108, 0.07);
}


/* Bonus Terms */

.lmct-bonus__terms {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.85fr)
    minmax(0, 1.15fr);
  gap: clamp(45px, 7vw, 105px);
  margin-top: 62px;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid var(--bonus-border);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 0 100%,
      rgba(53, 234, 211, 0.06),
      transparent 36%
    ),
    rgba(7, 25, 36, 0.74);
}

.lmct-bonus__terms-heading h3 {
  max-width: 440px;
  font-size: clamp(27px, 2.1vw, 34px);
  line-height: 1.18;
}

.lmct-bonus__terms-heading p {
  max-width: 450px;
  margin: 18px 0 0;
  color: var(--bonus-muted);
  font-size: 14px;
  line-height: 1.7;
}

.lmct-bonus__terms-copy p {
  margin: 0 0 16px;
  color: var(--bonus-muted);
  font-size: 15px;
  line-height: 1.74;
}

.lmct-bonus__terms-copy p:last-child {
  margin-bottom: 0;
}

.lmct-bonus__terms-copy strong {
  color: #e6edef;
}


/* Final Notice */

.lmct-bonus__final-notice {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1160px;
  margin: 26px auto 0;
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.lmct-bonus__final-notice strong {
  display: grid;
  flex: 0 0 45px;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 120, 102, 0.4);
  border-radius: 50%;
  color: var(--bonus-coral);
  font-size: 12px;
  font-weight: 900;
}

.lmct-bonus__final-notice p {
  margin: 0;
  color: #8fa4aa;
  font-size: 12px;
  line-height: 1.65;
}


/* Responsive */

@media (max-width: 1100px) {
  .lmct-bonus__introduction,
  .lmct-bonus__reload-grid,
  .lmct-bonus__terms {
    grid-template-columns: 1fr;
  }

  .lmct-bonus__content {
    min-height: 0;
  }

  .lmct-bonus__visual {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .lmct-bonus__welcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmct-feature-card--bomb {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .lmct-bonuses--complete {
    padding: 62px 0 54px !important;
  }

  .lmct-bonus__container {
    width: calc(100% - 36px);
  }

  .lmct-bonus__content,
  .lmct-bonus__visual {
    border-radius: 21px;
  }

  .lmct-bonus__content {
    padding: 28px 22px;
  }

  .lmct-bonus__content h2 {
    font-size: clamp(30px, 8vw, 39px);
  }

  .lmct-bonus__welcome-grid,
  .lmct-bonus__additional-grid {
    grid-template-columns: 1fr;
  }

  .lmct-welcome-card {
    min-height: 0;
  }

  .lmct-bonus__section-header {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 50px;
  }

  .lmct-feature-card--bomb {
    grid-column: auto;
  }

  .lmct-reload-card li,
  .lmct-feature-card__values div {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .lmct-reload-card li strong,
  .lmct-feature-card__values strong {
    text-align: left;
  }

  .lmct-bonus__terms {
    gap: 25px;
    padding: 27px 22px;
  }

  .lmct-bonus__final-notice {
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
}
/* ==================================================
             LMCT SPORTS — COMPLETE V2
================================================== */

.lmct-sports--v2 {
  --sports-v2-bg: #101a2b;
  --sports-v2-panel: #13283a;
  --sports-v2-dark: #0b1d2b;
  --sports-v2-white: #f4f7f9;
  --sports-v2-muted: #aebdc4;
  --sports-v2-coral: #ff7866;
  --sports-v2-cyan: #40d7ca;
  --sports-v2-blue: #79a9e8;
  --sports-v2-lime: #b5d872;
  --sports-v2-border: rgba(120, 171, 191, 0.18);

  position: relative;
  isolation: isolate;
  padding: 86px 0 70px !important;
  overflow: hidden;
  color: var(--sports-v2-white);
  background:
    radial-gradient(
      circle at 7% 10%,
      rgba(64, 215, 202, 0.08),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 60%,
      rgba(121, 169, 232, 0.09),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #101929 0%,
      #102333 48%,
      #0a202b 100%
    ) !important;
}

.lmct-sports--v2,
.lmct-sports--v2 * {
  box-sizing: border-box;
}

.lmct-sports--v2::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.1;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 72px 72px;
  pointer-events: none;
  content: "";
}

.lmct-sports-v2__container {
  position: relative;
  z-index: 1;
  width: min(1580px, calc(100% - 64px));
  margin: 0 auto;
}


/* Introduction */

.lmct-sports-v2__introduction {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.lmct-sports-v2__content,
.lmct-sports-v2__visual {
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--sports-v2-border);
  border-radius: 27px;
}

.lmct-sports-v2__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 62px);
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 120, 102, 0.08),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(23, 45, 64, 0.97),
      rgba(11, 28, 42, 0.99)
    );
}

.lmct-sports-v2__eyebrow,
.lmct-sports-v2__section-header span,
.lmct-sports-v2__betting-heading > span,
.lmct-sports-v2__extended-item > span {
  display: block;
  margin-bottom: 13px;
  color: var(--sports-v2-cyan);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lmct-sports-v2__content h2 {
  max-width: 700px;
  margin: 0 0 23px;
  color: var(--sports-v2-white);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(35px, 3vw, 46px);
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -0.035em;
  text-transform: none;
}

.lmct-sports-v2__content p {
  max-width: 700px;
  margin: 0 0 14px;
  color: var(--sports-v2-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
}

.lmct-sports-v2__content .lmct-sports-v2__lead {
  color: #e1e7eb;
  font-size: 17px;
  font-weight: 650;
}

.lmct-sports-v2__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}

.lmct-sports-v2__summary span {
  padding: 7px 11px;
  border: 1px solid rgba(64, 215, 202, 0.18);
  border-radius: 999px;
  color: #c9d8dc;
  background: rgba(64, 215, 202, 0.055);
  font-size: 11px;
  font-weight: 750;
}

.lmct-sports-v2__visual {
  position: relative;
  margin: 0;
  background: #101929;
}

.lmct-sports-v2__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    brightness(0.86)
    saturate(0.8)
    contrast(1.04);
}

.lmct-sports-v2__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(9, 20, 35, 0.02),
      rgba(8, 27, 38, 0.24)
    );
  pointer-events: none;
  content: "";
}


/* Section Headers */

.lmct-sports-v2__section-header {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(400px, 1.08fr);
  align-items: end;
  gap: clamp(40px, 6vw, 90px);
  margin: 62px 0 24px;
}

.lmct-sports-v2__section-header h3,
.lmct-sports-v2__betting h3,
.lmct-sports-v2__extended h3 {
  margin: 0;
  color: var(--sports-v2-white);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(27px, 2.3vw, 36px);
  font-weight: 820;
  line-height: 1.17;
  letter-spacing: -0.025em;
  text-transform: none;
}

.lmct-sports-v2__section-header > p {
  max-width: 700px;
  margin: 0;
  color: var(--sports-v2-muted);
  font-size: 15px;
  line-height: 1.7;
}


/* Sports Catalogue */

.lmct-sports-v2__catalogue {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 13px;
}

.lmct-sport-card {
  --sport-accent: var(--sports-v2-cyan);

  min-height: 145px;
  padding: 22px;
  border: 1px solid var(--sports-v2-border);
  border-left: 3px solid var(--sport-accent);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(22, 47, 65, 0.94),
      rgba(10, 29, 42, 0.98)
    );
}

.lmct-sport-card--coral {
  --sport-accent: var(--sports-v2-coral);
}

.lmct-sport-card--cyan {
  --sport-accent: var(--sports-v2-cyan);
}

.lmct-sport-card--blue {
  --sport-accent: var(--sports-v2-blue);
}

.lmct-sport-card--lime {
  --sport-accent: var(--sports-v2-lime);
}

.lmct-sport-card strong {
  display: block;
  color: var(--sports-v2-white);
  font-size: 16px;
  line-height: 1.25;
}

.lmct-sport-card p {
  margin: 9px 0 0;
  color: var(--sports-v2-muted);
  font-size: 12px;
  line-height: 1.55;
}


/* Betting Options */

.lmct-sports-v2__betting {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.75fr)
    minmax(0, 1.25fr);
  gap: clamp(45px, 7vw, 105px);
  margin-top: 62px;
  padding: clamp(34px, 4vw, 52px);
  border: 1px solid var(--sports-v2-border);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 0 100%,
      rgba(64, 215, 202, 0.07),
      transparent 35%
    ),
    rgba(10, 30, 44, 0.76);
}

.lmct-sports-v2__betting-heading > p {
  max-width: 450px;
  margin: 18px 0 0;
  color: var(--sports-v2-muted);
  font-size: 14px;
  line-height: 1.7;
}

.lmct-sports-v2__betting-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 15px;
}

.lmct-sports-v2__betting-content article {
  padding: 25px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.lmct-sports-v2__betting-content article > span {
  color: var(--sports-v2-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lmct-sports-v2__betting-content h4 {
  margin: 13px 0;
  color: var(--sports-v2-white);
  font-size: 20px;
  line-height: 1.25;
}

.lmct-sports-v2__betting-content p {
  margin: 0;
  color: var(--sports-v2-muted);
  font-size: 14px;
  line-height: 1.67;
}


/* Sportsbook Tools */

.lmct-sports-v2__tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 13px;
}

.lmct-sports-tool {
  min-height: 210px;
  padding: 25px;
  border: 1px solid var(--sports-v2-border);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(22, 47, 65, 0.94),
      rgba(10, 29, 42, 0.98)
    );
}

.lmct-sports-tool > span {
  display: block;
  color: var(--sports-v2-cyan);
  font-size: 12px;
  font-weight: 900;
}

.lmct-sports-tool h4 {
  margin: 19px 0 11px;
  color: var(--sports-v2-white);
  font-size: 19px;
  line-height: 1.25;
}

.lmct-sports-tool p {
  margin: 0;
  color: var(--sports-v2-muted);
  font-size: 13px;
  line-height: 1.62;
}


/* Extended Coverage */

.lmct-sports-v2__extended {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  margin-top: 18px;
}

.lmct-sports-v2__extended-item {
  padding: 28px;
  border: 1px solid var(--sports-v2-border);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(121, 169, 232, 0.09),
      transparent 35%
    ),
    rgba(10, 30, 44, 0.82);
}

.lmct-sports-v2__extended-item h3 {
  font-size: 24px;
}

.lmct-sports-v2__extended-item p {
  margin: 14px 0 0;
  color: var(--sports-v2-muted);
  font-size: 13px;
  line-height: 1.65;
}


/* Closing Notice */

.lmct-sports-v2__notice {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1140px;
  margin: 30px auto 0;
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.lmct-sports-v2__notice strong {
  display: grid;
  flex: 0 0 45px;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 120, 102, 0.4);
  border-radius: 50%;
  color: var(--sports-v2-coral);
  font-size: 12px;
  font-weight: 900;
}

.lmct-sports-v2__notice p {
  margin: 0;
  color: #8fa3aa;
  font-size: 12px;
  line-height: 1.65;
}


/* Responsive */

@media (max-width: 1150px) {
  .lmct-sports-v2__introduction,
  .lmct-sports-v2__betting {
    grid-template-columns: 1fr;
  }

  .lmct-sports-v2__content {
    min-height: 0;
  }

  .lmct-sports-v2__visual {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .lmct-sports-v2__catalogue,
  .lmct-sports-v2__tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .lmct-sports-v2__section-header {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lmct-sports-v2__betting-content,
  .lmct-sports-v2__extended {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lmct-sports--v2 {
    padding: 62px 0 54px !important;
  }

  .lmct-sports-v2__container {
    width: calc(100% - 32px);
  }

  .lmct-sports-v2__content,
  .lmct-sports-v2__visual {
    border-radius: 21px;
  }

  .lmct-sports-v2__content {
    padding: 28px 22px;
  }

  .lmct-sports-v2__content h2 {
    font-size: clamp(30px, 8vw, 39px);
  }

  .lmct-sports-v2__catalogue,
  .lmct-sports-v2__tools {
    grid-template-columns: 1fr;
  }

  .lmct-sports-v2__section-header {
    margin-top: 50px;
  }

  .lmct-sports-v2__betting {
    gap: 25px;
    padding: 27px 21px;
  }

  .lmct-sports-v2__notice {
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
}
/* ==================================================
              SPORTS TOOL ICONS
================================================== */

.lmct-sports-tool > .lmct-sports-tool__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(64, 215, 202, 0.25);
  border-radius: 14px;
  color: #40d7ca;
  background:
    linear-gradient(
      145deg,
      rgba(64, 215, 202, 0.14),
      rgba(64, 215, 202, 0.05)
    );
}

.lmct-sports-tool__icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-sports-tool:nth-child(2) .lmct-sports-tool__icon {
  color: #ff7866;
  border-color: rgba(255, 120, 102, 0.25);
  background: rgba(255, 120, 102, 0.09);
}

.lmct-sports-tool:nth-child(3) .lmct-sports-tool__icon {
  color: #79a9e8;
  border-color: rgba(121, 169, 232, 0.25);
  background: rgba(121, 169, 232, 0.09);
}

.lmct-sports-tool:nth-child(4) .lmct-sports-tool__icon {
  color: #b5d872;
  border-color: rgba(181, 216, 114, 0.25);
  background: rgba(181, 216, 114, 0.09);
}
/* ==================================================
                LMCT ABOUT — V2
================================================== */

.lmct-about--v2 {
  --about-v2-bg: #101c2b;
  --about-v2-panel: #122a38;
  --about-v2-dark: #0a202c;
  --about-v2-white: #f5f8f9;
  --about-v2-muted: #aebfc4;
  --about-v2-coral: #ff7866;
  --about-v2-cyan: #42d8ca;
  --about-v2-blue: #78a9e8;
  --about-v2-border: rgba(116, 174, 189, 0.18);

  position: relative;
  isolation: isolate;
  padding: 84px 0 70px !important;
  overflow: hidden;
  color: var(--about-v2-white);
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(255, 120, 102, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 65%,
      rgba(66, 216, 202, 0.08),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #101c2b 0%,
      #0d2732 48%,
      #091f29 100%
    ) !important;
}

.lmct-about--v2,
.lmct-about--v2 * {
  box-sizing: border-box;
}

.lmct-about--v2::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.1;
  background-image:
    radial-gradient(
      rgba(123, 181, 193, 0.32) 1px,
      transparent 1px
    );
  background-size: 36px 36px;
  pointer-events: none;
  content: "";
}

.lmct-about--v2::after {
  display: none !important;
}

.lmct-about-v2__container {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
}


/* Header */

.lmct-about-v2__header {
  max-width: 940px;
  margin: 0 auto 40px;
  text-align: center;
}

.lmct-about-v2__eyebrow,
.lmct-about-v2__label,
.lmct-about-v2__navigator-heading > span {
  display: block;
  margin-bottom: 13px;
  color: var(--about-v2-cyan);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lmct-about-v2__header h2 {
  margin: 0;
  color: var(--about-v2-white);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3vw, 45px);
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: -0.035em;
  text-transform: none;
}

.lmct-about-v2__header > p {
  max-width: 850px;
  margin: 20px auto 0;
  color: var(--about-v2-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
}


/* Main Showcase */

.lmct-about-v2__showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.lmct-about-v2__story,
.lmct-about-v2__navigator {
  min-width: 0;
  min-height: 620px;
  padding: clamp(36px, 4vw, 56px);
  border: 1px solid var(--about-v2-border);
  border-radius: 26px;
}

.lmct-about-v2__story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(
      circle at 0 0,
      rgba(255, 120, 102, 0.08),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(24, 44, 60, 0.97),
      rgba(10, 30, 42, 0.99)
    );
}

.lmct-about-v2__story h3,
.lmct-about-v2__navigator-heading h3,
.lmct-about-v2-card h3 {
  margin: 0;
  color: var(--about-v2-white);
  font-family: "Montserrat", sans-serif;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: none;
}

.lmct-about-v2__story h3 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(27px, 2.3vw, 36px);
}

.lmct-about-v2__story p {
  max-width: 680px;
  margin: 0 0 14px;
  color: var(--about-v2-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.lmct-about-v2__story .lmct-about-v2__lead {
  color: #e0e8ea;
  font-size: 16px;
  font-weight: 650;
}

.lmct-about-v2__story p:last-child {
  margin-bottom: 0;
}


/* Navigator */

.lmct-about-v2__navigator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(66, 216, 202, 0.09),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(15, 47, 60, 0.97),
      rgba(7, 26, 37, 0.99)
    );
}

.lmct-about-v2__navigator-heading h3 {
  font-size: clamp(27px, 2.3vw, 35px);
}

.lmct-about-v2__navigator-heading p {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--about-v2-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lmct-about-v2__links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.lmct-about-v2-link {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 13px 16px;
  overflow: hidden;
  border: 1px solid rgba(116, 174, 189, 0.15);
  border-radius: 15px;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.lmct-about-v2-link:hover,
.lmct-about-v2-link:focus-visible {
  border-color: rgba(66, 216, 202, 0.34);
  color: inherit;
  background: rgba(66, 216, 202, 0.065);
  text-decoration: none;
  transform: translateX(4px);
}

.lmct-about-v2-link__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: var(--about-v2-cyan);
  background: rgba(66, 216, 202, 0.09);
}

.lmct-about-v2-link:nth-child(2) .lmct-about-v2-link__icon {
  color: var(--about-v2-coral);
  background: rgba(255, 120, 102, 0.09);
}

.lmct-about-v2-link:nth-child(3) .lmct-about-v2-link__icon {
  color: var(--about-v2-blue);
  background: rgba(120, 169, 232, 0.09);
}

.lmct-about-v2-link__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-about-v2-link__copy {
  min-width: 0;
}

.lmct-about-v2-link__copy strong {
  display: block;
  color: var(--about-v2-white);
  font-size: 14px;
  line-height: 1.3;
}

.lmct-about-v2-link__copy small {
  display: block;
  margin-top: 3px;
  color: var(--about-v2-muted);
  font-size: 11px;
  line-height: 1.45;
}

.lmct-about-v2-link__arrow {
  color: #78939b;
  font-size: 19px;
  transition: color 180ms ease;
}

.lmct-about-v2-link:hover .lmct-about-v2-link__arrow {
  color: var(--about-v2-cyan);
}

.lmct-about-v2__navigator-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 19px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #bfd3d6;
  background: rgba(66, 216, 202, 0.06);
}

.lmct-about-v2__navigator-note > span {
  color: var(--about-v2-cyan);
  font-weight: 900;
}

.lmct-about-v2__navigator-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}


/* Detail Cards */

.lmct-about-v2__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 15px;
  margin-top: 18px;
}

.lmct-about-v2-card {
  --about-card-accent: var(--about-v2-cyan);

  min-height: 225px;
  padding: 27px;
  border: 1px solid var(--about-v2-border);
  border-top: 3px solid var(--about-card-accent);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(22, 45, 59, 0.95),
      rgba(9, 28, 39, 0.99)
    );
}

.lmct-about-v2-card--coral {
  --about-card-accent: var(--about-v2-coral);
}

.lmct-about-v2-card--cyan {
  --about-card-accent: var(--about-v2-cyan);
}

.lmct-about-v2-card--blue {
  --about-card-accent: var(--about-v2-blue);
}

.lmct-about-v2-card__icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 20px;
  border-radius: 13px;
  color: var(--about-card-accent);
  background: rgba(255, 255, 255, 0.055);
}

.lmct-about-v2-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lmct-about-v2-card h3 {
  font-size: 19px;
}

.lmct-about-v2-card p {
  margin: 12px 0 0;
  color: var(--about-v2-muted);
  font-size: 13px;
  line-height: 1.65;
}


/* Closing */

.lmct-about-v2__closing {
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 1120px;
  margin: 42px auto 0;
}

.lmct-about-v2__closing span {
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(66, 216, 202, 0.3)
    );
}

.lmct-about-v2__closing span:last-child {
  transform: rotate(180deg);
}

.lmct-about-v2__closing p {
  max-width: 760px;
  margin: 0;
  color: #bccace;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
  text-align: center;
}


/* Responsive */

@media (max-width: 1050px) {
  .lmct-about-v2__showcase {
    grid-template-columns: 1fr;
  }

  .lmct-about-v2__story,
  .lmct-about-v2__navigator {
    min-height: 0;
  }

  .lmct-about-v2__details {
    grid-template-columns: 1fr;
  }

  .lmct-about-v2-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .lmct-about--v2 {
    padding: 62px 0 54px !important;
  }

  .lmct-about-v2__container {
    width: calc(100% - 32px);
  }

  .lmct-about-v2__header {
    margin-bottom: 30px;
    text-align: left;
  }

  .lmct-about-v2__header h2 {
    font-size: clamp(30px, 8vw, 39px);
  }

  .lmct-about-v2__header > p {
    font-size: 15px;
  }

  .lmct-about-v2__story,
  .lmct-about-v2__navigator {
    padding: 27px 21px;
    border-radius: 21px;
  }

  .lmct-about-v2-link {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .lmct-about-v2-link__icon {
    width: 42px;
    height: 42px;
  }

  .lmct-about-v2-link__arrow {
    display: none;
  }

  .lmct-about-v2__closing {
    grid-template-columns: 1fr;
  }

  .lmct-about-v2__closing span {
    display: none;
  }
}

/* ==================================================
          LMCT PAYMENTS — FULL WIDTH ALIGNMENT
================================================== */

.lmct-payments > .container {
  width: min(1580px, calc(100% - 64px)) !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.lmct-payments__inner {
  width: 100% !important;
  max-width: none !important;
}

.lmct-payments__cashier,
.lmct-payments__switcher {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 767px) {
  .lmct-payments > .container {
    width: calc(100% - 32px) !important;
  }
}

/* ==================================================
             LMCT FOOTER — LEGAL LINKS
================================================== */

.lmct-footer__legal {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lmct-footer__legal > span {
  flex: 0 0 auto;
  color: #35ead3;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lmct-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lmct-footer__legal a {
  color: #aebfc2;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.lmct-footer__legal a:hover,
.lmct-footer__legal a:focus-visible {
  color: #ffffff;
}

/* ==================================================
                 LMCT LEGAL PAGES
================================================== */

body.lmct-legal-page {
  min-height: 100vh;
  background: #071923;
  color: #d9e3e6;
}

.lmct-legal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 82px;
  background:
    radial-gradient(
      circle at 8% 5%,
      rgba(53, 234, 211, 0.08),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 42%,
      rgba(121, 169, 232, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #0d2633 0%, #071923 100%);
}

.lmct-legal::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.09;
  background-image:
    radial-gradient(
      rgba(129, 183, 194, 0.32) 1px,
      transparent 1px
    );
  background-size: 36px 36px;
  pointer-events: none;
  content: "";
}

.lmct-legal__container {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
}

.lmct-legal__hero {
  max-width: 980px;
  margin-bottom: 42px;
}

.lmct-legal__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #35ead3;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lmct-legal__hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: none;
}

.lmct-legal__summary {
  max-width: 880px;
  margin: 20px 0 0;
  color: #b7c7cc;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.lmct-legal__updated {
  display: inline-flex;
  gap: 6px;
  margin-top: 18px;
  color: #81979e;
  font-size: 12px;
  font-weight: 700;
}

.lmct-legal__updated time {
  color: #dce6e8;
}

.lmct-legal__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: 26px;
}

.lmct-legal__contents {
  position: sticky;
  top: calc(var(--lmct-header-height) + 24px);
  padding: 25px;
  border: 1px solid rgba(116, 174, 189, 0.18);
  border-radius: 19px;
  background: rgba(10, 35, 47, 0.88);
}

.lmct-legal__contents strong {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.lmct-legal__contents ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lmct-legal__contents a {
  color: #99adb3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.lmct-legal__contents a:hover,
.lmct-legal__contents a:focus-visible {
  color: #35ead3;
}

.lmct-legal__document {
  min-width: 0;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(116, 174, 189, 0.18);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(17, 48, 61, 0.97),
      rgba(7, 27, 38, 0.99)
    );
  box-shadow: 0 25px 58px rgba(2, 10, 18, 0.22);
}

.lmct-legal__section {
  scroll-margin-top: calc(var(--lmct-header-height) + 24px);
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lmct-legal__section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.lmct-legal__section h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: none;
}

.lmct-legal__section h3 {
  margin: 24px 0 10px;
  color: #e8eff1;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.3;
}

.lmct-legal__section p,
.lmct-legal__section li {
  color: #b7c7cc;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.lmct-legal__section p {
  margin: 0 0 14px;
}

.lmct-legal__section p:last-child {
  margin-bottom: 0;
}

.lmct-legal__section ul,
.lmct-legal__section ol {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding-left: 21px;
}

.lmct-legal__section strong {
  color: #e7eef0;
}

.lmct-legal__section a {
  color: #55d7cf;
  text-decoration: underline;
  text-decoration-color: rgba(85, 215, 207, 0.36);
  text-underline-offset: 3px;
}

.lmct-legal__section a:hover,
.lmct-legal__section a:focus-visible {
  color: #ffffff;
}

.lmct-legal__callout {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 3px solid #35ead3;
  border-radius: 0 14px 14px 0;
  background: rgba(53, 234, 211, 0.06);
}

.lmct-legal__callout--warning {
  border-color: #ff7866;
  background: rgba(255, 120, 102, 0.06);
}

.lmct-legal__page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lmct-legal__page-links a {
  color: #aebfc2;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.lmct-legal__page-links a[aria-current="page"] {
  color: #35ead3;
}

@media (max-width: 991px) {
  .lmct-legal__layout {
    grid-template-columns: 1fr;
  }

  .lmct-legal__contents {
    position: static;
  }

  .lmct-legal__contents ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lmct-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .lmct-footer__legal ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lmct-legal {
    padding: 52px 0 60px;
  }

  .lmct-legal__container {
    width: calc(100% - 32px);
  }

  .lmct-legal__hero h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .lmct-legal__summary {
    font-size: 15px;
  }

  .lmct-legal__document {
    padding: 27px 21px;
    border-radius: 19px;
  }
}
