/* Winnita static template — responsive UI refresh */

:root {
  --site-bg: #070a14;
  --site-bg-soft: #0b1020;
  --site-header: rgba(8, 12, 25, 0.88);
  --site-surface: #11182d;
  --site-surface-2: #151f3a;
  --site-surface-3: #1b2850;
  --site-text: #f7f8ff;
  --site-muted: #aeb9d4;
  --site-line: rgba(155, 177, 230, 0.17);
  --site-accent: #25d6ff;
  --site-accent-2: #725cff;
  --site-accent-warm: #ff5e45;
  --site-gold: #ffd45a;
  --site-success: #44e6a7;
  --site-radius: 20px;
  --site-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --site-width: 1180px;
  --content-width: 1040px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--site-text);
  background:
    radial-gradient(circle at 7% 6%, rgba(37, 214, 255, 0.10), transparent 27rem),
    radial-gradient(circle at 91% 18%, rgba(114, 92, 255, 0.13), transparent 29rem),
    linear-gradient(180deg, #080b17 0%, var(--site-bg) 56%, #060912 100%);
  font-family: "Akshar", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

::selection {
  color: #06101a;
  background: var(--site-accent);
}

a {
  color: var(--site-accent);
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: #8feaff;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.site,
.site-content,
.inside-article,
.entry-content,
.footer-widgets,
.site-info {
  max-width: 100%;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--site-line);
  background: var(--site-header) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.site-header .inside-header.grid-container {
  display: flex;
  width: min(100%, var(--site-width));
  min-height: 78px;
  margin: 0 auto;
  padding: 12px 22px;
  align-items: center;
  gap: 20px;
  flex-flow: row nowrap;
  text-align: left;
}

.site-logo {
  flex: 0 0 auto;
  max-width: min(190px, 48vw);
  line-height: 0;
}

.site-header .header-image {
  display: block;
  width: 184px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(37, 214, 255, .10));
}

.header-widget {
  display: none !important;
}

#mobile-menu-control-wrapper {
  display: none;
}

#site-navigation {
  flex: 1 1 auto;
  margin-left: auto;
  background: transparent !important;
}

#site-navigation .inside-navigation.grid-container {
  display: flex;
  width: 100%;
  max-width: none;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}

#site-navigation .menu-toggle {
  display: none;
}

#site-navigation .main-nav {
  display: block;
  width: auto;
}

#site-navigation .main-nav > ul {
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

#site-navigation .main-nav ul li a {
  position: relative;
  display: flex;
  min-height: 42px;
  padding: 0 12px;
  align-items: center;
  color: #eaf0ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

#site-navigation .main-nav ul li a:hover,
#site-navigation .main-nav ul li a:focus,
#site-navigation .main-nav ul li.current-menu-item > a {
  color: #fff;
  border-color: rgba(37, 214, 255, .22);
  background: linear-gradient(135deg, rgba(37, 214, 255, .12), rgba(114, 92, 255, .13));
  transform: translateY(-1px);
}

/* Layout shell */
#page.site.grid-container {
  width: min(100%, var(--site-width));
  margin: 0 auto;
  padding: 0 20px;
}

.site-content {
  display: block;
  width: 100%;
}

#primary,
.site-content .content-area {
  width: 100% !important;
  float: none !important;
}

.widget-area,
#right-sidebar,
#left-sidebar {
  display: none !important;
}

.separate-containers .site-main {
  margin: 24px 0 34px;
}

.separate-containers .inside-article {
  width: 100%;
  padding: clamp(22px, 4vw, 46px);
  color: var(--site-text);
  border: 1px solid var(--site-line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 24, 45, .97), rgba(9, 14, 29, .96));
  box-shadow: var(--site-shadow);
}

.entry-header:empty {
  display: none;
}

.inside-article > .entry-content:not(:first-child) {
  margin-top: 0;
}

