*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  background: #d99340;
}
body {
  font-family: "Nunito", system-ui, sans-serif;
  background: #d99340;
  color: #2d1a0a;
  line-height: 1.65;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #762f2d;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #954d27;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}
.wrapper-xk7 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Baloo 2", sans-serif;
  font-size: 0.92rem;
  line-height: 1.2;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.btn:active {
  transform: translateY(0);
}
.btn--login {
  background: #762f2d;
  color: #fff;
  border-color: #762f2d;
}
.btn--login:hover {
  background: #5a2321;
  color: #fff;
  border-color: #5a2321;
}
.btn--signup {
  background: #00b862;
  color: #fff;
  border-color: #00b862;
}
.btn--signup:hover {
  background: #009a52;
  color: #fff;
  border-color: #009a52;
}
.btn--wide {
  width: 100%;
  justify-content: center;
}
.btn--lg {
  padding: 14px 28px;
  font-size: 1.05rem;
}
.btn--sm {
  padding: 8px 14px;
  font-size: 0.82rem;
}
.btn svg {
  fill: currentColor;
  flex-shrink: 0;
}

.site-header {
  background: #954d27;
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.header-xq3 {
  padding: 0;
}
.hdr-x9k2 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  flex-wrap: nowrap;
}
.hdr-logo-wrap {
  flex-shrink: 0;
}
.hdr-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.1);
}
.hdr-nav-wrap {
  display: flex;
  flex: 1;
  justify-content: center;
}
.hdr-nav-list {
  display: flex;
  gap: 4px;
  list-style: none;
}
.hdr-nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  color: #ffe8c8;
  font-size: 0.87rem;
  font-weight: 600;
  border-radius: 6px;
  transition:
    background 0.2s,
    color 0.2s;
}
.hdr-nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.hdr-icon {
  fill: currentColor;
  flex-shrink: 0;
}
.hdr-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.hdr-online-count {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffe8c8;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.hdr-online-count svg {
  flex-shrink: 0;
}
.hdr-btn-wrap {
  display: flex;
  gap: 8px;
}
.hdr-lang-wrap {
  position: relative;
}
.hdr-lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe8c8;
  border-radius: 6px;
  font-size: 0.83rem;
  font-weight: 600;
  transition: background 0.2s;
}
.hdr-lang-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
.lang-arrow {
  fill: currentColor;
  transition: transform 0.2s;
}
.hdr-lang-wrap.open .lang-arrow {
  transform: rotate(180deg);
}
.hdr-lang-list {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);

  min-width: 150px;
  z-index: 200;
}
.hdr-lang-wrap.open .hdr-lang-list {
  display: block;
}
.hdr-lang-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #2d1a0a;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.15s;
}
.hdr-lang-list li a:hover,
.hdr-lang-list li a.lang-active {
  background: #f5e9d6;
  color: #762f2d;
}
.flag-icon {
  font-size: 1.1em;
}
.hdr-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.burger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffe8c8;
  border-radius: 2px;
  transition: all 0.25s;
}
.hdr-burger.active .burger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hdr-burger.active .burger-bar:nth-child(2) {
  opacity: 0;
}
.hdr-burger.active .burger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-section-wrap {
  width: 100%;
}
.hero-slider-x3f {
  position: relative;
  overflow: hidden;
  background: #1a0a04;
}
.hero-slides-wrap {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slide {
  min-width: 100%;
  position: relative;
}
.hero-slide-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  filter: brightness(0.65);
}
.hero-slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  color: #fff;
  max-width: 640px;
}
.hero-slide-badge {
  display: inline-block;
  background: #00b862;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  font-family: "Baloo 2", sans-serif;
  width: fit-content;
}
.hero-slide-title {
  font-family: "Baloo 2", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-slide-sub {
  font-size: 1.05rem;
  margin-bottom: 24px;
  opacity: 0.92;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.hero-slide-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}
.hero-arrow:hover {
  background: rgba(149, 77, 39, 0.8);
}
.hero-arrow svg {
  fill: currentColor;
}
.hero-arrow--prev {
  left: 14px;
}
.hero-arrow--next {
  right: 14px;
}
.hero-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition:
    background 0.2s,
    transform 0.2s;
  border: none;
}
.hero-dot.active {
  background: #00b862;
  transform: scale(1.3);
}

