@charset "UTF-8";

:root {
  --c-primary: #17212b;
  --c-secondary: #2d3c4a;
  --c-accent: #d7193f;
  --c-accent-2: #f2f5f7;
  --c-bg: #0d141b;
  --c-surface: #172331;
  --c-text: #ffffff;
  --c-text-muted: #ccd6dd;
  --c-btn: #d7193f;
  --c-btn-text: #ffffff;
  --c-border: rgba(215, 25, 63, .28);
  --c-grad-start: #101922;
  --c-grad-end: #2d3c4a;
  --c-logo-text: #ffffff;
}

.qw-container,
.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-footer-inner,
.it-legal {
  max-width: 1200px;
}

.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-legal {
  width: 100%;
}

.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author {
  margin-left: auto;
  margin-right: auto;
}

.h12_nav .qw-nav-link,
.h12_mnav .qw-nav-link {
  font-size: 20px;
}

.h12_menu-btn {
  display: none !important;
}

.h12_nav,
.h12_desktop-actions {
  display: flex !important;
}

.h12_mobile-nav {
  display: none;
}

.h12_root .qw-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 28px;
}

.h12_root .qw-logo {
  flex: 0 0 auto;
}

.h12_nav {
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
}

.h12_nav .qw-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #eef3f5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.h12_nav .qw-nav-link:hover {
  background: rgba(215, 25, 63, .14);
  color: #ffffff;
}

.h12_cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.h12_desktop-actions {
  align-items: center;
  gap: 10px;
}

.h12_root .h12_btn-login,
.h12_root .h12_btn-register {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 42px !important;
  padding: 0 18px !important;
  border-radius: 8px;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.qw-header {
  border-bottom: 1px solid rgba(242, 245, 247, .08);
  background: rgba(13, 20, 27, .92);
  backdrop-filter: blur(18px);
}

.h12_nav .qw-nav-link {
  color: #eef3f5;
}

.h12_nav .qw-nav-link:hover,
.h12_mnav .qw-nav-link:hover {
  color: var(--c-accent);
}

.h12_btn-login {
  border-color: rgba(242, 245, 247, .24);
  color: #f2f5f7;
}

.h12_btn-register,
.it-btn {
  border: 1px solid rgba(215, 25, 63, .8);
  background: linear-gradient(180deg, #ed3155 0%, #c81135 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(215, 25, 63, .22);
}

.h12_btn-register:hover,
.it-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(215, 25, 63, .3);
}

.it-btn-soft {
  border-color: rgba(242, 245, 247, .28);
  background: rgba(242, 245, 247, .08);
  color: #fff;
  box-shadow: none;
}

.it-hero {
  border-bottom: 1px solid rgba(242, 245, 247, .08);
  background-color: var(--c-bg);
}

.it-hero-copy {
  max-width: 760px;
}

.it-kicker {
  color: #fff;
  background: rgba(215, 25, 63, .88);
}

.it-table-wrap,
.it-table {
  width: 100%;
}

.it-section,
.it-intro {
  border: 1px solid rgba(242, 245, 247, .08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
    #111c27;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}

.it-content-block h3,
.it-verdict-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-term-label {
  display: inline;
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(215, 25, 63, .72);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.it-content-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-table {
  border-color: rgba(242, 245, 247, .1);
}

.it-table th {
  background: #f2f5f7;
  color: #111922;
}

.it-table td {
  border-color: rgba(242, 245, 247, .1);
}

.it-table tbody tr:nth-child(even) td {
  background: rgba(242, 245, 247, .035);
}

.it-content-block blockquote,
.it-user-reviews-grid blockquote {
  border-left-color: var(--c-accent);
}

.it-user-reviews-block {
  overflow: hidden;
}

.it-review-carousel {
  margin-top: 22px;
}

.it-review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, calc((100% - 32px) / 3));
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 4px 2px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--c-accent) rgba(242, 245, 247, .12);
}

.it-review-slide {
  min-height: 260px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(242, 245, 247, .12);
  border-left: 4px solid var(--c-accent);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    #0f1923;
  color: #fff;
  scroll-snap-align: start;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
}

.it-review-slide p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.65;
}

.it-review-slide span {
  color: var(--c-text-muted);
  font-weight: 700;
}

.it-review-author {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}