.entry-content {
  width: min(100%, var(--content-width));
  max-width: 100%;
  margin-inline: auto;
  overflow-x: clip;
  color: var(--site-text);
  font-size: clamp(16px, 1.25vw, 18px);
  overflow-wrap: break-word;
  word-break: normal;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #fff;
  letter-spacing: -0.018em;
  overflow-wrap: break-word;
}

.entry-content h1 {
  margin: 1.15em 0 .55em;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700;
  line-height: 1.08;
}

.entry-content h2 {
  position: relative;
  margin: 1.75em 0 .65em;
  padding-left: 20px;
  font-size: clamp(27px, 3.1vw, 39px);
  font-weight: 650;
  line-height: 1.16;
}

.entry-content h2::before {
  content: "";
  position: absolute;
  top: .14em;
  bottom: .14em;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--site-accent), var(--site-accent-2));
  box-shadow: 0 0 22px rgba(37, 214, 255, .34);
}

.entry-content h3 {
  margin: 1.35em 0 .5em;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 650;
  line-height: 1.25;
}

.entry-content p {
  margin: 0 0 1.05em;
  color: #dce4f8 !important;
}

.entry-content li {
  color: #dce4f8 !important;
}

.entry-content strong,
.entry-content b {
  color: #fff;
  font-weight: 650;
}

.entry-content ol,
.entry-content ul {
  margin: 1em 0 1.25em;
  padding: 0 0 0 1.4em;
}

.entry-content li + li {
  margin-top: .42em;
}

.entry-content ul li::marker {
  color: var(--site-accent);
}

.entry-content ol li::marker {
  color: var(--site-gold);
  font-weight: 700;
}

.entry-content blockquote {
  margin: 1.5em 0;
  padding: 18px 22px;
  color: #eef3ff;
  border: 1px solid rgba(37, 214, 255, .22);
  border-left: 5px solid var(--site-accent);
  border-radius: 16px;
  background: rgba(37, 214, 255, .06);
}

/* Hero */
body .entry-content .hero-banner,
.hero-banner {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 2560 / 464;
  overflow: hidden;
  border: 1px solid rgba(113, 132, 255, .35);
  border-radius: 22px !important;
  background-color: #172b69;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .36), inset 0 0 0 1px rgba(255,255,255,.04);
}

body .entry-content > a:first-child {
  display: block;
  border-radius: 22px;
  text-decoration: none;
}

body .entry-content > a:first-child:focus-visible {
  outline: 3px solid var(--site-accent);
  outline-offset: 4px;
}

/* CTA */
.winnita-cta-large-btn {
  margin: 24px 0 42px;
  text-align: center;
}

body .entry-content .cta-btn-large,
.cta-btn-large {
  position: relative;
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
  min-height: 56px;
  padding: 15px 34px !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff754e 0%, #ff493e 52%, #ff6a3c 100%) !important;
  box-shadow: 0 14px 35px rgba(255, 77, 61, .32), inset 0 1px rgba(255,255,255,.22) !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  animation: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

body .entry-content .cta-btn-large::before,
.cta-btn-large::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .6;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.25) 43%, transparent 63%);
  transform: translateX(-125%);
  transition: transform .55s ease;
}

body .entry-content .cta-btn-large::after,
.cta-btn-large::after {
  content: "→";
  position: static !important;
  margin-left: 10px;
  opacity: 1 !important;
  font-size: 21px;
  line-height: 1;
  transform: none !important;
}

body .entry-content .cta-btn-large:hover,
body .entry-content .cta-btn-large:focus,
.cta-btn-large:hover,
.cta-btn-large:focus {
  padding: 15px 34px !important;
  color: #fff !important;
  filter: brightness(1.07);
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(255, 77, 61, .42), inset 0 1px rgba(255,255,255,.25) !important;
}

body .entry-content .cta-btn-large:hover::before,
.cta-btn-large:hover::before {
  transform: translateX(125%);
}

