@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #12151f;
  background: #f7f5ef;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
  overflow: hidden;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

details summary {
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

:focus-visible {
  outline: 3px solid #c7ff4a;
  outline-offset: 4px;
}

::-moz-selection {
  color: #10131c;
  background: #c7ff4a;
}

::selection {
  color: #10131c;
  background: #c7ff4a;
}

.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.section-padding {
  padding: 96px 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 24px, 1180px);
  }
  .section-padding {
    padding: 64px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.anj-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #111827;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.anj-warning__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.anj-warning__label {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 999px;
  background: #c7ff4a;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.anj-warning__text {
  max-width: 980px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}
.anj-warning a {
  color: #c7ff4a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.anj-warning a:hover {
  color: #ffffff;
}

body {
  padding-top: 42px;
}

.site-header {
  position: sticky;
  top: 42px;
  z-index: 900;
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}
.site-header__main {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.site-logo__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #111827;
  color: #c7ff4a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.16);
}
.site-logo__text {
  color: #111827;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}
.site-logo:hover .site-logo__mark {
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
}
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: #3f4654;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.site-nav a:hover {
  color: #111827;
  background: rgba(17, 24, 39, 0.06);
}
.site-nav a.is-active {
  color: #111827;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.header-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.header-button:hover {
  transform: translateY(-2px);
  background: #1f2937;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.22);
}

.burger-button {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 14px;
  background: #111827;
}
.burger-button span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.burger-button[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-button[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.burger-button[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 124px);
  padding: 96px 0 88px;
  background: radial-gradient(circle at 78% 18%, rgba(199, 255, 74, 0.28) 0, transparent 28%), radial-gradient(circle at 12% 88%, rgba(17, 24, 39, 0.11) 0, transparent 34%), #f7f5ef;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 28px;
  pointer-events: none;
  border-radius: 34px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.hero-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.12), rgba(199, 255, 74, 0.24));
  filter: blur(4px);
  opacity: 0.75;
}
.hero-section__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.58fr);
  align-items: center;
  gap: 56px;
}
.hero-section__content {
  max-width: 760px;
}
.hero-section h1 {
  max-width: 820px;
  margin-top: 16px;
  color: #111827;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.075em;
}
.hero-section__lead {
  max-width: 680px;
  margin-top: 28px;
  color: #3f4654;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}
.hero-section__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.hero-section__warning {
  max-width: 680px;
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #3f4654;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
}
.hero-section__warning strong {
  color: #111827;
  font-weight: 900;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #c7ff4a;
  box-shadow: 0 0 0 5px rgba(199, 255, 74, 0.2);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.button--primary {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.2);
}
.button--primary:hover {
  transform: translateY(-2px);
  background: #1f2937;
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.25);
}
.button--secondary {
  background: #ffffff;
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
}
.button--secondary:hover {
  transform: translateY(-2px);
  background: #c7ff4a;
  border-color: #c7ff4a;
}
.button--text {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  color: #111827;
  font-weight: 900;
}
.button--text:hover {
  color: #4d6b00;
}

.hero-card {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 34px 80px rgba(17, 24, 39, 0.28);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.hero-card__top span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(199, 255, 74, 0.14);
  color: #c7ff4a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-card__top strong {
  max-width: 160px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
  text-align: right;
}
.hero-card__score {
  position: relative;
  z-index: 2;
  margin-top: 54px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(199, 255, 74, 0.96), rgba(228, 255, 150, 0.92));
  color: #111827;
}
.hero-card__score span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-card__score strong {
  display: block;
  font-size: 72px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.hero-card__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 13px;
  margin-top: 26px;
}
.hero-card__list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
}
.hero-card__list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7ff4a;
  box-shadow: 0 0 0 5px rgba(199, 255, 74, 0.12);
}
.hero-card__link {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.hero-card__link:hover {
  background: #c7ff4a;
}

@media (max-width: 1100px) {
  .site-nav,
  .header-button {
    display: none;
  }
  .burger-button {
    display: inline-flex;
  }
  .mobile-menu {
    position: fixed;
    top: 124px;
    left: 0;
    z-index: 850;
    width: 100%;
    display: grid;
    gap: 8px;
    padding: 18px 16px 22px;
    background: rgba(247, 245, 239, 0.98);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 24px 50px rgba(17, 24, 39, 0.12);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  }
  .mobile-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 16px;
    background: #ffffff;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
  }
  .hero-section__inner {
    grid-template-columns: 1fr;
  }
  .hero-section__content {
    max-width: 100%;
  }
  .hero-section__lead, .hero-section__warning {
    max-width: 100%;
  }
  .hero-section .hero-card {
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 64px;
  }
  .anj-warning__inner {
    min-height: 64px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 8px 0;
    text-align: left;
  }
  .anj-warning__text {
    font-size: 12px;
    line-height: 1.35;
  }
  .site-header {
    top: 64px;
  }
  .site-header__main {
    min-height: 72px;
  }
  .mobile-menu {
    top: 136px;
  }
  .site-logo__mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .site-logo__text {
    font-size: 17px;
  }
  .hero-section {
    min-height: auto;
    padding: 64px 0 56px;
  }
  .hero-section::before {
    inset: 12px;
    border-radius: 24px;
  }
  .hero-section h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .hero-section__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-section__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-section__actions .button {
    width: 100%;
  }
  .hero-section__warning {
    padding: 16px;
    border-radius: 18px;
  }
  .hero-card {
    padding: 22px;
    border-radius: 28px;
  }
  .hero-card__top strong {
    font-size: 19px;
  }
  .hero-card__score {
    margin-top: 38px;
    padding: 22px;
    border-radius: 22px;
  }
  .hero-card__score strong {
    font-size: 58px;
  }
}
@media (max-width: 480px) {
  .anj-warning__label {
    font-size: 11px;
  }
  .anj-warning__text {
    font-size: 11px;
  }
  .site-logo {
    gap: 9px;
  }
  .site-logo__text {
    max-width: 150px;
    line-height: 1.05;
  }
  .hero-section h1 {
    letter-spacing: -0.06em;
  }
  .hero-card__top {
    flex-direction: column;
  }
  .hero-card__top strong {
    max-width: 100%;
    text-align: left;
  }
}
main {
  overflow: hidden;
}

