:root {
  --w678-black: #050505;
  --w678-ink: #0b0a08;
  --w678-coal: #15130f;
  --w678-card: #1d1b17;
  --w678-gold: #f5c84c;
  --w678-gold-2: #ffe08a;
  --w678-gold-3: #b98316;
  --w678-text: #111111;
  --w678-muted: #666666;
  --w678-line: #e2e2e2;
  --w678-soft: #f7f7f7;
  --w678-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body.win678-site {
  margin: 0;
  min-width: 320px;
  color: var(--w678-text);
  background: var(--w678-white);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

.win678-site a {
  color: inherit;
  text-decoration: none;
}

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

.win678-shell {
  width: min(100% - 84px, 1180px);
  margin: 0 auto;
}

.win678-header {
  background: #030303;
  color: #fff;
  border-bottom: 1px solid rgba(245, 200, 76, .45);
}

.win678-header-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.win678-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: var(--w678-gold);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.win678-mark {
  width: 43px;
  height: 43px;
  border: 2px solid var(--w678-gold);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--w678-gold);
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 900;
  box-shadow: inset 0 0 0 2px rgba(245, 200, 76, .22);
}

.win678-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  flex: 1 1 auto;
}

.win678-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  color: #f6f1e6;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.win678-nav a.is-active {
  color: var(--w678-gold);
}

.win678-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--w678-gold);
}

.win678-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.win678-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 24px;
  border-radius: 6px;
  border: 1px solid var(--w678-gold);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.win678-btn-primary {
  color: #101010;
  background: linear-gradient(180deg, #ffe58c 0%, #f4c23d 100%);
  box-shadow: 0 12px 26px rgba(245, 200, 76, .25);
}

.win678-btn-ghost {
  color: var(--w678-gold);
  background: rgba(255, 255, 255, .03);
}

.win678-hero {
  min-height: 590px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 42%, rgba(245, 200, 76, .22), transparent 28%),
    radial-gradient(circle at 83% 75%, rgba(245, 200, 76, .18), transparent 28%),
    linear-gradient(100deg, #050505 0%, #100d08 56%, #050505 100%);
  overflow: hidden;
}

.win678-hero-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  min-height: 590px;
  gap: 20px;
}

.win678-hero-copy {
  position: relative;
  z-index: 2;
  padding: 56px 0 70px;
}

.win678-hero h1 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.13;
  font-weight: 950;
  letter-spacing: 0;
}

.win678-hero h1 span {
  display: block;
  color: var(--w678-gold);
}

.win678-hero p {
  max-width: 490px;
  margin: 28px 0 0;
  color: #f2f2f2;
  font-size: 17px;
  line-height: 1.78;
  font-weight: 600;
}

.win678-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.win678-hero-media {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
}

.win678-hero-media img {
  width: 100%;
  min-width: 520px;
  transform: translateX(18px);
}

.win678-section {
  padding: 62px 0;
  background: #fff;
}

.win678-section-muted {
  background: #fafafa;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.win678-overview-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
  align-items: center;
}

.win678-section-title {
  margin: 0;
  color: #111;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}

.win678-section-copy {
  margin: 24px 0 0;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.85;
}

.win678-overview-image img,
.win678-app-image img,
.win678-news-thumb img {
  width: 100%;
  border-radius: 8px;
}

.win678-overview-image img {
  box-shadow: 0 20px 45px rgba(0, 0, 0, .13);
}

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

.win678-services {
  padding-top: 36px;
}

.win678-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 34px;
}

.win678-service-card {
  min-height: 260px;
  padding: 34px 26px 30px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% -10%, rgba(245, 200, 76, .2), transparent 40%),
    linear-gradient(145deg, #20201d 0%, #11110f 100%);
  border: 2px solid var(--w678-gold-3);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .12);
}

.win678-service-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  color: var(--w678-gold);
}

.win678-service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.win678-service-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.win678-service-card p {
  margin: 0;
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.65;
}

.win678-steps {
  padding: 44px 0 62px;
}