/* Bonus card */
.winnita-cta-bonus-card {
  position: relative;
  width: min(100%, 570px) !important;
  max-width: 570px !important;
  margin: 30px auto 44px !important;
  padding: 30px !important;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid rgba(89, 151, 255, .30) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(37,214,255,.18), transparent 14rem),
    linear-gradient(135deg, #111d42 0%, #17295d 58%, #21174c 100%) !important;
  box-shadow: 0 24px 55px rgba(0,0,0,.35) !important;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.winnita-cta-bonus-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(114,92,255,.18);
  filter: blur(10px);
}

.winnita-cta-bonus-card:hover {
  border-color: rgba(37,214,255,.48) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 30px 68px rgba(0,0,0,.42) !important;
}

.winnita-cta-bonus-card .card-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 8px !important;
  color: var(--site-gold) !important;
  font-size: 50px !important;
  filter: drop-shadow(0 8px 16px rgba(255,212,90,.22));
  animation: none !important;
}

.winnita-cta-bonus-card .bonus-title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: clamp(23px, 3vw, 31px) !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  line-height: 1.12;
  text-transform: none !important;
}

.winnita-cta-bonus-card .bonus-desc {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin: 0 auto 22px !important;
  color: #cdd8f2 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.45;
}

.winnita-cta-bonus-card .cta-btn-large {
  position: relative;
  z-index: 1;
}

/* Swiper shared */
body .entry-content .swiper,
.swiper {
  position: relative;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 18px 42px 46px !important;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(21,31,58,.82), rgba(11,16,32,.75));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.swiper-wrapper {
  box-sizing: border-box;
  align-items: stretch;
}

.swiper-slide {
  min-width: 0;
  height: auto !important;
  text-align: center;
}

.swiper-slide a {
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px !important;
  height: 34px !important;
  margin-top: -22px !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(9,14,29,.88);
  box-shadow: 0 9px 22px rgba(0,0,0,.24);
  backdrop-filter: blur(8px);
}

.swiper-button-next {
  right: 7px !important;
  margin-right: 0 !important;
}

.swiper-button-prev {
  left: 7px !important;
  margin-left: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important;
  font-weight: 800;
}

.swiper-pagination {
  bottom: 14px !important;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #8c9ab8 !important;
  opacity: .55;
  transition: width .2s ease, border-radius .2s ease, opacity .2s ease;
}

.swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--site-accent), var(--site-accent-2)) !important;
  opacity: 1;
}

/* Game cards */
.mySwiper .swiper-slide {
  display: flex;
}

.mySwiper .swiper-slide > a {
  position: relative;
  display: flex !important;
  width: 100%;
  min-height: 100%;
  padding: 9px 9px 13px;
  flex-direction: column;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid rgba(132,152,210,.18);
  border-radius: 17px;
  background: linear-gradient(180deg, #1a2547, #10182f);
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
  text-align: left;
  transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.mySwiper .swiper-slide > a:hover,
.mySwiper .swiper-slide > a:focus {
  color: #fff !important;
  border-color: rgba(37,214,255,.48);
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(0,0,0,.32), 0 0 0 1px rgba(37,214,255,.08);
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  margin: 0 0 11px !important;
  object-fit: cover;
  border-radius: 12px !important;
  background: #0a0f20;
}

.mySwiper .swiper-slide span {
  display: block;
  min-height: 2.35em;
  padding: 0 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.17;
}

.mySwiper .swiper-slide p {
  margin: auto 0 0 !important;
  padding: 7px 3px 0;
  color: #8feaff !important;
  font-size: 13px;
  line-height: 1.2;
}

/* Providers */
#provider {
  margin-bottom: 8px;
}

.mySwiper2 .swiper-slide {
  display: flex;
  align-items: stretch;
}

.mySwiper2 .swiper-slide > a {
  display: flex !important;
  width: 100%;
  min-height: 108px;
  padding: 20px 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(132,152,210,.18);
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fbff, #dbe5f6);
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.mySwiper2 .swiper-slide > a:hover,
.mySwiper2 .swiper-slide > a:focus {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0,0,0,.28);
}

.mySwiper2 .swiper-slide img {
  display: block;
  width: 100% !important;
  max-width: 150px !important;
  max-height: 66px;
  margin: 0 auto !important;
  object-fit: contain;
  border-radius: 0 !important;
}

/* Reviews */
.myReviews .swiper-slide {
  display: flex;
  min-width: 0;
  max-width: 100%;
}

.review-card {
  position: relative;
  display: flex !important;
  width: 100%;
  min-height: 335px !important;
  height: auto !important;
  padding: 24px 20px !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(132,152,210,.20);
  border-radius: 19px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,214,255,.13), transparent 12rem),
    linear-gradient(180deg, #1a2c64 0%, #14224a 100%) !important;
  box-shadow: 0 18px 36px rgba(0,0,0,.24);
}