section {
  scroll-margin-top: 170px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}
.section-heading h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.section-heading p {
  margin-top: 18px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.top-platforms {
  position: relative;
  background: #ffffff;
}
.top-platforms::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.22);
  filter: blur(40px);
  pointer-events: none;
}

.platform-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.platform-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 239, 0.94));
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.platform-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.22);
  pointer-events: none;
}
.platform-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 24, 39, 0.14);
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.13);
}
.platform-card__rank {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  min-width: 48px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #111827;
  color: #c7ff4a;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.22);
}
.platform-card__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 58px;
}
.platform-card__head img {
  width: 112px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}
.platform-card__head h3 {
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.platform-card__head p {
  margin-top: 5px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}
.platform-card__rating {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
}
.platform-card__rating strong {
  color: #c7ff4a;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.platform-card__rating span {
  max-width: 88px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.platform-card__text {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}
.platform-card__features {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.platform-card__features li {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 38px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.06);
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}
.platform-card__features li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7ff4a;
  box-shadow: 0 0 0 5px rgba(199, 255, 74, 0.22);
  transform: translateY(-50%);
}
.platform-card__actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.comparison-section {
  position: relative;
  background: radial-gradient(circle at 85% 20%, rgba(199, 255, 74, 0.18) 0, transparent 30%), #f7f5ef;
}

.comparison-table-wrap {
  position: relative;
  overflow-x: auto;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.09);
}
.comparison-table-wrap::-webkit-scrollbar {
  height: 8px;
}
.comparison-table-wrap::-webkit-scrollbar-track {
  background: rgba(17, 24, 39, 0.05);
  border-radius: 999px;
}
.comparison-table-wrap::-webkit-scrollbar-thumb {
  background: rgba(17, 24, 39, 0.22);
  border-radius: 999px;
}

.comparison-table {
  min-width: 980px;
  background: #ffffff;
}
.comparison-table thead {
  background: #111827;
}
.comparison-table thead th {
  padding: 20px 18px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.comparison-table thead th:first-child {
  border-top-left-radius: 30px;
}
.comparison-table thead th:last-child {
  border-top-right-radius: 30px;
}
.comparison-table tbody tr {
  transition: background-color 0.22s ease;
}
.comparison-table tbody tr:nth-child(even) {
  background: #faf9f5;
}
.comparison-table tbody tr:hover {
  background: rgba(199, 255, 74, 0.13);
}
.comparison-table tbody td {
  padding: 20px 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}
.comparison-table tbody td:first-child {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}
.comparison-table tbody td:nth-child(6) {
  color: #315500;
  font-weight: 900;
}
.comparison-table tbody td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: background-color 0.22s ease, transform 0.22s ease;
}
.comparison-table tbody td a:hover {
  transform: translateY(-1px);
  background: #1f2937;
}
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.table-note {
  max-width: 820px;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(17, 24, 39, 0.04);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
}

.reviews-section {
  background: #ffffff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}
.review-card::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827 0%, #111827 52%, #c7ff4a 52%, #c7ff4a 100%);
  opacity: 0.95;
}
.review-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.11);
}
.review-card h3 {
  max-width: 82%;
  color: #111827;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.review-card p {
  margin-top: 18px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.78;
  font-weight: 500;
}
.review-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.review-card a::after {
  content: "→";
  transition: transform 0.22s ease;
}
.review-card a:hover::after {
  transform: translateX(4px);
}

.content-block {
  position: relative;
  margin-top: 68px;
  padding: 46px;
  border-radius: 36px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 32px 90px rgba(17, 24, 39, 0.22);
  overflow: hidden;
}
.content-block::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.2);
  filter: blur(16px);
  pointer-events: none;
}
.content-block::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.content-block h2,
.content-block p {
  position: relative;
  z-index: 2;
}
.content-block h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.content-block p {
  max-width: 980px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}
.content-block p:first-of-type {
  margin-top: 28px;
}

.responsible-section {
  position: relative;
  background: linear-gradient(180deg, #f7f5ef 0%, #ffffff 100%);
}
.responsible-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: stretch;
  gap: 28px;
}
.responsible-section__content {
  position: relative;
  padding: 46px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}
.responsible-section__content h2 {
  max-width: 760px;
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.responsible-section__content p {
  max-width: 860px;
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.responsible-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.help-card__image {
  height: clamp(360px, 52vh, 520px);
  min-height: 360px;
}
.help-card__content {
  flex: 0 0 auto;
}
.help-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 36px;
  background: radial-gradient(circle at 80% 16%, rgba(199, 255, 74, 0.28) 0, transparent 34%), #111827;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.22);
}
.help-card::before {
  content: "18+";
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  min-width: 54px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c7ff4a;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.help-card__image {
  position: relative;
  min-height: 270px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.help-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.08) 0%, rgba(17, 24, 39, 0.35) 100%);
  pointer-events: none;
}
.help-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.help-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 30px 30px;
  flex: 1;
}
.help-card h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.help-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}
.help-card p:first-of-type {
  color: #c7ff4a;
  font-size: 18px;
  font-weight: 900;
}
.help-card a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.22s ease, background-color 0.22s ease;
}
.help-card a:hover {
  transform: translateY(-2px);
  background: #c7ff4a;
}

