@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter Regular"), url("../fonts/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local("Inter Medium"), url("../fonts/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local("Inter Semi Bold"), url("../fonts/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter Bold"), url("../fonts/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: local("Inter Extra Bold"), url("../fonts/Inter-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: local("Inter Black"), url("../fonts/Inter-Black.woff") format("woff");
}

*,
*:after,
*:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}

:root {
  --font-family: sans-serif;
  --blue: #005ebf;
  --text: #000000;
  --darkText: #364153;
  --red: #c61414;
  --title-accent: #c61414;
}

html {
  scroll-behavior: smooth;
}

body.body-inner-page {
  --font-family: "Inter", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  color: var(--text);
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}

.lock {
  overflow: hidden;
}

.page-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-content>* {
  width: 100%;
}

.page-content header.header,
.page-content footer.footer {
  flex-shrink: 0;
}

.page-content main {
  flex-grow: 1;
}

main {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-bottom: 120px;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: red;

}

*,
*:focus {
  outline: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-cover,
.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

input,
button,
textarea {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
}

button,
input[type=submit] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/*vendore*/

.d-flex,
.d-flex-cy,
.flex-column,
.icon-txt {
  display: flex;
  gap: 8px;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.d-flex-cy,
.icon-txt {
  align-items: center;
}

.d-flex.xs-flex-column {
  flex-direction: column;
}

h1,
.h1,
h2,
.h2,
.h3,
h3 {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--blue);
}

h2,
.h2 {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.54;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.h-18 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #364153;
  text-transform: none;
}

.text-xl-center {
  text-align: center;
}

.txt-center {
  text-align: center;
}

.text-half p,
.text-half h1,
.text-half h2,
.text-half h3,
.text-half h4 {
  width: 80%;
  max-width: 678px;
}

.title-accent h1,
.title-accent h2,
.title-accent h3,
.title-accent h4 {
  color: var(--title-accent);
}

.custom-text>*:first-child {
  margin-top: 0;
}

.custom-text>*:last-child {
  margin-bottom: 0;
}

.custom-text h2 {
  margin-bottom: 16px;
  margin-top: 40px;
}

.custom-text h3 {
  margin-top: 30px;
  margin-bottom: 8px;
}

.custom-text h2+h3 {
  margin-top: 8px;
}

.custom-text p {
  margin-bottom: 16px;
  line-height: 1.6;
}

svg {
  display: inline-block;
}

.svg-search {
  width: 18px;
  height: 17px;
  color: black;
}

.form-item {
  position: relative;
}

.form-item .form-input,
.form-item .form-textarea {
  width: 100%;
  display: block;
  font-family: var(--font-family);
  font-size: 16px;
  padding-inline: 11px;
  color: var(--black);
}

.form-item .form-input::-moz-placeholder,
.form-item .form-textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-size: 16px;
  text-transform: capitalize;
  color: #b3b3b3;
}

.form-item .form-input::placeholder,
.form-item .form-textarea::placeholder {
  font-family: var(--font-family);
  font-size: 16px;
  text-transform: capitalize;
  color: #b3b3b3;
}