.review-card::before {
  content: "“";
  position: absolute;
  top: -20px;
  right: 12px;
  color: rgba(255,255,255,.08);
  font-family: Georgia, serif;
  font-size: 130px;
  line-height: 1;
}

.review-card img,
.myReviews img {
  display: block;
  width: 86px !important;
  height: 86px !important;
  margin: 0 auto 11px !important;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,.22);
  border-radius: 50% !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
}

.review-card > div:not(.review-rating) {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-size: 18px;
  font-weight: 650;
}

.review-rating {
  margin: 1px 0;
  color: var(--site-gold) !important;
  font-size: 17px;
  letter-spacing: 2px;
}

.review-date {
  color: #93a6d3 !important;
  font-size: 13px;
}

.review-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0 !important;
  color: #e1e8f8 !important;
  font-size: 15px;
  line-height: 1.48;
  overflow-wrap: break-word;
}

/* Tables and media */
.entry-content table {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 1.45em 0;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  background: rgba(15,23,44,.72);
}

.entry-content th,
.entry-content td {
  padding: 13px 15px;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  text-align: left;
  vertical-align: top;
}

.entry-content th {
  color: #fff;
  background: rgba(37,214,255,.08);
  font-weight: 650;
}

.entry-content tr:last-child td {
  border-bottom: 0;
}

.entry-content th:last-child,
.entry-content td:last-child {
  border-right: 0;
}