.section-x8p2 {
  padding: 48px 0;
  position: relative;
}
.section-x8p2:nth-child(even) {
  background: rgba(149, 77, 39, 0.12);
}
.section-header {
  text-align: center;
  margin-bottom: 32px;
}
.section-title {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #3d1a07;
  margin-bottom: 8px;
}
.section-sub {
  color: #6b3a1f;
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
}

.card-rounded {
  background: #fff3e0;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(117, 47, 45, 0.12);
}
.box {
  padding: 0;
}

.screenshots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 18px;
}
.screenshot-item {
  border-radius: 10px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.screenshot-link {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
}
.screenshot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.screenshot-link:hover .screenshot-img {
  transform: scale(1.05);
}
.screenshot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(149, 77, 39, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.25s;
}
.screenshot-overlay svg {
  fill: currentColor;
}
.screenshot-link:hover .screenshot-overlay {
  opacity: 1;
}
.screenshot-cap {
  padding: 8px 10px;
  font-size: 0.83rem;
  font-weight: 600;
  color: #5a2f10;
  background: #fde9c9;
  text-align: center;
}
.screenshots-slider-nav {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.scr-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8895c;
  border: none;
  transition: background 0.2s;
}
.scr-dot.active {
  background: #762f2d;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 18px;
}
.bonus-card {
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}
.bonus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(117, 47, 45, 0.2);
}
.featured-bonus {
  border: 2px solid #00b862;
  background: linear-gradient(135deg, #fff3e0 80%, #e8fff4);
}
.bonus-card-badge {
  position: absolute;
  top: -1px;
  right: 16px;
  background: #00b862;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 0 0 8px 8px;
  letter-spacing: 0.5px;
}
.bonus-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 18px 12px;
}
.casino-logo-wrap {
  border-radius: 8px;
}
.casino-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.stars-row {
  color: #f5a623;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.rating-num {
  font-weight: 800;
  color: #762f2d;
  font-size: 0.95rem;
}
.bonus-card-body {
  padding: 0 18px 14px;
  flex: 1;
}
.bonus-highlight {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.bonus-amount {
  font-family: "Baloo 2", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #00b862;
}
.bonus-type {
  font-size: 0.9rem;
  font-weight: 700;
  color: #4a2c15;
}
.bonus-features {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bonus-features li {
  font-size: 0.87rem;
  color: #4a2c15;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.bonus-card-footer {
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(149, 77, 39, 0.15);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bonus-terms {
  font-size: 0.72rem;
  color: #8a5c3a;
  text-align: center;
}
.bonus-slider-nav {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 4px;
}
.bonus-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8895c;
  border: none;
  transition: background 0.2s;
  cursor: pointer;
}
.bonus-dot.active {
  background: #762f2d;
}

.demo-section .container {
  max-width: 900px;
}
.demo-wrap {
  margin: 0 18px;
}
.demo-iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #1a0a04;
  border-radius: 12px 12px 0 0;
}
.demo-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.demo-actions {
  padding: 20px 24px;
  background: #fff3e0;
  border-radius: 0 0 14px 14px;
}
.demo-info-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(149, 77, 39, 0.2);
}
.demo-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.demo-info-label {
  font-size: 0.78rem;
  color: #8a5c3a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.demo-info-val {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #762f2d;
}
.demo-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.demo-cta-text {
  font-size: 1rem;
  font-weight: 700;
  color: #4a2c15;
}
.demo-disclaimer {
  font-size: 0.72rem;
  color: #8a5c3a;
  text-align: center;
}