.search-button {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .form-input {
  height: 33px;
  background-color: #F1EEEE;
}

.search-form input:-webkit-autofill,
.search-form input:-webkit-autofill:hover,
.search-form input:-webkit-autofill:focus,
.search-form input:-webkit-autofill:active {
  box-shadow: 0 0 0 50px #F1EEEE inset !important;
  -webkit-box-shadow: 0 0 0 50px #F1EEEE inset !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 5px;
  height: 58px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: var(--blue);
  border: 2px solid var(--blue);
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.nav-menu-wrapper {
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 75px;
  column-gap: 75px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu .nav-menu__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
  text-transform: uppercase;
  color: var(--darkText);
  padding-block: 5px;
  white-space: nowrap;
  transition: 0.3s;
}

.nav-menu .nav-menu__link:hover {
  color: var(--red);
}

.nav-menu__item.active .nav-menu__link {
  color: var(--red);
}

/*BURGER*/

.menu-toggle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: black;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  background-color: black;
}

.menu-toggle span::before {
  top: -7px;
}

.menu-toggle span::after {
  top: 7px;
}

/* Active state */

.menu-toggle.active span {
  background-color: transparent;
}

.menu-toggle.active span::before,
.menu-toggle.active span::after {
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  background-color: black;
}

.menu-toggle.active span::before {
  transform: rotate(45deg);
}

.menu-toggle.active span::after {
  transform: rotate(-45deg);
}

.game-card+.game-card {
  margin-top: 30px;
}

.game-cards-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.game-card {
  display: flex;
  align-items: center;
  background: #f1eeee;
  border-radius: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 75px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  position: relative;
}

.game-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.game-card-label {
  position: absolute;
  left: 0;
  top: 18px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background: #d4af3a;
  border-radius: 0 1px 1px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 130px;
  padding-inline: 25px 9px;
  height: 16px;
  white-space: nowrap;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}

.game-card-content {
  flex-grow: 1;
  display: flex;
  -moz-column-gap: 86px;
  column-gap: 86px;
  align-items: center;
}

.game-card__img {
  width: 126px;
  aspect-ratio: 126/124;
  flex-shrink: 0;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.game-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.game-card__group {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  flex-grow: 1;
}

.game-card__text {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.game-card__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 107%;
  text-align: center;
  justify-content: center;
  text-align: center;
  color: #4a5565;
  row-gap: 2px;
}

.game-card__list {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #57656d;
}

.game-card__list>*+* {
  margin-top: 12px;
}

.game-card__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 52px;
}

.game-card__num span {
  width: 100%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 0 1px 1px 0;
  font-weight: 600;
  font-size: 10px;
  color: #4a5565;
  background: #d9d9d9;
}

.game-card-button {
  flex-shrink: 0;
}

.game-card-button .btn {
  min-width: 225px;
}

.header {
  background-color: #fff;
  padding-block: 30px;
}

.header .logo {
  flex-shrink: 0;
}

.header .logo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .header-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
  column-gap: 22px;
}

.header .header-search {
  margin-left: 230px;
  width: 355px;
  flex-shrink: 0;
}

.header .header-search {
  display: none;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.header--inner .search-button.open-search-form {
  display: none;
}

.header.header--inner .header-search {
  display: block;
}

.header.header--inner .header-container {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 55px;
}

.header.header--inner .header-container>* {
  width: 100%;
}

.header.header--inner .nav-menu {
  -moz-column-gap: 27px;
  column-gap: 27px;
}

.hero {
  padding-top: 60px;
}

.hero__content>*+* {
  margin-top: 16px;
}

.hero__img {
  border-radius: 8px;
  overflow: hidden;
  height: 304px;
  width: 100%;
}

.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.transform-list label {
  display: block;
  position: relative;
}

.transform-list label input {
  width: 0.01px;
  height: 0.01px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.transform-list label ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.transform-list label input:checked+ul {
  display: block;
}

.transform-list__title {
  position: relative;
}

.transform-list__title:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  color: white;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3e%3csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z' fill='%23ffffff'/%3e%3c/svg%3e");
  display: none;
}

footer.footer {
  padding-block: 60px;
  background-color: #101828;
}

footer.footer .footer-top {
  margin-bottom: 40px;
}

.footer-logo img {
  width: 180px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 150px;
  column-gap: 150px;
}

.footer-nav .transform-list__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #98a1ae;
}

.footer-nav__item {
  border-bottom: 1px solid #98a1ae;
}

.footer-nav__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #98a1ae;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  white-space: nowrap;
}

@media (min-width: 744px) {
  .d-flex.xs-flex-column {
    flex-direction: row;
  }
}