.entry-content figure,
.entry-content .wp-block-image {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.entry-content .wp-block-image img {
  width: auto;
  max-width: 100%;
  border-radius: 18px;
}

pre,
code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

/* Author */
.author-box {
  display: flex !important;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 13px 16px;
  align-items: center;
  gap: 12px !important;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}

.author-avatar img {
  width: 48px !important;
  height: 48px !important;
  object-fit: cover;
  border: 2px solid rgba(37,214,255,.34);
  border-radius: 50% !important;
}

.author-name {
  color: #fff !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

/* Author archive */
.archive .site-main article {
  margin-bottom: 20px;
}

.archive .inside-article {
  color: var(--site-text);
}

.archive .entry-title a {
  color: #fff;
}

/* Footer */
.site-footer {
  margin-top: 16px;
  color: #fff;
}

.footer-widgets {
  color: #fff;
  border-top: 1px solid var(--site-line);
  background: #0a0f1e !important;
}

.footer-widgets-container.grid-container,
.inside-site-info.grid-container {
  width: min(100%, var(--site-width));
  margin: 0 auto;
  padding: 26px 22px;
}

.footer-widgets .inside-footer-widgets {
  align-items: center;
}

.footer-widgets .widget {
  color: #d6def2;
}

.footer-widgets figure {
  margin: 0;
}

.footer-widgets a,
.site-info a {
  color: #fff;
}

.site-info {
  color: #c7d1e8;
  border-top: 1px solid rgba(255,255,255,.05);
  background: #070b16 !important;
}

.inside-site-info {
  align-items: flex-start !important;
}

.footer-bar {
  width: 100%;
}

.footer-bar .menu {
  display: flex;
  margin: 0 0 18px;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
}

.footer-bar .menu li {
  margin: 0;
}

.footer-bar .menu a {
  color: #dbe4f8;
  font-size: 14px;
  text-decoration: none;
}

.footer-bar .menu a:hover,
.footer-bar .menu a:focus {
  color: var(--site-accent);
}

.footer-bar pre {
  margin: 0;
  color: #8695b6;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
}

.custom-sticky-footer {
  display: grid;
  width: min(calc(100% - 32px), 980px);
  margin: 20px auto 28px;
  padding: 14px 16px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  color: #fff;
  border: 1px solid rgba(37,214,255,.26);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(17,31,68,.96), rgba(27,20,60,.96));
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
}

.custom-sticky-footer .footer-col {
  min-width: 0;
}

.custom-sticky-footer .image-col {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-sticky-footer .image-col .footer-button {
  display: none;
}

.custom-sticky-footer img {
  display: block;
  width: 128px;
  max-width: 24vw;
}

.custom-sticky-footer .text-col {
  color: #eef3ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.footer-button {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 21px;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 12px;
  background: linear-gradient(135deg, #ff724e, #ff4c40);
  box-shadow: 0 10px 24px rgba(255,76,64,.26);
  font-weight: 700;
  text-decoration: none;
}

/* Tablet navigation */
@media (max-width: 1120px) {
  .site-header .inside-header.grid-container {
    flex-wrap: wrap;
  }

  #mobile-menu-control-wrapper {
    display: flex !important;
    width: 46px;
    height: 46px;
    margin-left: auto !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
  }

  #mobile-menu-control-wrapper .menu-toggle {
    display: flex !important;
    width: 46px;
    height: 46px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(37,214,255,.11), rgba(114,92,255,.14));
    line-height: 1;
  }

  #mobile-menu-control-wrapper .menu-toggle svg {
    width: 21px;
    height: 21px;
  }

  #mobile-menu-control-wrapper .menu-toggle .gp-icon svg:nth-child(2) {
    display: none;
  }

  #mobile-menu-control-wrapper .menu-toggle[aria-expanded="true"] .gp-icon svg:first-child {
    display: none;
  }

  #mobile-menu-control-wrapper .menu-toggle[aria-expanded="true"] .gp-icon svg:nth-child(2) {
    display: block;
  }

  #mobile-menu-control-wrapper .menu-toggle .mobile-menu,
  #mobile-menu-control-wrapper .menu-toggle .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  #site-navigation {
    flex-basis: 100%;
    width: 100%;
    order: 20;
    margin: 0 !important;
  }

  #site-navigation .menu-toggle {
    display: none !important;
  }

  #site-navigation:not(.toggled) {
    display: none !important;
  }

  #site-navigation.toggled {
    display: block !important;
    margin-top: 2px !important;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: 17px;
    background: rgba(12,18,35,.98) !important;
    box-shadow: 0 22px 45px rgba(0,0,0,.32);
  }

  #site-navigation.toggled .inside-navigation,
  #site-navigation.toggled .main-nav,
  #site-navigation.toggled .main-nav > ul {
    display: block !important;
    width: 100%;
  }

  #site-navigation.toggled .main-nav li {
    width: 100%;
  }

  #site-navigation.toggled .main-nav ul li a {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.62;
  }

  body::before {
    opacity: .2;
    background-size: 32px 32px;
  }

  .site-header .inside-header.grid-container {
    min-height: 68px;
    padding: 10px 14px;
  }

  .site-logo {
    max-width: calc(100% - 60px);
  }

  .site-header .header-image {
    width: 158px;
  }

  #page.site.grid-container {
    padding: 0 10px;
  }

  .separate-containers .site-main {
    margin: 10px 0 22px;
  }

  .separate-containers .inside-article {
    padding: 18px 14px 28px;
    border-radius: 20px;
  }

  .entry-content {
    font-size: 16px;
  }

  .entry-content h1 {
    margin-top: 1.05em;
    font-size: clamp(31px, 10vw, 42px);
  }

  .entry-content h2 {
    margin-top: 1.55em;
    padding-left: 15px;
    font-size: clamp(25px, 7.5vw, 32px);
  }

  .entry-content h2::before {
    width: 4px;
  }

  body .entry-content .hero-banner,
  .hero-banner {
    height: clamp(118px, 36vw, 170px) !important;
    min-height: 118px;
    border-radius: 17px !important;
    background-position: center center !important;
  }

  body .entry-content > a:first-child {
    border-radius: 17px;
  }

  .winnita-cta-large-btn {
    margin: 14px 0 32px;
  }

  body .entry-content .cta-btn-large,
  .cta-btn-large,
  body .entry-content .cta-btn-large:hover,
  .cta-btn-large:hover {
    width: 100% !important;
    min-height: 52px;
    padding: 13px 18px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .winnita-cta-bonus-card {
    max-width: 100% !important;
    margin: 24px auto 34px !important;
    padding: 24px 16px !important;
    border-radius: 18px !important;
  }

  .winnita-cta-bonus-card .bonus-title {
    font-size: 24px !important;
  }

  body .entry-content .swiper,
  .swiper {
    padding: 14px 32px 42px !important;
    border-radius: 18px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .swiper-button-next {
    right: 2px !important;
  }

  .swiper-button-prev {
    left: 2px !important;
  }

  .mySwiper .swiper-slide span {
    font-size: 15px;
  }

  .mySwiper2 .swiper-slide > a {
    min-height: 92px;
    padding: 16px 10px;
  }

  .review-card {
    min-height: 320px !important;
    padding: 22px 17px !important;
  }

  .entry-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
  }

  .entry-content th,
  .entry-content td {
    min-width: 135px;
    padding: 11px 12px;
  }

  .footer-widgets-container.grid-container,
  .inside-site-info.grid-container {
    padding: 22px 16px;
  }

  .inside-site-info {
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }

  .footer-bar .menu {
    gap: 7px 13px;
  }

  .custom-sticky-footer {
    width: calc(100% - 20px);
    margin: 12px auto 18px;
    padding: 13px;
    grid-template-columns: 1fr auto;
    gap: 10px;
    border-radius: 15px;
  }

  .custom-sticky-footer .image-col {
    display: none;
  }

  .custom-sticky-footer .text-col {
    font-size: 14px;
    text-align: left;
  }

  .footer-button {
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 11px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  #page.site.grid-container {
    padding: 0 7px;
  }

  .separate-containers .inside-article {
    padding-inline: 12px;
  }

  .site-header .header-image {
    width: 142px;
  }

  .entry-content h1 {
    font-size: 30px;
  }

  .entry-content h2 {
    font-size: 25px;
  }

  body .entry-content .swiper,
  .swiper {
    padding-inline: 27px !important;
  }

  .mySwiper .swiper-slide > a {
    padding: 7px 7px 11px;
    border-radius: 14px;
  }

  .mySwiper .swiper-slide img {
    border-radius: 10px !important;
  }

  .custom-sticky-footer {
    grid-template-columns: 1fr;
  }

  .custom-sticky-footer .text-col {
    text-align: center;
  }

  .custom-sticky-footer .button-col {
    width: 100%;
  }

  .custom-sticky-footer .footer-button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Dedicated home hero crop keeps the offer readable on narrow screens. */
@media (max-width: 768px) {
  body .entry-content .hero-banner {
    height: clamp(164px, 47vw, 205px) !important;
    min-height: 164px;
    background-image: url("/wp-content/uploads/2025/05/winnita-hero-mobile.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}
