:root {
  --w55-black: #050505;
  --w55-ink: #151515;
  --w55-panel: #101010;
  --w55-red: #e60012;
  --w55-red-dark: #8f0008;
  --w55-gold: #ffd72f;
  --w55-orange: #ff6a00;
  --w55-text: #171717;
  --w55-muted: #5d5d5d;
  --w55-line: #e7e7e7;
  --w55-white: #ffffff;
  --w55-shell: 1160px;
  --w55-radius: 8px;
  --w55-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body.win55-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--w55-white);
  color: var(--w55-text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.win55-page img,
.win55-page svg {
  max-width: 100%;
}

.w55-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.win55-page a {
  color: inherit;
  text-decoration: none;
}

.w55-shell {
  width: min(var(--w55-shell), calc(100% - 40px));
  margin: 0 auto;
}

.w55-topbar {
  background: var(--w55-black);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.w55-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.w55-logo {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1;
  font-weight: 900;
  color: var(--w55-red);
  font-style: italic;
}

.win55-page a.w55-logo {
  color: var(--w55-red);
}

.w55-logo span {
  color: var(--w55-gold);
  margin-left: 1px;
}

.w55-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.w55-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.w55-btn:hover {
  transform: translateY(-1px);
}

.w55-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #ff1f1f 0%, var(--w55-red) 100%);
  box-shadow: 0 12px 24px rgba(230, 0, 18, .28);
}

.win55-page a.w55-btn-primary {
  color: #fff;
}

.w55-btn-outline {
  color: #fff;
  border-color: rgba(255, 42, 42, .72);
  background: rgba(0, 0, 0, .28);
}

.win55-page a.w55-btn-outline {
  color: #fff;
}

.w55-btn-gold {
  color: #171000;
  background: linear-gradient(180deg, #ffe65a 0%, #ffc400 100%);
  box-shadow: 0 14px 28px rgba(255, 196, 0, .24);
}

.win55-page a.w55-btn-gold {
  color: #171000;
}

.w55-nav-wrap {
  background: linear-gradient(180deg, #f00 0%, #d60010 100%);
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.w55-nav {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  flex-wrap: wrap;
}

.w55-nav a {
  height: 62px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  white-space: nowrap;
}

.w55-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--w55-gold);
}

.w55-hero {
  background:
    radial-gradient(circle at 68% 45%, rgba(255, 170, 0, .26), transparent 34%),
    radial-gradient(circle at 20% 58%, rgba(230, 0, 18, .36), transparent 38%),
    linear-gradient(110deg, #210000 0%, #7d0008 45%, #120000 100%);
  color: #fff;
  overflow: hidden;
}

.w55-hero-grid {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.35fr);
  align-items: center;
  gap: 34px;
  padding: 38px 0 34px;
}

.w55-hero-copy {
  position: relative;
  z-index: 2;
}

.w55-title {
  margin: 0;
  max-width: 590px;
  font-size: clamp(38px, 5.4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.w55-title strong {
  color: var(--w55-red);
}

.w55-title span {
  color: var(--w55-gold);
}

.w55-hero-copy p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
  line-height: 1.75;
  font-weight: 600;
}

.w55-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.w55-hero-media {
  min-height: 400px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.w55-hero-media::after {
  content: "";
  position: absolute;
  inset: auto 2% 4% 6%;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 196, 0, .35), transparent 66%);
  filter: blur(8px);
}

.w55-hero-img {
  width: 100%;
  height: min(390px, 42vw);
  min-height: 300px;
  object-fit: cover;
  object-position: center right;
  border-radius: 0;
  mix-blend-mode: screen;
  filter: saturate(1.08) contrast(1.03);
}

.w55-section {
  padding: 42px 0;
}

.w55-section-tight {
  padding: 34px 0;
}

.w55-center {
  text-align: center;
}

.w55-section-title {
  margin: 0;
  color: #171717;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 900;
}

.w55-section-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--w55-red);
  border-radius: 999px;
}