.win678-steps-row {
  display: grid;
  grid-template-columns: 1fr 100px 1fr 100px 1fr;
  align-items: start;
  margin-top: 34px;
}

.win678-step {
  text-align: center;
}

.win678-step-number {
  width: 36px;
  height: 36px;
  margin: 0 auto -5px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #c68b0f;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
}

.win678-step-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  color: #111;
  background: #fffdf8;
  border: 2px solid var(--w678-gold);
  border-radius: 50%;
}

.win678-step-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.win678-step h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 19px;
  font-weight: 900;
}

.win678-step p {
  max-width: 250px;
  margin: 0 auto;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.6;
}

.win678-arrow {
  height: 98px;
  position: relative;
}

.win678-arrow::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 22px;
  top: 60px;
  border-top: 2px dashed #999;
}

.win678-arrow::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 53px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  transform: rotate(45deg);
}

.win678-app {
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 17% 65%, rgba(245, 200, 76, .18), transparent 22%),
    radial-gradient(circle at 88% 25%, rgba(245, 200, 76, .2), transparent 30%),
    linear-gradient(105deg, #080706 0%, #21180d 47%, #050505 100%);
  overflow: hidden;
}

.win678-app-grid {
  min-height: 300px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.win678-app-image {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}

.win678-app-image img {
  max-width: 350px;
  margin-left: 36px;
}

.win678-app-copy {
  padding: 48px 0;
}

.win678-app-copy h2 {
  margin: 0;
  color: var(--w678-gold);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.14;
  font-weight: 950;
}

.win678-app-copy p {
  max-width: 650px;
  margin: 16px 0 0;
  color: #ededed;
  font-size: 17px;
  line-height: 1.68;
}

.win678-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.win678-store {
  min-width: 205px;
  min-height: 62px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #111;
  background: linear-gradient(180deg, #fff0a7, #f2be39);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
}

.win678-store svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.win678-articles {
  padding: 38px 0 42px;
}

.win678-news-list {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  overflow: hidden;
}

.win678-news-row {
  display: grid;
  grid-template-columns: 300px 1fr 44px;
  align-items: center;
  gap: 28px;
  padding: 18px 24px;
  border-bottom: 1px solid #e3e3e3;
}

.win678-news-row:last-child {
  border-bottom: 0;
}

.win678-news-thumb {
  display: block;
  min-width: 0;
}

.win678-news-thumb img {
  aspect-ratio: 2.22 / 1;
  object-fit: cover;
}

.win678-news-title {
  display: inline-block;
  margin: 0 0 10px;
  color: #111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.win678-news-title:hover {
  color: #a9770e;
}

.win678-news-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #777;
  font-size: 14px;
  margin-bottom: 2px;
}

.win678-news-meta span + span {
  position: relative;
  padding-left: 18px;
}

.win678-news-meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: #cfcfcf;
}

.win678-news-row p {
  margin: 6px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.55;
}

.win678-news-more {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #111;
}

.win678-news-more svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.win678-pager {
  margin-top: 24px;
  text-align: center;
}

.win678-pager li,
.win678-pager a,
.win678-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  margin: 2px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

.win678-faq {
  padding: 28px 0 58px;
}

.win678-faq-list {
  margin-top: 22px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.win678-faq-item {
  border-bottom: 1px solid #e3e3e3;
}

.win678-faq-item:last-child {
  border-bottom: 0;
}

.win678-faq-question {
  min-height: 54px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 16px;
  font-weight: 900;
}

.win678-faq-question svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.win678-footer {
  color: #e8e8e8;
  background: #030303;
}

.win678-footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 70px;
  padding: 42px 0 34px;
}

.win678-footer .win678-brand {
  margin-bottom: 18px;
}

.win678-footer p {
  max-width: 340px;
  margin: 0;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.7;
}

.win678-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.win678-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 10px 24px;
}

.win678-footer a,
.win678-footer-contact span {
  display: block;
  color: #d6d6d6;
  font-size: 15px;
  line-height: 1.55;
}

.win678-footer-contact {
  display: grid;
  gap: 10px;
}