.faq-section {
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

.faq-list details {
  border-radius: 24px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.faq-list details[open] {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.14);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}
.faq-list details summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 22px 72px 22px 24px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -0.025em;
}
.faq-list details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111827;
  color: #c7ff4a;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background-color 0.22s ease;
}
.faq-list details[open] summary::after {
  content: "−";
  background: #c7ff4a;
  color: #111827;
}
.faq-list details p {
  max-width: 780px;
  padding: 0 24px 24px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

.site-footer {
  position: relative;
  background: #111827;
  color: #ffffff;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -170px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.14);
  filter: blur(20px);
  pointer-events: none;
}
.site-footer__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.7fr));
  gap: 42px;
  padding: 72px 0 46px;
}
.site-footer__brand {
  max-width: 420px;
}
.site-footer__brand .site-logo {
  color: #ffffff;
}
.site-footer__brand .site-logo__mark {
  background: #c7ff4a;
  color: #111827;
}
.site-footer__brand .site-logo__text {
  color: #ffffff;
}
.site-footer__brand p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}
.site-footer__warning {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(199, 255, 74, 0.1);
  border: 1px solid rgba(199, 255, 74, 0.22);
  color: #ffffff !important;
  font-weight: 700 !important;
}
.site-footer__column h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer__column a {
  display: table;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  transition: color 0.22s ease, transform 0.22s ease;
}
.site-footer__column a:hover {
  color: #c7ff4a;
  transform: translateX(3px);
}
.site-footer__bottom {
  position: relative;
  z-index: 2;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer__bottom p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
.site-footer__bottom p:last-child {
  color: #c7ff4a;
  text-align: right;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  max-width: 1120px;
  margin-inline: auto;
  padding: 22px;
  border-radius: 28px;
  background: rgba(17, 24, 39, 0.96);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.36);
  backdrop-filter: blur(18px);
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner__content {
  max-width: 720px;
}
.cookie-banner__content h2 {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
}
.cookie-banner__content p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.cookie-banner__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}
.cookie-banner__actions .button {
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}
.cookie-banner__actions .button--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}
.cookie-banner__actions .button--secondary:hover {
  background: #ffffff;
  color: #111827;
}
.cookie-banner__actions .button--text {
  color: #c7ff4a;
}
.cookie-banner__actions .button--text:hover {
  color: #ffffff;
}

.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 24, 39, 0.68);
  backdrop-filter: blur(12px);
}
.cookie-settings[hidden] {
  display: none;
}
.cookie-settings__panel {
  position: relative;
  width: min(100%, 520px);
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 34px 90px rgba(17, 24, 39, 0.28);
}
.cookie-settings__panel h2 {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.cookie-settings__panel label {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #374151;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
.cookie-settings__panel input {
  width: 18px;
  height: 18px;
  accent-color: #111827;
}
.cookie-settings__panel .button {
  width: 100%;
  margin-top: 22px;
}
.cookie-settings__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  transition: background-color 0.22s ease, transform 0.22s ease;
}
.cookie-settings__close:hover {
  transform: rotate(90deg);
  background: #1f2937;
}

@media (max-width: 1100px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
  .responsible-section__inner {
    grid-template-columns: 1fr;
  }
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand {
    max-width: 100%;
  }
  .cookie-banner {
    align-items: flex-start;
    flex-direction: column;
  }
  .cookie-banner__actions {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 180px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading p {
    font-size: 15px;
    line-height: 1.7;
  }
  .platform-card {
    padding: 22px;
    border-radius: 26px;
  }
  .platform-card__rank {
    top: 18px;
    right: 18px;
  }
  .platform-card__head {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 54px;
  }
  .platform-card__head img {
    width: 104px;
    height: 58px;
  }
  .platform-card__head h3 {
    font-size: 22px;
  }
  .platform-card__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .platform-card__actions .button {
    width: 100%;
  }
  .comparison-table-wrap {
    margin-inline: -12px;
    border-radius: 22px;
  }
  .comparison-table thead th {
    padding: 16px 14px;
    font-size: 12px;
  }
  .comparison-table tbody td {
    padding: 16px 14px;
    font-size: 13px;
  }
  .review-card {
    padding: 24px;
    border-radius: 24px;
  }
  .review-card h3 {
    max-width: 78%;
    font-size: 21px;
  }
  .content-block {
    margin-top: 46px;
    padding: 30px 24px;
    border-radius: 28px;
  }
  .content-block::after {
    inset: 10px;
    border-radius: 22px;
  }
  .content-block p {
    font-size: 15px;
    line-height: 1.78;
  }
  .responsible-section__content {
    padding: 30px 24px;
    border-radius: 28px;
  }
  .responsible-section__content p {
    font-size: 15px;
  }
  .responsible-section__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .responsible-section__actions .button {
    width: 100%;
  }
  .help-card {
    min-height: 360px;
    padding: 28px;
    border-radius: 28px;
  }
  .faq-list details {
    border-radius: 20px;
  }
  .faq-list details summary {
    min-height: 66px;
    padding: 18px 62px 18px 18px;
    font-size: 16px;
  }
  .faq-list details summary::after {
    right: 16px;
  }
  .faq-list details p {
    padding: 0 18px 20px;
    font-size: 14px;
  }
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 56px 0 36px;
  }
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer__bottom p:last-child {
    text-align: left;
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 18px;
    border-radius: 22px;
  }
  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .cookie-banner__actions .button {
    width: 100%;
  }
  .cookie-banner__actions .button--text {
    grid-column: 1/-1;
    min-height: 42px;
    border-radius: 999px;
    background: rgba(199, 255, 74, 0.1);
  }
  .cookie-settings {
    padding: 14px;
  }
  .cookie-settings__panel {
    padding: 26px 20px;
    border-radius: 24px;
  }
  .cookie-settings__panel h2 {
    max-width: 82%;
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .section-heading h2 {
    letter-spacing: -0.05em;
  }
  .platform-card__head {
    padding-right: 0;
  }
  .platform-card__rank {
    position: static;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 16px;
  }
  .platform-card__rating {
    width: 100%;
    justify-content: space-between;
  }
  .review-card::before {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }
  .review-card h3 {
    max-width: 76%;
  }
  .help-card {
    min-height: 340px;
  }
  .help-card h3 {
    font-size: 26px;
  }
  .cookie-banner {
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }
}
.thank-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.thank-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(10px);
}
.thank-popup__box {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  color: #111827;
  text-align: center;
  box-shadow: 0 34px 90px rgba(17, 24, 39, 0.32);
}
.thank-popup__box h2 {
  margin-top: 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.thank-popup__box p {
  margin-top: 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}
.thank-popup__box .button {
  width: 100%;
  margin-top: 24px;
}
.thank-popup__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border-radius: 50%;
  background: #c7ff4a;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
}
.thank-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.reviews-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background: radial-gradient(circle at 82% 18%, rgba(199, 255, 74, 0.24) 0, transparent 30%), radial-gradient(circle at 8% 88%, rgba(17, 24, 39, 0.08) 0, transparent 34%), #f7f5ef;
}
.reviews-hero::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 34px;
  pointer-events: none;
}
.reviews-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: center;
  gap: 54px;
}
.reviews-hero__content {
  max-width: 820px;
}
.reviews-hero__content h1 {
  margin-top: 16px;
  color: #111827;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.075em;
}
.reviews-hero__content p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 28px;
  color: #3f4654;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}