.strategies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 18px;
}
.strategy-card {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.strategy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(117, 47, 45, 0.18);
}
.strategy-img-wrap {
  aspect-ratio: 16/9;
}
.strategy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.strategy-card:hover .strategy-img {
  transform: scale(1.05);
}
.strategy-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strategy-name {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #3d1a07;
}
.strategy-desc {
  font-size: 0.87rem;
  color: #5a3018;
  line-height: 1.55;
  flex: 1;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0 18px;
}
.review-card {
  padding: 20px;
  transition: transform 0.2s;
}
.review-card:hover {
  transform: translateY(-3px);
}
.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #954d27;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Baloo 2", sans-serif;
}
.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.review-author {
  font-weight: 700;
  color: #3d1a07;
  font-size: 0.92rem;
}
.review-date {
  font-size: 0.75rem;
  color: #8a5c3a;
}
.review-text {
  font-size: 0.9rem;
  color: #4a2c15;
  line-height: 1.6;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 18px;
}
.faq-item {
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #3d1a07;
  background: #fff3e0;
  text-align: left;
  transition: background 0.2s;
  border-radius: 14px;
}
.faq-item.open .faq-q {
  background: #fde9c9;
  border-radius: 14px 14px 0 0;
}
.faq-q:hover {
  background: #fde9c9;
}
.faq-arrow {
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.25s;
  color: #762f2d;
}
.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.25s;
}
.faq-item.open .faq-a {
  max-height: 600px;
  padding: 0 20px 18px;
  background: #fde9c9;
  border-radius: 0 0 14px 14px;
}
.faq-a p {
  font-size: 0.93rem;
  color: #4a2c15;
  line-height: 1.65;
}
.faq-a ul {
  margin-top: 8px;
  padding-left: 18px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.faq-a ul li {
  font-size: 0.9rem;
  color: #4a2c15;
}
.faq-a a {
  color: #762f2d;
  text-decoration: underline;
}

.author-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px;
  margin: 0 18px;
  flex-wrap: wrap;
}
.author-photo-wrap {
  flex-shrink: 0;
}
.author-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #954d27;
}
.author-info {
  flex: 1;
  min-width: 220px;
}
.author-name {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #3d1a07;
  margin-bottom: 4px;
}
.author-title {
  font-size: 0.85rem;
  color: #762f2d;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.author-bio {
  font-size: 0.9rem;
  color: #4a2c15;
  line-height: 1.65;
  margin-bottom: 14px;
}
.author-socials {
  display: flex;
  gap: 10px;
}
.author-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: #0077b5;
  color: #fff;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.2s;
}
.author-social-link:hover {
  background: #005f91;
  color: #fff;
}
.author-social-link svg {
  fill: currentColor;
}
.author-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  border-left: 3px solid #954d27;
  min-width: 130px;
}
.author-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.author-stat-val {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #00b862;
  line-height: 1;
}
.author-stat-lab {
  font-size: 0.78rem;
  color: #8a5c3a;
  font-weight: 600;
}

