/* Quiet editorial refresh: warm paper, ink, forest and clay. */
:root {
  --theme-page-bg-color: #f3efe6;
  --theme-header-bg-color: #1c2925;
  --theme-header-drop-menu-bg: #1c2925;
  --theme-footer-top-bg: #1c2925;
  --theme-footer-bottom-bg: #16211e;
  --theme-footer-contact-bg: transparent;
  --theme-accent-color: #a54532;
  --theme-accent-color2: #294f43;
  --theme-container-bg: #fffdf8;
  --theme-page-txt-color: #292b27;
  --theme-header-link-color: #f6f0e4;
  --theme-header-link-hover-color: #e2b59d;
  --theme-footer-link-color: #d8d1c4;
  --theme-footer-link-hover-color: #ffffff;
  --theme-link-color: #315f50;
  --theme-link-hover-color: #a54532;
  --theme-welcome-text-color: #fffaf0;
  --theme-tables-bg: #fffdf8;
  --theme-tables-text-color: #292b27;
  --theme-tables-head-bg: #294f43;
  --theme-tables-head-text-color: #ffffff;
  --theme-buttons-btn-bg: #315f50;
  --theme-buttons-btn-hover-bg: #23453b;
  --theme-buttons-text-color: #ffffff;
  --paper: #fffdf8;
  --ink-soft: #62645d;
  --line: #d8d0c2;
}

html { scroll-behavior: smooth; }