.reviews-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.reviews-hero__panel {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 34px 80px rgba(17, 24, 39, 0.25);
  overflow: hidden;
}
.reviews-hero__panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.26);
  filter: blur(8px);
}
.reviews-hero__panel span,
.reviews-hero__panel strong,
.reviews-hero__panel p {
  position: relative;
  z-index: 2;
}
.reviews-hero__panel span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(199, 255, 74, 0.14);
  color: #c7ff4a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.reviews-hero__panel strong {
  display: block;
  margin-top: 34px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.reviews-hero__panel p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.reviews-intro {
  background: #ffffff;
}
.reviews-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
}
.reviews-intro__text h2 {
  max-width: 780px;
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.reviews-intro__text p:not(.section-kicker) {
  max-width: 880px;
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.reviews-intro__stats {
  display: grid;
  gap: 14px;
}
.reviews-intro__stats div {
  padding: 24px;
  border-radius: 28px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}
.reviews-intro__stats strong {
  display: block;
  color: #111827;
  font-size: 46px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
}
.reviews-intro__stats span {
  display: block;
  margin-top: 10px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 800;
}

.reviews-list-section {
  background: radial-gradient(circle at 10% 10%, rgba(199, 255, 74, 0.16) 0, transparent 28%), #f7f5ef;
}

.reviews-list {
  display: grid;
  gap: 22px;
}

.review-list-card {
  position: relative;
  display: grid;
  grid-template-columns: 70px 260px 140px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 22px;
  padding: 24px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.review-list-card:hover {
  transform: translateY(-5px);
  border-color: rgba(17, 24, 39, 0.14);
  box-shadow: 0 30px 82px rgba(17, 24, 39, 0.12);
}
.review-list-card__rank {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #111827;
  color: #c7ff4a;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.2);
}
.review-list-card__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.review-list-card__brand img {
  width: 104px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 11px;
  border-radius: 18px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.review-list-card__brand h3 {
  color: #111827;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.review-list-card__brand p {
  margin-top: 5px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}
.review-list-card__score {
  padding: 16px;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  text-align: center;
}
.review-list-card__score strong {
  display: block;
  color: #c7ff4a;
  font-size: 34px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.review-list-card__score span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.review-list-card__content p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}
.review-list-card__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.review-list-card__content li {
  position: relative;
  padding: 8px 11px 8px 28px;
  border-radius: 999px;
  background: #f7f5ef;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}
.review-list-card__content li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7ff4a;
  transform: translateY(-50%);
}
.review-list-card__actions {
  display: grid;
  gap: 10px;
}
.review-list-card__actions .button {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  font-size: 14px;
}

.reviews-method {
  background: #ffffff;
}
.reviews-method__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 38px;
  align-items: start;
}
.reviews-method__content {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
}
.reviews-method__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.reviews-method__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.reviews-method__steps {
  display: grid;
  gap: 18px;
}
.reviews-method__steps div {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.reviews-method__steps div:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}
.reviews-method__steps div::before {
  content: "";
  position: absolute;
  right: -56px;
  top: -56px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.24);
}
.reviews-method__steps span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 28px;
  color: #c7ff4a;
  background: #111827;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.reviews-method__steps strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.reviews-method__steps p {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.reviews-warning {
  background: #111827;
  color: #ffffff;
}
.reviews-warning__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.reviews-warning h2 {
  max-width: 760px;
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.reviews-warning p:not(.section-kicker) {
  max-width: 860px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.reviews-warning .button {
  flex: 0 0 auto;
  background: #c7ff4a;
  color: #111827;
}
.reviews-warning .button:hover {
  background: #ffffff;
}

@media (max-width: 1200px) {
  .review-list-card {
    grid-template-columns: 60px 250px 130px minmax(0, 1fr);
  }
  .review-list-card__actions {
    grid-column: 2/-1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .reviews-hero__inner {
    grid-template-columns: 1fr;
  }
  .reviews-hero__panel {
    max-width: 560px;
  }
  .reviews-intro__inner {
    grid-template-columns: 1fr;
  }
  .reviews-intro__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .reviews-method__inner {
    grid-template-columns: 1fr;
  }
  .reviews-method__content {
    position: static;
  }
  .reviews-warning__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .review-list-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .review-list-card__rank {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
  }
  .review-list-card__brand {
    align-items: flex-start;
    flex-direction: column;
  }
  .review-list-card__score {
    width: -moz-max-content;
    width: max-content;
    min-width: 130px;
  }
  .review-list-card__actions {
    grid-column: auto;
  }
}
@media (max-width: 768px) {
  .reviews-hero {
    padding: 64px 0 56px;
  }
  .reviews-hero::before {
    inset: 12px;
    border-radius: 24px;
  }
  .reviews-hero__content h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .reviews-hero__content p:not(.section-kicker) {
    font-size: 16px;
    line-height: 1.7;
  }
  .reviews-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .reviews-hero__actions .button {
    width: 100%;
  }
  .reviews-hero__panel {
    padding: 26px;
    border-radius: 28px;
  }
  .reviews-hero__panel strong {
    font-size: 28px;
  }
  .reviews-intro__stats {
    grid-template-columns: 1fr;
  }
  .review-list-card {
    padding: 22px;
    border-radius: 28px;
  }
  .review-list-card__content ul {
    align-items: flex-start;
    flex-direction: column;
  }
  .review-list-card__actions {
    grid-template-columns: 1fr;
  }
  .reviews-method__steps div {
    padding: 24px;
    border-radius: 24px;
  }
  .reviews-warning .button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .reviews-hero__panel strong {
    font-size: 25px;
  }
  .review-list-card__brand img {
    width: 112px;
  }
}
.brand-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background: radial-gradient(circle at 82% 18%, rgba(199, 255, 74, 0.25) 0, transparent 30%), radial-gradient(circle at 8% 88%, rgba(17, 24, 39, 0.08) 0, transparent 34%), #f7f5ef;
}
.brand-hero::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 34px;
  pointer-events: none;
}
.brand-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 54px;
}
.brand-hero__content {
  max-width: 840px;
}
.brand-hero__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
}
.brand-hero__brand img {
  width: 136px;
  height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 14px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}