.win678-footer-contact span {
  position: relative;
  padding-left: 24px;
}

.win678-footer-contact span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--w678-gold);
  border-radius: 50%;
}

.win678-copyright {
  padding: 14px 0;
  color: #d3d3d3;
  text-align: center;
  background: #111;
  font-size: 14px;
}

.win678-article-hero {
  padding: 70px 0;
  color: #fff;
  background:
    radial-gradient(circle at 74% 45%, rgba(245, 200, 76, .18), transparent 30%),
    linear-gradient(120deg, #050505, #171109 55%, #050505);
  border-bottom: 1px solid rgba(245, 200, 76, .35);
}

.win678-article-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.16;
  font-weight: 950;
}

.win678-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  color: #f3d788;
  font-weight: 800;
}

.win678-article-page-title {
  margin-top: 14px;
  color: #ffe08a;
  font-size: 18px;
  font-weight: 800;
}

.win678-article-page-title:empty {
  display: none;
}

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

.win678-article-card {
  padding: 34px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
}

.win678-article-content {
  color: #333;
  font-size: 17px;
  line-height: 1.85;
}

.win678-article-content h2,
.win678-article-content h3 {
  color: #111;
  line-height: 1.3;
}

.win678-article-content h2 {
  margin: 34px 0 14px;
  font-size: 28px;
}

.win678-article-content h3 {
  margin: 28px 0 12px;
  font-size: 22px;
}

.win678-article-content p {
  margin: 0 0 18px;
}

.win678-article-content ul,
.win678-article-content ol {
  padding-left: 24px;
}

.win678-article-content img {
  border-radius: 8px;
  margin: 22px 0;
}

.win678-article-nav {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.win678-article-nav a {
  color: #8c650c;
  font-weight: 800;
}

.win678-sidebar {
  display: grid;
  gap: 16px;
}

.win678-side-box {
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(245, 200, 76, .22), transparent 40%),
    linear-gradient(145deg, #22201c, #0f0f0d);
  border: 1px solid var(--w678-gold-3);
  border-radius: 8px;
}

.win678-side-box h3 {
  margin: 0 0 12px;
  color: var(--w678-gold);
  font-size: 21px;
}

.win678-side-box p {
  margin: 0 0 14px;
  color: #e0e0e0;
}

.win678-side-box a {
  color: var(--w678-gold);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .win678-shell {
    width: min(100% - 42px, 960px);
  }

  .win678-header-row {
    flex-wrap: wrap;
    padding: 16px 0;
    gap: 14px;
  }

  .win678-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .win678-nav a {
    min-height: 36px;
  }

  .win678-nav a.is-active::after {
    bottom: -2px;
  }

  .win678-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 62px 0 48px;
  }

  .win678-hero-copy {
    padding: 0;
  }

  .win678-hero-media img {
    min-width: 0;
    max-width: 720px;
    margin: 0 auto;
    transform: none;
  }

  .win678-overview-grid,
  .win678-app-grid,
  .win678-article-layout {
    grid-template-columns: 1fr;
  }

  .win678-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .win678-app-image {
    display: none;
  }

  .win678-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .win678-shell {
    width: min(100% - 28px, 560px);
  }

  .win678-brand {
    font-size: 23px;
  }

  .win678-mark {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }

  .win678-actions {
    width: 100%;
  }

  .win678-actions .win678-btn {
    flex: 1 1 0;
    padding: 0 12px;
  }

  .win678-hero {
    min-height: 0;
  }

  .win678-hero-grid {
    padding: 44px 0 36px;
  }

  .win678-hero h1 {
    font-size: 39px;
  }

  .win678-hero p,
  .win678-app-copy p {
    font-size: 16px;
  }

  .win678-btn {
    min-height: 43px;
    padding: 0 16px;
  }

  .win678-section {
    padding: 46px 0;
  }

  .win678-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .win678-service-card {
    min-height: 0;
  }

  .win678-steps-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .win678-arrow {
    display: none;
  }

  .win678-app-copy {
    padding: 44px 0;
  }

  .win678-store {
    width: 100%;
  }

  .win678-news-row {
    grid-template-columns: 1fr 34px;
    gap: 14px;
    padding: 16px;
  }

  .win678-news-thumb {
    grid-column: 1 / -1;
  }

  .win678-news-title {
    font-size: 18px;
  }

  .win678-news-meta {
    display: block;
  }

  .win678-news-meta span + span {
    display: block;
    padding-left: 0;
    margin-top: 3px;
  }

  .win678-news-meta span + span::before {
    display: none;
  }

  .win678-faq-question {
    padding: 0 16px;
  }

  .win678-article-card {
    padding: 22px;
  }
}