@media (max-width: 1439px) {
  .game-card-content {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .game-card__group {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .game-card__text {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media (max-width: 1364px) {
  .container {
    max-width: 100%;
    padding-inline: 80px;
  }
}

@media (min-width: 1364px) {
  .game-card__rating {
    font-size: 30px;
  }
}

@media (max-width: 1279px) {
  .container {
    padding-inline: 60px;
  }
}

@media (max-width: 1199px) {
  .game-card {
    padding-right: 30px;
  }

  .game-card__img {
    width: 95px;
    aspect-ratio: 95/92;
  }

  .game-card-button .btn {
    min-width: unset;
  }

  .header .header-search {
    margin-left: auto;
  }

  .header {
    padding-block: 20px;
  }

  .hero {
    padding-top: 80px;
  }

  .footer-nav {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  .footer-nav .transform-list__title {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  main {
    row-gap: 50px;
    margin-bottom: 60px;
  }

  .container {
    padding-inline: 30px;
  }

  .game-card+.game-card {
    margin-top: 20px;
  }

  .game-cards-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .game-card-content {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .game-card__group {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .game-card__text {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .hero {
    padding-top: 50px;
  }

  .footer-nav {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media (max-width: 767px) {

  html,
  body {
    font-size: 15px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  .h-18 {
    font-size: 15px;
  }

  .text-xl-center {
    text-align: left;
  }

  .text-half p,
  .text-half h1,
  .text-half h2,
  .text-half h3,
  .text-half h4 {
    width: 100%;
  }

  .btn {
    height: 46px;
  }

  .nav-menu-wrapper {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    z-index: 5;
    transition: 0.2s;
    transform: translateX(110%);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
  }

  .nav-menu-wrapper.active {
    transform: translateX(0);
  }

  .nav-menu-wrapper .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    background-color: #fff;
    width: 100%;
    max-width: 375px;
    padding: 20px;
  }

  .menu-toggle {
    display: flex;
  }

  .game-card {
    -moz-column-gap: 11px;
    column-gap: 11px;
  }

  .game-card-label {
    width: -moz-max-content !important;
    width: max-content !important;
    top: 12px;
    min-width: 101px;
    padding-inline: 14px 4px;
    height: 14px;
  }

  .game-card-content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }

  .game-card__group {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .game-card__text {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }

  .game-card__rating {
    flex-direction: row;
    align-items: flex-start;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .game-card__list {
    font-size: 13px;
  }

  .game-card__list>*+* {
    margin-top: 6px;
  }

  .game-card-button .btn {
    width: 100%;
  }

  .game-card-button {
    width: 100%;
  }

  .header.header--inner .search-button.open-search-form {
    display: flex;
    margin-left: auto;
  }

  .header.header--inner .header-search {
    display: none;
  }

  .hero__content>*+* {
    margin-top: 10px;
  }

  .transform-list label ul {
    display: none;
  }

  .transform-list__title:after {
    display: block;
  }

  footer.footer {
    padding-top: 32px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .footer-nav .transform-list__title {
    font-size: 16px;
  }

  .footer-nav__link {
    font-size: 14px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .nav-menu-wrapper .nav-menu {
    padding: 20px 14px;
  }
}

@media (max-width: 599px) {
  .container {
    padding-inline: 14px;
  }
}

@media (max-width: 575px) {
  .game-card__num {
    width: 16px;
    height: 24px;
  }
}


table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

table th {
  background-color: #f4f4f4;
  font-weight: 700;
  color: var(--darkText);
}

table td {
  background-color: #fff;
  color: var(--darkText);
}

table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

table td {
  font-size: 16px;
  line-height: 1.6;
}

.highlight-text {
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  font-weight: 600;
  color: #364153;
  text-align: center;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}

@media (max-width: 767px) {
  table {
    min-width: 600px;
  }

  table th,
  table td {
    padding: 8px 6px;
    font-size: 14px;
  }

  table td {
    word-break: break-word;
  }
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.table-responsive:active {
  cursor: grabbing;
}

.contact-form {
  margin-top: 30px;
  max-width: 600px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--darkText);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: var(--font-family);
  font-size: 16px;
}

.form-group textarea {
  resize: vertical;
}

.contact-form .btn {
  margin-top: 10px;
}

.images__for_cards {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*  POPUP  */
.offer-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.offer-modal[aria-hidden="false"] {
  display: block;
}

.offer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, .72);
  -webkit-backdrop-filter: saturate(120%) blur(2px);
  backdrop-filter: saturate(120%) blur(2px);
}

.offer-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 92vw);
  margin: clamp(12px, 6vh, 48px) auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  max-height: calc(100dvh - 10dvh)
}

@supports not (height: 100dvh) {
  .offer-dialog {
    max-height: calc(100vh - 10vh);
  }
}

.offer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: #F1EEEE;
  color: #364153;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: opacity .15s ease;
  z-index: 3;
}

.offer-close:hover {
  opacity: .85;
}

.offer-close:focus-visible {
  outline: 3px solid #d1e1ff;
  outline-offset: 2px;
}

.offer-media {
  position: relative;
  background: #000;
  min-height: 240px;
}

.offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.offer-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #d4af3a;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  letter-spacing: .02em;
}

.offer-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 20px;
}

.offer-content .h2 {
  color: var(--blue);
  text-transform: none;
  margin: 0;
}

.offer-content .h-18 {
  color: #e5e7eb;
  margin: 0;
}

.offer-points {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  color: var(--darkText);
}

.offer-points li {
  margin: 6px 0;
}

.offer-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.offer-timer {
  font-weight: 700;
  color: var(--red);
  font-size: 14px;
  background: #fff3f3;
  border: 1px solid #ffe0e0;
  padding: 6px 10px;
  border-radius: 6px;
}

.offer-cta-row .btn {
  --btn-h: 56px;
  min-height: var(--btn-h);
  padding: 0 22px;
  border-radius: 12px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .01em;
  text-transform: none;
  background: linear-gradient(180deg, #0a66ff 0%, #0052cc 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(10, 102, 255, .35), 0 2px 0 rgba(0, 0, 0, .08) inset;
  transition: transform .06s ease, filter .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.offer-cta-row .btn:hover {
  filter: saturate(1.15) brightness(1.02);
}

.offer-cta-row .btn:active {
  transform: translateY(1px);
}

.offer-cta-row .btn:focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: 2px;
}

.offer-noshow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #57656d;
  font-size: 14px;
}

.offer-terms {
  color: #8a96a3;
  line-height: 1.4;
  display: block;
}

@media (max-width:1023px) {
  .offer-dialog {
    grid-template-columns: 1fr;
    width: 70vw;
    margin: clamp(10px, 5vh, 28px) auto;
  }
}

@media (max-width:640px) {
  .header .logo img {
    height: 35px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 18px;
  }

  .brand_img {
    padding: 20px 0 20px 0;
  }

  .offer-modal[aria-hidden="false"] {
    display: block;
    display: flex;
    align-items: center;
  }

  .offer-dialog {
    width: 70vw;
    width: 335px;
    max-height: calc(100dvh - 8dvh);
  }

  .offer-dialog .offer-media {
    min-height: unset;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 30px;
  }

  .offer-content {
    align-items: stretch;
    padding: 20px;
  }

  .offer-cta-row {
    position: sticky;
    bottom: calc(env(safe-area-inset-bottom) + 0px);
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 2;
  }

  .offer-cta-row .btn {
    width: 100%;
    min-height: 54px;
    font-size: 17px;
  }

  .offer-timer {
    width: 100%;
    text-align: center;
  }

  .offer-media img {
    width: 100%;
    /* height:70%; */
    height: auto;
    object-fit: cover;
    object-fit: contain;
    display: block;
  }
}

@media (max-width:360px) {
  .offer-content .h2 {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-cta-row .btn {
    transition: none;
  }
}

@media (prefers-color-scheme: dark) {
  .offer-dialog {
    background: #0b0f17;
  }

  .offer-content .h2 {
    color: #8ab4ff;
  }

  .offer-content,
  .offer-points,
  .offer-terms {
    color: #e5e7eb;
  }

  .offer-timer {
    background: #2b1f1f;
    border-color: #4a2b2b;
  }

  .offer-backdrop {
    background: rgba(0, 0, 0, .75);
  }
}

/* Sticky Banner */
.sticky-offer {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999;
  background: linear-gradient(180deg, #0a66ff 0%, #0052cc 100%);
  color: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .25);
  max-width: 340px;
  width: 90%;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.4s ease, transform 0.4s ease;
}

.sticky-offer.collapsed {
  max-height: 60px;
}

.sticky-offer.expanded {
  max-height: 220px;
}

.sticky-offer__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.4;
}

.sticky-offer__btn {
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  background: #fff;
  color: #0052cc;
  font-weight: 800;
  font-size: 15px;
  border: none;
  text-align: center;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-offer__btn:hover {
  filter: brightness(1.05);
}

@media (max-width: 640px) {
  .sticky-offer {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__img{height: auto;}
.custom-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  max-height: 420px;
  margin-block: 30px;
  
}
.custom-img {border-radius: 16px;}
@media (max-width: 991px) {
.custom-img{max-height: 380px;}
.hero__img{height: auto;}
}
@media (max-width: 767px) {

.custom-img {aspect-ratio: 59/96; max-height: 450px;  max-width: 320px;margin-inline: auto;}
.hero__img{height: auto;}
}