.brand-hero__brand h1 {
  color: #111827;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.075em;
}
.brand-hero__brand p {
  margin-top: 12px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.brand-hero__lead {
  max-width: 760px;
  margin-top: 28px;
  color: #3f4654;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}
.brand-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.brand-score-card {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background: #111827;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 34px 80px rgba(17, 24, 39, 0.25);
}
.brand-score-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.26);
  filter: blur(8px);
}
.brand-score-card__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(199, 255, 74, 0.14);
  color: #c7ff4a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.brand-score-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 34px;
  color: #c7ff4a;
  font-size: 82px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.brand-score-card p {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}
.brand-score-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.brand-score-card ul li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.brand-facts {
  background: #ffffff;
}
.brand-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.brand-fact {
  padding: 24px;
  border-radius: 28px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}
.brand-fact span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.brand-fact strong {
  display: block;
  margin-top: 10px;
  color: #111827;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-review {
  background: radial-gradient(circle at 10% 10%, rgba(199, 255, 74, 0.14) 0, transparent 28%), #f7f5ef;
}
.brand-review__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}
.brand-review__content {
  padding: 46px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}
.brand-review__content h2 {
  margin-top: 42px;
  color: #111827;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.brand-review__content h2:first-child {
  margin-top: 0;
}
.brand-review__content p {
  margin-top: 20px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

.brand-info-box {
  margin-top: 28px;
  padding: 26px;
  border-radius: 28px;
  background: #111827;
  color: #ffffff;
}
.brand-info-box h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.brand-info-box ul {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.brand-info-box li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
.brand-info-box li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7ff4a;
  box-shadow: 0 0 0 5px rgba(199, 255, 74, 0.14);
}

.brand-meta-line {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(199, 255, 74, 0.18);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #111827 !important;
  font-weight: 800 !important;
}

.brand-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.brand-pros-cons div {
  padding: 26px;
  border-radius: 28px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.brand-pros-cons h3 {
  color: #111827;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.brand-pros-cons ul {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}
.brand-pros-cons li {
  position: relative;
  padding-left: 25px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}
.brand-pros-cons li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7ff4a;
}

.brand-sidebar {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
  display: grid;
  gap: 18px;
}
.brand-sidebar__card {
  padding: 28px;
  border-radius: 30px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}
.brand-sidebar__card h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.brand-sidebar__card ul {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.brand-sidebar__card li {
  padding: 11px 13px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}
.brand-sidebar__card .button {
  width: 100%;
  margin-top: 24px;
}
.brand-sidebar__rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.brand-sidebar__rating strong {
  color: #c7ff4a;
  font-size: 48px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
}
.brand-sidebar__rating span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}
.brand-sidebar__warning {
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.brand-sidebar__warning strong {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}
.brand-sidebar__warning p {
  margin-top: 10px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}

.brand-responsible {
  background: #ffffff;
}
.brand-responsible__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}
.brand-responsible__inner > div:first-child {
  padding: 44px;
  border-radius: 36px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.brand-responsible__inner > div:first-child h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.brand-responsible__inner > div:first-child p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.brand-responsible__help {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 36px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}
.brand-responsible__help strong {
  color: #c7ff4a;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.brand-responsible__help p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
.brand-responsible__help a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.brand-responsible__help a:hover {
  background: #c7ff4a;
}

.brand-faq {
  background: #f7f5ef;
}

.brand-final-cta {
  background: #111827;
  color: #ffffff;
}
.brand-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand-final-cta h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.brand-final-cta p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
.brand-final-cta .button {
  flex: 0 0 auto;
  background: #c7ff4a;
  color: #111827;
}
.brand-final-cta .button:hover {
  background: #ffffff;
}

@media (max-width: 1100px) {
  .brand-hero__inner {
    grid-template-columns: 1fr;
  }
  .brand-score-card {
    max-width: 560px;
  }
  .brand-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-review__inner {
    grid-template-columns: 1fr;
  }
  .brand-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
  .brand-responsible__inner {
    grid-template-columns: 1fr;
  }
  .brand-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .brand-hero {
    padding: 64px 0 56px;
  }
  .brand-hero::before {
    inset: 12px;
    border-radius: 24px;
  }
  .brand-hero__brand {
    align-items: flex-start;
    flex-direction: column;
  }
  .brand-hero__brand h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .brand-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }
  .brand-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .brand-hero__actions .button {
    width: 100%;
  }
  .brand-score-card {
    padding: 26px;
    border-radius: 28px;
  }
  .brand-score-card strong {
    font-size: 68px;
  }
  .brand-facts__grid {
    grid-template-columns: 1fr;
  }
  .brand-review__content {
    padding: 28px 22px;
    border-radius: 28px;
  }
  .brand-review__content p {
    font-size: 15px;
    line-height: 1.78;
  }
  .brand-info-box,
  .brand-pros-cons div {
    padding: 22px;
    border-radius: 24px;
  }
  .brand-pros-cons {
    grid-template-columns: 1fr;
  }
  .brand-sidebar {
    grid-template-columns: 1fr;
  }
  .brand-responsible__inner > div:first-child {
    padding: 28px 22px;
    border-radius: 28px;
  }
  .brand-responsible__help {
    padding: 26px;
    border-radius: 28px;
  }
  .brand-final-cta .button {
    width: 100%;
  }
}
.best-hero .reviews-hero__panel strong {
  max-width: 300px;
}

.best-facts {
  padding-top: 72px;
  padding-bottom: 72px;
}

.best-method {
  background: #ffffff;
}
.best-method__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1fr);
  gap: 38px;
  align-items: start;
}
.best-method__content {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
}
.best-method__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.best-method__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.best-method__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.best-method__grid article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 30px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.best-method__grid article::before {
  content: "";
  position: absolute;
  right: -68px;
  top: -68px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.24);
}
.best-method__grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}
.best-method__grid span,
.best-method__grid h3,
.best-method__grid p {
  position: relative;
  z-index: 2;
}
.best-method__grid span {
  display: inline-flex;
  margin-bottom: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111827;
  color: #c7ff4a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.best-method__grid h3 {
  color: #111827;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.best-method__grid p {
  margin-top: 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .best-method__inner {
    grid-template-columns: 1fr;
  }
  .best-method__content {
    position: static;
  }
}
@media (max-width: 768px) {
  .best-facts {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .best-method__grid {
    grid-template-columns: 1fr;
  }
  .best-method__grid article {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }
  .best-method__grid span {
    margin-bottom: 28px;
  }
}
.bonuses-hero .reviews-hero__panel strong {
  max-width: 320px;
}

.bonus-intro {
  background: #ffffff;
}
.bonus-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: stretch;
}
.bonus-intro__content {
  padding: 46px;
  border-radius: 36px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.bonus-intro__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.bonus-intro__content p:not(.section-kicker) {
  max-width: 920px;
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.bonus-intro__note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 36px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}
.bonus-intro__note strong {
  color: #c7ff4a;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.bonus-intro__note p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}
.bonus-intro__note a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.bonus-intro__note a:hover {
  background: #c7ff4a;
}

.bonus-list-section {
  background: radial-gradient(circle at 12% 10%, rgba(199, 255, 74, 0.16) 0, transparent 28%), #f7f5ef;
}

.bonus-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bonus-card {
  position: relative;
  padding: 28px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.bonus-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.24);
}
.bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 82px rgba(17, 24, 39, 0.12);
}
.bonus-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.bonus-card__top img {
  width: 118px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
  border-radius: 20px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.bonus-card__top span {
  min-width: 48px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #111827;
  color: #c7ff4a;
  font-size: 13px;
  font-weight: 900;
}
.bonus-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  color: #111827;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.bonus-card p {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}
.bonus-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.bonus-card ul li {
  position: relative;
  padding: 11px 13px 11px 38px;
  border-radius: 16px;
  background: #f7f5ef;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
}
.bonus-card ul li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7ff4a;
  transform: translateY(-50%);
}
.bonus-card__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.bonus-card__actions .button {
  flex: 1;
  min-width: 150px;
}