/* Layout compatibility for the current WIN678 static pages. */
body {
  margin: 0;
  min-width: 320px;
}

body.win678-site {
  margin: 0;
}

.win678-container {
  width: min(100% - 84px, 1180px);
  margin: 0 auto;
}

.win678-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.win678-hero-art {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.win678-hero-art img {
  width: min(100%, 620px);
  transform: translateX(18px);
}

.win678-overview {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
  align-items: center;
}

.win678-overview-media img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .13);
}

.win678-overview-content h2,
.win678-section-title h2 {
  margin: 0;
  color: #111;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}

.win678-section-title {
  margin-bottom: 28px;
}

.win678-section-title .win678-eyebrow {
  margin-bottom: 8px;
}

.win678-overview-content p,
.win678-section-title p {
  margin: 18px 0 0;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.85;
}

.win678-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.win678-service-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  color: #111;
  background: linear-gradient(180deg, #fff0a7, #f2be39);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 950;
}

.win678-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.win678-step-grid article,
.win678-faq-grid article {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .06);
}

.win678-step-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: #111;
  background: linear-gradient(180deg, #fff0a7, #f2be39);
  border-radius: 50%;
  font-weight: 950;
}

.win678-step-grid h3,
.win678-faq-grid h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.win678-step-grid p,
.win678-faq-grid p {
  margin: 0;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.65;
}

.win678-app-grid > div:first-child {
  padding: 48px 0;
}

.win678-app-grid h2 {
  margin: 0;
  color: var(--w678-gold);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.14;
  font-weight: 950;
}

.win678-app-grid p {
  max-width: 650px;
  margin: 16px 0 0;
  color: #ededed;
  font-size: 17px;
  line-height: 1.68;
}

.win678-app-grid > img {
  max-width: 350px;
  margin-left: 36px;
  justify-self: center;
  align-self: end;
}

.win678-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.win678-news-item {
  display: grid;
  grid-template-columns: 300px 1fr 44px;
  align-items: center;
  gap: 28px;
  padding: 18px 24px;
  border-bottom: 1px solid #e3e3e3;
}

.win678-news-item:last-child {
  border-bottom: 0;
}

.win678-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.win678-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
  gap: 34px;
  padding: 42px 0 34px;
}

.win678-footer-grid > div {
  min-width: 0;
}

@media (max-width: 1120px) {
  .win678-container {
    width: min(100% - 42px, 960px);
  }

  .win678-header-inner {
    flex-wrap: wrap;
    padding: 16px 0;
    gap: 14px;
  }

  .win678-hero-art img {
    min-width: 0;
    max-width: 720px;
    margin: 0 auto;
    transform: none;
  }

  .win678-overview,
  .win678-app-grid {
    grid-template-columns: 1fr;
  }

  .win678-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .win678-app-grid > img {
    display: none;
  }

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

@media (max-width: 720px) {
  .win678-container {
    width: min(100% - 28px, 560px);
  }

  .win678-service-grid,
  .win678-step-grid,
  .win678-faq-grid,
  .win678-footer-grid {
    grid-template-columns: 1fr;
  }

  .win678-news-item {
    grid-template-columns: 1fr 34px;
    gap: 14px;
    padding: 16px;
  }

  .win678-news-item .win678-news-thumb {
    grid-column: 1 / -1;
  }

  .win678-store {
    width: 100%;
  }
}