.w55-section-lead {
  width: min(760px, 100%);
  margin: 18px auto 0;
  color: var(--w55-muted);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
}

.w55-feature-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.w55-feature-card,
.w55-news-card,
.w55-article-card,
.w55-faq-card {
  border: 1px solid var(--w55-line);
  border-radius: var(--w55-radius);
  background: #fff;
}

.w55-feature-card {
  min-height: 250px;
  padding: 34px 26px 28px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.w55-icon {
  width: 68px;
  height: 68px;
  display: inline-grid;
  place-items: center;
  color: var(--w55-red);
}

.w55-icon svg {
  width: 62px;
  height: 62px;
  fill: currentColor;
}

.w55-feature-card h3,
.w55-news-card h3,
.w55-article-card h1,
.w55-article-card h2,
.w55-faq-card h3 {
  margin: 0;
  color: #171717;
  font-weight: 900;
}

.w55-feature-card h3 {
  margin-top: 18px;
  font-size: 22px;
}

.w55-feature-card p,
.w55-news-card p,
.w55-step p,
.w55-article-card p,
.w55-article-card li,
.w55-faq-card p {
  color: var(--w55-muted);
  line-height: 1.72;
}

.w55-feature-card p {
  margin: 12px 0 0;
  font-size: 15px;
}

.w55-category-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 215, 47, .18), transparent 34%),
    linear-gradient(90deg, #430000 0%, #b8000d 50%, #430000 100%);
  color: #fff;
}

.w55-category-row {
  min-height: 166px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
}

.w55-category {
  min-height: 118px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  color: #fff;
  border-left: 1px solid rgba(255, 215, 47, .32);
}

.win55-page a.w55-category {
  color: #fff;
}

.w55-category:first-child {
  border-left: 0;
}

.w55-category svg {
  width: 56px;
  height: 56px;
  color: var(--w55-gold);
  fill: currentColor;
}

.w55-category strong {
  font-size: 18px;
  font-weight: 900;
}

.w55-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-top: 38px;
  position: relative;
}

.w55-step {
  text-align: center;
  min-height: 190px;
  position: relative;
}

.w55-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 76px;
  right: -23px;
  width: 24px;
  height: 24px;
  border-top: 5px solid #d9d9d9;
  border-right: 5px solid #d9d9d9;
  transform: rotate(45deg);
}

.w55-step-num {
  width: 36px;
  height: 36px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--w55-red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(230, 0, 18, .24);
}

.w55-step .w55-icon {
  width: 70px;
  height: 70px;
  color: var(--w55-red);
}

.w55-step h3 {
  margin: 18px 0 0;
  font-size: 20px;
  font-weight: 900;
}

.w55-step p {
  width: min(220px, 100%);
  margin: 12px auto 0;
  font-size: 15px;
}

.w55-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 28px;
}

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

.w55-news-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
  min-height: 158px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
}

.w55-news-thumb {
  min-height: 130px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: var(--w55-gold);
  background:
    radial-gradient(circle at 62% 32%, rgba(255, 215, 47, .35), transparent 28%),
    linear-gradient(145deg, #2a0000 0%, #b0000b 58%, #0a0000 100%);
  overflow: hidden;
}

.win55-page a.w55-news-thumb {
  color: var(--w55-gold);
}

.w55-news-thumb svg {
  width: 72px;
  height: 72px;
  fill: currentColor;
  filter: drop-shadow(0 0 16px rgba(255, 215, 47, .42));
}

.w55-news-card h3 {
  font-size: 18px;
  line-height: 1.38;
}

.w55-news-card time,
.w55-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  color: #777;
  font-size: 13px;
  font-weight: 700;
}

.w55-news-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

.w55-more {
  margin-top: 38px;
  text-align: center;
}

.w55-footer {
  background:
    radial-gradient(circle at 88% 18%, rgba(230, 0, 18, .18), transparent 30%),
    var(--w55-black);
  color: #fff;
}

.w55-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .8fr 1.05fr;
  gap: 42px;
  padding: 48px 0;
}

.w55-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
}

.w55-footer p,
.w55-footer li {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
}