.bonus-conditions {
  background: #ffffff;
}
.bonus-conditions__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1fr);
  gap: 38px;
  align-items: start;
}
.bonus-conditions__content {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
}
.bonus-conditions__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.bonus-conditions__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.bonus-conditions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.bonus-conditions__grid article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 30px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bonus-conditions__grid article::before {
  content: "";
  position: absolute;
  right: -68px;
  top: -68px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.24);
}
.bonus-conditions__grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}
.bonus-conditions__grid span,
.bonus-conditions__grid h3,
.bonus-conditions__grid p {
  position: relative;
  z-index: 2;
}
.bonus-conditions__grid span {
  display: inline-flex;
  margin-bottom: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111827;
  color: #c7ff4a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.bonus-conditions__grid h3 {
  color: #111827;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.bonus-conditions__grid p {
  margin-top: 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .bonus-intro__inner {
    grid-template-columns: 1fr;
  }
  .bonus-conditions__inner {
    grid-template-columns: 1fr;
  }
  .bonus-conditions__content {
    position: static;
  }
}
@media (max-width: 900px) {
  .bonus-card-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .bonus-intro__content, .bonus-intro__note {
    padding: 26px 22px;
    border-radius: 28px;
  }
  .bonus-card {
    padding: 22px;
    border-radius: 28px;
  }
  .bonus-card__actions {
    flex-direction: column;
  }
  .bonus-card__actions .button {
    width: 100%;
  }
  .bonus-conditions__grid {
    grid-template-columns: 1fr;
  }
  .bonus-conditions__grid article {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }
  .bonus-conditions__grid span {
    margin-bottom: 28px;
  }
}
/* ================================
   RESPONSIBLE GAMBLING PAGE
   Reuses: reviews-hero, brand-facts,
   bonus-conditions, bonus-card,
   faq-list, reviews-warning
================================ */
.responsible-page-hero .reviews-hero__panel strong {
  max-width: 320px;
}