body {
  background: var(--theme-page-bg-color);
  color: var(--theme-page-txt-color);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

::selection { background: #d8c4a8; color: #1f211e; }
p, li, td, th { line-height: 1.7; }
p { margin-bottom: 1.15rem; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #222721;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

h1, .h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
h2, .h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
h3, .h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }

.container {
  max-width: 1180px;
  padding-right: 28px;
  padding-left: 28px;
}

.header {
  background: #1c2925;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0;
}

.site-wordmark {
  display: inline-block !important;
  line-height: 0;
}

.site-wordmark img {
  display: block;
  height: auto;
  max-width: 230px;
  width: 100%;
}

.footer .site-wordmark img { max-width: 260px; }
.header .top-menu ul { gap: 28px; }

.header .top-menu ul li a {
  color: #eee7da;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.header .top-menu ul li a:hover { color: #e2b59d; }
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after { background-color: #eee7da !important; }

.welcome-section {
  background: #294f43;
  padding: clamp(58px, 8vw, 104px) 0 clamp(52px, 7vw, 88px);
}

.welcome-section .overlay {
  background: linear-gradient(90deg, rgba(24, 45, 38, 0.96), rgba(41, 79, 67, 0.9));
}

.welcome-section .col { max-width: 920px; }

.welcome-section h1,
.welcome-section h1 span {
  color: #fffaf0;
  font-weight: 600 !important;
  max-width: 900px;
  text-wrap: balance;
}

.welcome-section p {
  color: #eee8dc;
  font-size: 17px;
  line-height: 1.75;
  max-width: 790px;
}

.welcome-section .top-info {
  border-left: 2px solid #d09074;
  margin-bottom: 24px;
  padding-left: 12px;
}

.welcome-section .top-info .author {
  color: #ddd6c8;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-content { padding: 64px 0 88px; }
.wp-block-rofus-alternate-group-section { margin-bottom: 76px; }

.wp-block-rofus-alternate-group-section + .wp-block-rofus-alternate-group-section {
  border-top: 1px solid var(--line);
  padding-top: 68px;
}

.wp-block-heading.has-text-align-center {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  text-wrap: balance;
}

.page-content-holder > p,
.wp-block-rofus-alternate-group-section > p,
.wp-block-rofus-alternate-group-section > ul,
.wp-block-rofus-alternate-group-section > ol { max-width: 820px; }

.page-content-holder a:not(.btn):not(.wp-block-button__link),
.wp-block-rofus-alternate-group-section a:not(.btn):not(.wp-block-button__link) {
  text-decoration-color: rgba(49, 95, 80, 0.4);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.btn,
.wp-block-button__link {
  background: #315f50 !important;
  border: 1px solid #315f50;
  border-radius: 2px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 11px 22px;
  text-transform: uppercase;
}

.btn:hover,
.wp-block-button__link:hover {
  background: #23453b !important;
  border-color: #23453b;
  box-shadow: none !important;
  transform: none;
}

.bookmakers-list__item {
  background: var(--paper);
  border: 1px solid var(--line) !important;
  border-radius: 3px !important;
  box-shadow: none;
  margin-bottom: 16px;
  padding: 20px 24px;
}

.bookmakers-list__item:hover {
  border-color: #9d9282 !important;
  box-shadow: none;
  transform: none;
}

.bookmakers-list__item .logo-holder {
  background-color: #253b35 !important;
  border-radius: 2px;
}

.bookmakers-list__item .logo-holder__num {
  background: #a54532;
  border-radius: 2px;
  box-shadow: none;
}

.bookmakers-list__item .rating-holder {
  background: #f3efe6;
  border: 1px solid #d8d0c2;
  border-radius: 2px;
}

.bookmakers-list__item .text-holder .title {
  color: #222721;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
}

.bookmakers-list__item .text-holder .bonus {
  color: #444740;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.35;
}

.bookmakers-list__badges { gap: 5px; }

.bookmakers-list__badges span {
  background: transparent !important;
  border: 1px solid #c9c0b2;
  border-radius: 2px !important;
  color: #51544e !important;
  font-size: 10px;
  letter-spacing: 0.045em;
  padding: 3px 6px !important;
  text-transform: uppercase;
}

.bookmakers-list__item .methody .logo {
  background: #ffffff;
  border: 1px solid #ded7ca;
  border-radius: 2px;
}

.bookmakers-list__item .features .feature img {
  filter: sepia(0.25) saturate(0.65);
}

.wp-block-table {
  border: 1px solid var(--line);
  border-radius: 2px;
}

.wp-block-table table {
  background: var(--paper);
  border-radius: 0;
  color: #292b27;
}

.wp-block-table table tr { border-bottom: 1px solid var(--line); }
.wp-block-table table td,
.wp-block-table table thead tr th { padding: 13px 16px; }

.steps-vertical .item-card {
  background: transparent;
  border-top: 1px solid var(--line);
  border-radius: 0;
  margin: 0;
  padding: 22px 0;
}

.steps-vertical .item-card .num {
  background: #a54532;
  border-radius: 2px;
  font-family: Georgia, "Times New Roman", serif;
}

.steps-vertical .item-card .num::after { border-left-color: #b8ad9d; }

.steps-vertical .item-card .title {
  color: #222721;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.faq { border-bottom: 1px solid var(--line); }

.faq__item {
  background: transparent;
  border-radius: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 20px 0;
}

.faq__item .title-holder p {
  color: #222721;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
}

.faq__item .title-holder .oppener {
  background: transparent;
  border: 1px solid #bcb3a5;
  border-radius: 2px;
  height: 32px;
  width: 32px;
}

.faq__item .drop-holder .text-answer {
  border-left: 2px solid #a54532;
  color: var(--ink-soft);
}

.lwptoc .lwptoc_i,
.lwptoc_i {
  background: #ebe4d7 !important;
  border: 1px solid #d1c7b8 !important;
  border-radius: 2px !important;
  color: #343630 !important;
  padding: 22px 24px;
}

.lwptoc_i a { color: #315f50 !important; }

.wp-block-image,
.wp-block-image img { border-radius: 2px !important; }
.wp-block-image { margin-bottom: 34px !important; }

.post-author {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.post-author .avatar-holder,
.post-author .avatar-holder img { border-radius: 2px; }

.post-author .info-holder .title {
  color: #294f43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.footer__top {
  background: #1c2925;
  border-top: 4px solid #a54532;
  padding: 58px 0 46px;
}

.footer__bottom {
  background: #16211e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__col .menu-title {
  color: #e2b59d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.footer__contact {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

@media (max-width: 920px) {
  .container { padding-right: 20px; padding-left: 20px; }
  .welcome-section { padding: 52px 0 56px; }
  .page-content { padding: 48px 0 64px; }
  .wp-block-rofus-alternate-group-section { margin-bottom: 56px; }
  .wp-block-rofus-alternate-group-section + .wp-block-rofus-alternate-group-section { padding-top: 50px; }
}

@media (max-width: 500px) {
  body { font-size: 15px; }
  h1, .h1 { font-size: 2.45rem; }
  h2, .h2 { font-size: 2rem; }
  .header { padding: 14px 0; }
  .welcome-section p { font-size: 16px; }
  .bookmakers-list__item { padding: 18px 14px; }
  .bookmakers-list__item .text-holder { gap: 18px; }
  .bookmakers-list__item .text-holder .bonus { font-size: 17px; }
  .lwptoc .lwptoc_i, .lwptoc_i { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