.w55-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w55-social {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.w55-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--w55-red);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.w55-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 10px;
}

.w55-contact svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 5px;
  color: var(--w55-red);
  fill: currentColor;
}

.w55-copy {
  border-top: 1px solid rgba(230, 0, 18, .35);
  padding: 16px 0;
  text-align: center;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.w55-article-hero {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 215, 47, .2), transparent 30%),
    linear-gradient(125deg, #120000 0%, #810008 58%, #050505 100%);
  color: #fff;
  padding: 54px 0;
}

.w55-breadcrumb {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.w55-breadcrumb a {
  color: #fff;
}

.w55-article-hero h1 {
  width: min(860px, 100%);
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.15;
  font-weight: 900;
}

.w55-article-hero p {
  width: min(720px, 100%);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.75;
}

.w55-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.w55-article-card {
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.w55-article-card h2 {
  margin-top: 28px;
  font-size: 28px;
}

.w55-article-card p {
  font-size: 16px;
}

.w55-article-card .body img,
.w55-article-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--w55-radius);
}

.w55-article-image {
  margin: 0 0 28px;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.w55-sidebar {
  position: sticky;
  top: 18px;
}

.w55-side-panel {
  border-radius: var(--w55-radius);
  overflow: hidden;
  background: #101010;
  color: #fff;
  box-shadow: var(--w55-shadow);
}

.w55-side-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.w55-side-panel div {
  padding: 22px;
}

.w55-side-panel h3 {
  margin: 0;
  color: var(--w55-gold);
  font-size: 22px;
}

.w55-side-panel p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.72;
}

.w55-prenext {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.w55-prenext a,
.w55-pagination a,
.w55-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--w55-line);
  border-radius: 8px;
}

.w55-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .w55-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 46px 0 34px;
  }

  .w55-hero-media {
    min-height: 320px;
  }

  .w55-hero-img {
    height: 360px;
    min-height: 300px;
  }

  .w55-feature-grid,
  .w55-news-grid,
  .w55-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w55-category-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .w55-category:nth-child(4) {
    border-left: 0;
  }

  .w55-article-layout {
    grid-template-columns: 1fr;
  }

  .w55-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .w55-shell {
    width: min(100% - 24px, var(--w55-shell));
  }

  .w55-header {
    min-height: 76px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 14px 0;
  }

  .w55-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .w55-btn {
    min-height: 42px;
    padding: 0 18px;
  }

  .w55-nav {
    min-height: auto;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 12px;
    scrollbar-width: none;
  }

  .w55-nav::-webkit-scrollbar {
    display: none;
  }

  .w55-nav a {
    height: 54px;
    padding: 0 14px;
    font-size: 14px;
    flex: 0 0 auto;
  }

  .w55-hero-grid {
    min-height: 0;
  }

  .w55-hero-copy p {
    font-size: 16px;
  }

  .w55-hero-grid {
    padding: 28px 0 24px;
  }

  .w55-hero-actions {
    margin-top: 24px;
  }

  .w55-hero-img {
    height: 230px;
    min-height: 220px;
    object-position: center right;
  }

  .w55-feature-grid,
  .w55-category-row,
  .w55-steps,
  .w55-news-grid,
  .w55-footer-grid {
    grid-template-columns: 1fr;
  }

  .w55-category {
    border-left: 0;
    border-top: 1px solid rgba(255, 215, 47, .24);
  }

  .w55-category:first-child {
    border-top: 0;
  }

  .w55-step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%) rotate(135deg);
  }

  .w55-news-card {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 14px;
  }

  .w55-news-thumb {
    min-height: 112px;
  }

  .w55-news-card h3 {
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  .w55-actions .w55-btn {
    flex: 1 1 130px;
  }

  .w55-title {
    font-size: 35px;
  }

  .w55-hero-img {
    height: 220px;
    min-height: 210px;
  }

  .w55-news-card {
    grid-template-columns: 1fr;
  }

  .w55-news-thumb {
    min-height: 150px;
  }
}