.site-footer {
  background: #954d27;
  margin-top: auto;
}
.ftr-x7m4 {
  padding: 40px 18px 20px;
}
.ftr-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ftr-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
}
.ftr-brand {
}
.ftr-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin-bottom: 12px;
  filter: brightness(1.2);
}
.ftr-tagline {
  font-size: 0.82rem;
  color: #fde9c9;
  line-height: 1.6;
  max-width: 260px;
}
.ftr-nav-col {
}
.ftr-nav-title {
  font-family: "Baloo 2", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.ftr-nav-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ftr-nav-list li {
  font-size: 0.85rem;
  color: #fde9c9;
}
.ftr-nav-list li a {
  color: #fde9c9;
  transition: color 0.2s;
}
.ftr-nav-list li a:hover {
  color: #fff;
}
.ftr-meta-label {
  font-weight: 700;
  color: #ffbc80;
  margin-right: 4px;
}
.ftr-section-title {
  font-family: "Baloo 2", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.ftr-payments-row,
.ftr-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.ftr-payment-badge,
.ftr-trust-badge {
  border-radius: 6px;

  opacity: 0.9;
  transition: opacity 0.2s;
}
.ftr-payment-badge:hover,
.ftr-trust-badge:hover {
  opacity: 1;
}
.ftr-provider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ftr-provider-label {
  font-size: 0.83rem;
  color: #fde9c9;
  font-weight: 600;
}
.ftr-provider-link {
  opacity: 0.85;
  transition: opacity 0.2s;
}
.ftr-provider-link:hover {
  opacity: 1;
}
.ftr-legal {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.ftr-disclaimer {
  font-size: 0.78rem;
  color: #fde9c9;
  line-height: 1.6;
  opacity: 0.85;
}
.ftr-copyright {
  text-align: center;
  padding-top: 8px;
}
.ftr-copyright p {
  font-size: 0.78rem;
  color: #fde9c9;
  opacity: 0.8;
}

.widget-x4n2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.widget-inner {
  background: #762f2d;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);
  position: relative;
  gap: 14px;
  flex-wrap: wrap;
}
.widget-close {
  position: absolute;
  top: 8px;
  right: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s;
}
.widget-close:hover {
  color: #fff;
}
.widget-close svg {
  fill: currentColor;
}
.widget-content {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.widget-bonus-badge {
  background: #00b862;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 12px;
  letter-spacing: 0.6px;
  font-family: "Baloo 2", sans-serif;
  flex-shrink: 0;
}
.widget-title {
  font-family: "Baloo 2", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
.widget-title br {
  display: none;
}
.widget-sub {
  font-size: 0.78rem;
  color: #ffd5a0;
  font-weight: 600;
  text-align: center;
}
.widget-btn {
  display: inline-block;
  padding: 9px 22px;
  background: #00b862;
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  font-family: "Baloo 2", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
}
.widget-btn:hover {
  background: #009a52;
  transform: scale(1.04);
  color: #fff;
}
.widget-terms {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.content-xm5 {
  padding: 28px 18px;
  max-width: 100%;
  word-wrap: break-word;
}
.main-h1 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: #3d1a07;
  margin-bottom: 20px;
  line-height: 1.25;
}
.content-review-block h2 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #3d1a07;
  margin: 24px 0 10px;
  line-height: 1.3;
}
.content-review-block h3 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #5a2f10;
  margin: 18px 0 8px;
}
.content-review-block p {
  margin-bottom: 12px;
  color: #4a2c15;
  line-height: 1.7;
  font-size: 0.97rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.content-review-block ul,
.content-review-block ol {
  padding-left: 20px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.content-review-block ul {
  list-style: disc;
}
.content-review-block ol {
  list-style: decimal;
}
.content-review-block li {
  color: #4a2c15;
  font-size: 0.95rem;
  line-height: 1.55;
}
.content-review-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.9rem;
  display: block;
  overflow-x: auto;
}
.content-review-block th {
  background: #954d27;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 700;
}
.content-review-block td {
  padding: 9px 14px;
  border: 1px solid rgba(149, 77, 39, 0.25);
  color: #4a2c15;
  background: #fff3e0;
}
.content-review-block tr:nth-child(even) td {
  background: #fde9c9;
}
.content-review-block a {
  color: #762f2d;
  text-decoration: underline;
}
.content-review-block strong {
  font-weight: 700;
  color: #3d1a07;
}

.technical-content {
  padding: 28px 18px;
}
.technical-content .main-h1 {
  font-size: 1.75rem;
  margin-bottom: 24px;
}
.technical-text-body h2 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #3d1a07;
  margin: 24px 0 10px;
  border-bottom: 2px solid rgba(149, 77, 39, 0.2);
  padding-bottom: 6px;
}
.technical-text-body h3 {
  font-family: "Baloo 2", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #5a2f10;
  margin: 18px 0 8px;
}
.technical-text-body p {
  margin-bottom: 12px;
  color: #4a2c15;
  line-height: 1.7;
  font-size: 0.95rem;
}
.technical-text-body ul,
.technical-text-body ol {
  padding-left: 20px;
  margin: 10px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.technical-text-body ul {
  list-style: disc;
}
.technical-text-body ol {
  list-style: decimal;
}
.technical-text-body li {
  color: #4a2c15;
  font-size: 0.93rem;
  line-height: 1.55;
}
.technical-text-body a {
  color: #762f2d;
  text-decoration: underline;
}
.technical-text-body strong {
  font-weight: 700;
  color: #3d1a07;
}
.technical-text-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.9rem;
  overflow-x: auto;
  display: block;
}
.technical-text-body th {
  background: #954d27;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 700;
}
.technical-text-body td {
  padding: 9px 14px;
  border: 1px solid rgba(149, 77, 39, 0.25);
  color: #4a2c15;
}
.technical-text-body tr:nth-child(even) td {
  background: #fde9c9;
}

.breadcrumb-nav {
  margin-bottom: 18px;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.83rem;
}
.breadcrumb-list a {
  color: #762f2d;
  text-decoration: underline;
}
.breadcrumb-sep {
  color: #8a5c3a;
}
.breadcrumb-list span {
  color: #6b3a1f;
}

.wp-content-dummy {
  display: none;
  height: 0;

  position: absolute;
  pointer-events: none;
}
.elementor-section {
  width: 100%;
}
.wp-block-group {
  display: block;
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 184, 98, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 184, 98, 0);
  }
}
.btn--signup {
  animation: pulse-glow 2.5s ease infinite;
}
.widget-btn {
  animation: pulse-glow 2.2s ease infinite;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-slide.active .hero-slide-content {
  animation: fadeInUp 0.55s ease both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .ftr-top {
    grid-template-columns: 1fr 1fr;
  }
  .strategies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-slide-content {
    padding: 28px 36px;
  }
  .hero-slide-title {
    font-size: 2.2rem;
  }
  .bonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .demo-info-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hdr-nav-wrap {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: #954d27;
    z-index: 800;
    padding: 12px 0 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  .hdr-nav-wrap.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hdr-nav-list {
    flex-direction: column;
    gap: 0;
    padding: 0 12px;
  }
  .hdr-nav-link {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 0.95rem;
  }
  .hdr-burger {
    display: flex;
  }
  .hdr-actions {
    gap: 7px;
  }
  .hdr-online-count {
    display: none;
  }
  .hdr-lang-wrap {
    display: none;
  }
  .hero-slide-content {
    padding: 20px 22px;
    max-width: 100%;
  }
  .hero-slide-title {
    font-size: 1.65rem;
  }
  .hero-slide-sub {
    font-size: 0.9rem;
  }
  .hero-slide-img {
    max-height: 320px;
  }
  .screenshots-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .screenshot-item {
    display: none;
  }
  .screenshot-item:first-child {
    display: block;
  }
  .screenshots-slider-nav {
    display: flex;
  }
  .bonus-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bonus-slider-nav {
    display: flex;
  }
  .strategies-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .ftr-top {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-stats {
    border-left: none;
    border-top: 3px solid #954d27;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .author-socials {
    justify-content: center;
  }
  .demo-info-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-list {
    padding: 0 6px;
  }
  .hero-section-wrap {
    width: 100%;
  }
  .content-xm5 {
    padding: 20px 14px;
  }
  .content-review-block h2 {
    font-size: 1.3rem;
    word-wrap: break-word;
  }
  .content-review-block h3 {
    font-size: 1.08rem;
    word-wrap: break-word;
  }
  .content-review-block p {
    font-size: 0.94rem;
  }
  .content-review-block li {
    font-size: 0.92rem;
  }
  .content-review-block a {
    word-break: break-all;
  }
  .technical-content {
    padding: 20px 14px;
  }
  .technical-text-body p {
    font-size: 0.93rem;
  }
  .technical-text-body li {
    font-size: 0.91rem;
  }
}

@media (max-width: 500px) {
  .hero-slide-title {
    font-size: 1.35rem;
  }
  .hero-slide-btns {
    gap: 8px;
  }
  .hero-slide-btns .btn {
    padding: 9px 14px;
    font-size: 0.82rem;
  }
  .strategies-grid {
    grid-template-columns: 1fr;
  }
  .ftr-top {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 1.45rem;
  }
  .widget-inner {
    flex-direction: column;
    gap: 8px;
    padding: 10px 16px;
  }
  .widget-content {
    gap: 8px;
  }
  .demo-info-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .hdr-x9k2 {
    padding: 8px 12px;
    gap: 10px;
  }
  .btn--login,
  .btn--signup {
    padding: 8px 11px;
    font-size: 0.78rem;
  }
  .content-xm5 {
    padding: 16px 12px;
  }
  .main-h1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .content-review-block h2 {
    font-size: 1.2rem;
  }
  .content-review-block h3 {
    font-size: 1.05rem;
  }
  .content-review-block p {
    font-size: 0.92rem;
  }
  .content-review-block li {
    font-size: 0.9rem;
  }
  .technical-content {
    padding: 16px 12px;
  }
  .technical-content .main-h1 {
    font-size: 1.55rem;
  }
  .technical-text-body h2 {
    font-size: 1.15rem;
  }
  .technical-text-body h3 {
    font-size: 1.02rem;
  }
  .technical-text-body p {
    font-size: 0.91rem;
  }
  .technical-text-body li {
    font-size: 0.89rem;
  }
}

.site-body.nav-open {
}
.content-placeholder-x7 {
  display: none;
}

.wp-content-dummy-block {
  position: absolute;
  left: -9999px;
  top: 0;
  height: 1px;
}

.widget-x4n2.hidden {
  transform: translateY(110%);
}