.it-review-name {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.it-review-city {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(242, 245, 247, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: var(--c-text-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.it-promo {
  background-color: var(--c-bg);
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  border: 1px solid rgba(242, 245, 247, .08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .06), 0 20px 44px rgba(0, 0, 0, .2);
}

.it-promo-copy span {
  margin-bottom: 0;
  color: #ffffff;
  background: rgba(215, 25, 63, .9);
}

.it-promo-copy h2 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.it-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.it-promo-actions .it-btn {
  width: max-content;
}

.it-promo-actions .it-btn-soft {
  border: 1px solid rgba(242, 245, 247, .35);
  background: rgba(13, 20, 27, .42);
  color: #fff;
}

.it-content-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.it-content-cta .it-btn {
  width: max-content;
}

.it-store-btn {
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 56px;
  text-align: center;
}

.it-store-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: currentColor;
}

.it-store-btn.it-btn-soft,
.it-store-btn.it-btn-soft .it-store-icon,
.it-store-btn.it-btn-soft span {
  color: #fff;
}

.it-store-btn.it-btn-soft span {
  background: transparent;
}

.it-store-btn span {
  display: inline-block;
  line-height: 1.15;
}

.it-verdict-block,
.it-generated-faq,
.it-generated-reviews {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(215, 25, 63, .14), transparent 44%),
    linear-gradient(180deg, rgba(242, 245, 247, .055), rgba(242, 245, 247, .018)),
    #111c27;
}

.it-verdict-block h2,
.it-generated-faq h2,
.it-generated-reviews h2 {
  margin-top: 0;
  padding-top: 0;
}

.it-author-card {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin: 18px 0 8px;
  padding: 14px 18px;
  border: 1px solid rgba(242, 245, 247, .16);
  border-radius: 8px;
  background: rgba(242, 245, 247, .07);
}

.it-author-card strong {
  color: #fff;
  font-size: 18px;
}

.it-author-card span {
  color: var(--c-text-muted);
  font-size: 14px;
}

.it-legal-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.it-footer {
  border-top: 1px solid rgba(242, 245, 247, .08);
  background:
    linear-gradient(90deg, rgba(215, 25, 63, .1), transparent 36%),
    #0b1118;
}

.it-footer nav a:hover {
  color: var(--c-accent);
}

@media (max-width: 768px) {
  .h12_nav {
    display: none !important;
  }

  .h12_menu-btn {
    display: flex !important;
  }
}

@media (max-width: 560px) {
  .it-review-track {
    grid-auto-columns: minmax(260px, 88%);
  }

  .it-review-slide {
    min-height: 0;
  }

  .it-promo-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .it-promo-actions .it-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Header visibility override: desktop gets full nav, mobile/tablet gets burger. */
.h12_menu-btn {
  display: none !important;
}

.h12_nav,
.h12_desktop-actions {
  display: flex !important;
}

.h12_cta {
  margin-left: auto;
}

.h12_mobile-nav.open {
  display: flex !important;
}

@media (max-width: 900px) {
  .qw-header-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .qw-logo {
    margin-right: auto;
  }

  .h12_cta {
    margin-left: auto;
  }

  .h12_desktop-actions {
    display: none !important;
  }

  .h12_nav {
    display: none !important;
  }

  .h12_menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(242, 245, 247, .18);
    border-radius: 8px;
    background: rgba(242, 245, 247, .08);
    color: #fff;
  }

  .h12_mobile-nav {
    display: none;
    border-top: 1px solid rgba(242, 245, 247, .1);
    background: rgba(13, 20, 27, .98);
    box-shadow: 0 18px 32px rgba(0, 0, 0, .28);
  }

  .h12_mobile-nav.open {
    display: flex !important;
  }

  .h12_mnav {
    display: grid !important;
    gap: 8px;
    padding: 10px 0;
  }

  .h12_mnav .qw-nav-link {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(242, 245, 247, .1);
    border-radius: 8px;
    background: rgba(242, 245, 247, .055);
    color: #f2f5f7;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .h12_mnav .qw-nav-link:hover {
    border-color: rgba(215, 25, 63, .42);
    background: rgba(215, 25, 63, .14);
    color: #fff;
  }

  .h12_mrow {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 4px 0 12px;
  }

  .h12_mrow .h12_mbtn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px !important;
    border-radius: 8px;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .h12_mrow {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  .h12_menu-btn {
    display: none !important;
  }

  .h12_nav {
    display: flex !important;
  }
}

/* Header polish: desktop layout + mobile drawer */
.h12_root .qw-container {
  max-width: 1240px;
}

.h12_root .qw-header-inner {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  min-height: 76px;
  gap: 28px;
}

.h12_root .qw-logo {
  justify-self: start;
}

.h12_root .qw-logo-png {
  height: 42px;
  width: auto;
}

.h12_nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.h12_nav .qw-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.h12_nav .qw-nav-link:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.h12_cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0;
}

.h12_desktop-actions {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.h12_root .h12_btn-login,
.h12_root .h12_btn-register {
  min-width: 120px;
  height: 44px !important;
  padding: 0 20px !important;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 900;
}

.h12_root .h12_btn-login {
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
}

.h12_menu-btn {
  display: none !important;
}

.h12_mobile-nav,
.h12_mobile-nav.open {
  display: none !important;
}

@media (max-width: 900px) {
  .h12_root .qw-header-inner {
    display: flex;
    min-height: 68px;
    gap: 14px;
  }

  .h12_root .qw-logo {
    margin-right: auto;
  }

  .h12_root .qw-logo-png {
    height: 36px;
  }

  .h12_nav,
  .h12_desktop-actions {
    display: none !important;
  }

  .h12_cta {
    margin-left: auto;
  }

  .h12_menu-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
  }

  .h12_menu-btn.open {
    border-color: rgba(215, 25, 63, .72);
    background: rgba(215, 25, 63, .18);
  }

  .h12_mobile-nav {
    display: none !important;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background:
      linear-gradient(180deg, rgba(23, 33, 43, .98), rgba(13, 20, 27, .99));
    box-shadow: 0 20px 36px rgba(0, 0, 0, .34);
  }

  .h12_mobile-nav.open {
    display: flex !important;
  }

  .h12_mobile-nav .qw-container {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .h12_mnav {
    display: grid !important;
    gap: 10px;
    width: 100%;
  }

  .h12_mnav .qw-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    color: #f2f5f7;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .h12_mnav .qw-nav-link:hover {
    border-color: rgba(215, 25, 63, .52);
    background: rgba(215, 25, 63, .16);
    color: #fff;
  }

  .h12_mrow {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .h12_mrow .h12_mbtn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px !important;
    border-radius: 8px;
    font-size: 14px !important;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .h12_mrow {
    grid-template-columns: 1fr;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