.rg-risks {
  background: #ffffff;
}
.rg-risks__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: stretch;
}
.rg-risks__content {
  padding: 46px;
  border-radius: 36px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.rg-risks__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.rg-risks__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}

.rg-emergency-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-radius: 36px;
  background: radial-gradient(circle at 82% 16%, rgba(199, 255, 74, 0.32) 0, transparent 36%), #111827;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}
.rg-emergency-card strong {
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.rg-emergency-card p {
  margin-top: 18px;
  color: #c7ff4a;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}
.rg-emergency-card span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}
.rg-emergency-card a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.rg-emergency-card a:hover {
  background: #c7ff4a;
}

.rg-control {
  background: radial-gradient(circle at 12% 10%, rgba(199, 255, 74, 0.14) 0, transparent 28%), #f7f5ef;
}
.rg-control__grid .bonus-card {
  min-height: 100%;
}
.rg-control__grid .bonus-card__top {
  justify-content: flex-start;
}

.rg-help {
  background: #ffffff;
}
.rg-help__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(500px, 1fr);
  gap: 38px;
  align-items: start;
}
.rg-help__content {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
}
.rg-help__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.rg-help__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.rg-help__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.rg-help__cards article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 30px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rg-help__cards article::before {
  content: "";
  position: absolute;
  right: -68px;
  top: -68px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.24);
}
.rg-help__cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.09);
}
.rg-help__cards h3,
.rg-help__cards p,
.rg-help__cards a {
  position: relative;
  z-index: 2;
}
.rg-help__cards h3 {
  color: #111827;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.rg-help__cards p {
  margin-top: 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.rg-help__cards a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}
.rg-help__cards a:hover {
  background: #1f2937;
}

@media (max-width: 1100px) {
  .rg-risks__inner {
    grid-template-columns: 1fr;
  }
  .rg-help__inner {
    grid-template-columns: 1fr;
  }
  .rg-help__content {
    position: static;
  }
}
@media (max-width: 768px) {
  .rg-risks__content {
    padding: 26px 22px;
    border-radius: 28px;
  }
  .rg-emergency-card {
    padding: 26px 22px;
    border-radius: 28px;
  }
  .rg-emergency-card strong {
    font-size: 28px;
  }
  .rg-help__cards {
    grid-template-columns: 1fr;
  }
  .rg-help__cards article {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }
}
/* ================================
   ABOUT PAGE
   Reuses: reviews-hero, brand-facts,
   bonus-conditions, reviews-warning
================================ */
.about-hero .reviews-hero__panel strong {
  max-width: 330px;
}

.about-story {
  background: #ffffff;
}
.about-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: stretch;
}
.about-story__content {
  padding: 46px;
  border-radius: 36px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.about-story__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.about-story__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.about-story__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-radius: 36px;
  background: radial-gradient(circle at 82% 16%, rgba(199, 255, 74, 0.32) 0, transparent 36%), #111827;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}
.about-story__card strong {
  color: #ffffff;
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.about-story__card p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}
.about-story__card a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.about-story__card a:hover {
  background: #c7ff4a;
}

.about-method {
  background: radial-gradient(circle at 12% 10%, rgba(199, 255, 74, 0.14) 0, transparent 28%), #f7f5ef;
}
.about-method__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);
  gap: 38px;
  align-items: start;
}
.about-method__content {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
}
.about-method__content h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.about-method__content p:not(.section-kicker) {
  margin-top: 22px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}
.about-method__list {
  display: grid;
  gap: 18px;
}
.about-method__list article {
  position: relative;
  min-height: 190px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-method__list article::before {
  content: "";
  position: absolute;
  right: -68px;
  top: -68px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.24);
}
.about-method__list article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
}
.about-method__list h3,
.about-method__list p {
  position: relative;
  z-index: 2;
}
.about-method__list h3 {
  color: #111827;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.about-method__list p {
  margin-top: 14px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .about-story__inner {
    grid-template-columns: 1fr;
  }
  .about-method__inner {
    grid-template-columns: 1fr;
  }
  .about-method__content {
    position: static;
  }
}
@media (max-width: 768px) {
  .about-story__content, .about-story__card {
    padding: 26px 22px;
    border-radius: 28px;
  }
  .about-story__card {
    min-height: 320px;
  }
  .about-method__list article {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }
}
/* ================================
   CONTACT PAGE
================================ */
.contact-hero .reviews-hero__panel strong {
  max-width: 320px;
}

.contact-main {
  background: radial-gradient(circle at 12% 10%, rgba(199, 255, 74, 0.14) 0, transparent 28%), #f7f5ef;
}
.contact-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-info {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
}
.contact-info h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.065em;
}
.contact-info__cards {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.contact-info__cards article {
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.06);
}
.contact-info__cards span {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.contact-info__cards strong {
  display: block;
  margin-top: 10px;
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.contact-info__cards p {
  margin-top: 10px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.contact-help-box {
  margin-top: 20px;
  padding: 28px;
  border-radius: 30px;
  background: #111827;
  color: #ffffff;
}
.contact-help-box strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.contact-help-box p {
  margin-top: 14px;
  color: #c7ff4a;
  font-size: 17px;
  font-weight: 900;
}
.contact-help-box a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.contact-help-box a:hover {
  background: #c7ff4a;
}

.contact-form-wrap {
  padding: 40px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}
.contact-form-wrap h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.custom-aweber-form {
  margin-top: 28px;
}

.form-row {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.form-row label {
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}
.form-row input,
.form-row textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #f7f5ef;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-row textarea {
  min-height: 160px;
  padding: 18px;
  resize: vertical;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.06);
}

.contact-submit {
  width: 100%;
  margin-top: 22px;
  min-height: 58px;
}

.contact-note {
  margin-top: 18px;
  color: #111827;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.contact-privacy {
  margin-top: 10px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .contact-main__inner {
    grid-template-columns: 1fr;
  }
  .contact-info {
    position: static;
  }
}
@media (max-width: 768px) {
  .contact-form-wrap {
    padding: 26px 22px;
    border-radius: 28px;
  }
  .contact-info__cards article,
  .contact-help-box {
    padding: 22px;
    border-radius: 24px;
  }
  .form-row input,
  .form-row textarea {
    min-height: 52px;
  }
  .form-row textarea {
    min-height: 140px;
  }
}
/* ================================
   LEGAL / TECHNICAL PAGES
   Pages:
   privacy-policy, terms, affiliate-disclosure,
   editorial-policy, disclaimer
================================ */
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 76px;
  background: radial-gradient(circle at 82% 18%, rgba(199, 255, 74, 0.22) 0, transparent 30%), radial-gradient(circle at 8% 88%, rgba(17, 24, 39, 0.08) 0, transparent 34%), #f7f5ef;
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 34px;
  pointer-events: none;
}
.legal-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}
.legal-hero h1 {
  margin-top: 16px;
  color: #111827;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.075em;
}
.legal-hero p:not(.section-kicker) {
  max-width: 760px;
  margin-top: 24px;
  color: #3f4654;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.legal-page {
  background: radial-gradient(circle at 12% 10%, rgba(199, 255, 74, 0.12) 0, transparent 28%), #f7f5ef;
}
.legal-page__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.legal-content {
  padding: 46px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}
.legal-content h2 {
  margin-top: 42px;
  color: #111827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  margin-top: 28px;
  color: #111827;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.legal-content p {
  margin-top: 18px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}
.legal-content ul {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.legal-content li {
  position: relative;
  padding-left: 28px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}
.legal-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7ff4a;
  box-shadow: 0 0 0 5px rgba(199, 255, 74, 0.18);
}
.legal-content a {
  color: #111827;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-content a:hover {
  color: #4d6b00;
}

.legal-box {
  margin-top: 28px;
  padding: 24px;
  border-radius: 26px;
  background: #f7f5ef;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.legal-box strong {
  display: block;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}
.legal-box p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.legal-contact-card {
  margin-top: 34px;
  padding: 28px;
  border-radius: 30px;
  background: #111827;
  color: #ffffff;
}
.legal-contact-card h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 28px;
}
.legal-contact-card p {
  color: rgba(255, 255, 255, 0.76);
}
.legal-contact-card a {
  color: #c7ff4a;
}

.legal-sidebar {
  position: sticky;
  top: calc(var(--anj-warning-height) + var(--header-height) + 28px);
  display: grid;
  gap: 18px;
}
.legal-sidebar__card {
  padding: 26px;
  border-radius: 30px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
}
.legal-sidebar__card h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.045em;
}
.legal-sidebar__card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}
.legal-sidebar__card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.legal-sidebar__card a:hover {
  background: #c7ff4a;
}
.legal-sidebar__links {
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
}
.legal-sidebar__links h3 {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.legal-sidebar__links a {
  display: block;
  margin-top: 12px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}
.legal-sidebar__links a:hover {
  color: #111827;
}

.legal-updated {
  display: inline-flex;
  margin-top: 22px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #111827;
  color: #c7ff4a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .legal-page__inner {
    grid-template-columns: 1fr;
  }
  .legal-sidebar {
    position: static;
  }
}
@media (max-width: 768px) {
  .legal-hero {
    padding: 64px 0 56px;
  }
  .legal-hero::before {
    inset: 12px;
    border-radius: 24px;
  }
  .legal-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .legal-hero p:not(.section-kicker) {
    font-size: 16px;
    line-height: 1.7;
  }
  .legal-content {
    padding: 28px 22px;
    border-radius: 28px;
  }
  .legal-content p {
    font-size: 15px;
    line-height: 1.78;
  }
  .legal-contact-card,
  .legal-box,
  .legal-sidebar__card,
  .legal-sidebar__links {
    padding: 22px;
    border-radius: 24px;
  }
}/*# sourceMappingURL=style.css.map */