:root {
  --brand-yellow: #ffd43b;
  --brand-orange: #f97316;
  --brand-red: #ef5b2a;
  --ink: #172033;
  --muted: #675b46;
  --paper: #fff9ea;
  --line: rgba(80, 57, 20, .1);
  --soft-shadow: 0 18px 42px rgba(116, 72, 0, .12);
}

body.home {
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.home .header {
  height: 84px;
  min-width: 0;
}

.home .header::before {
  position: absolute;
  inset: 10px 50%;
  width: min(1180px, calc(100vw - 40px));
  height: 64px;
  content: "";
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 14px 36px rgba(112, 72, 0, .12);
  backdrop-filter: blur(18px);
}

.home .header-content {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  padding: 0 26px;
}

.home .header-logo {
  width: auto;
  height: 48px;
  margin-top: 18px;
  background: transparent !important;
  background-image: none !important;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .45));
}

.home .header-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 100%;
  color: #0f172a;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  text-indent: 0;
}

.home .header-logo-link::before {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  content: "";
  border-radius: 9px;
  background: url(../images/img-logo.webp) no-repeat left center/149px auto;
  box-shadow: 0 8px 18px rgba(122, 74, 0, .12);
}

.home .header-logo-link,
.home .header-logo-link:visited,
.home .header-logo-link:hover {
  color: #0f172a !important;
}

.home .header-nav {
  padding-top: 25px;
}

.home .header-nav>li {
  margin-right: 28px;
  font-size: 16px;
  font-weight: 650;
  line-height: 34px;
}

.home .header-nav>li a,
.home .header-black .header-nav>li a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ink);
  opacity: .72;
  letter-spacing: 0;
}

.home .header-nav>li.active>a,
.home .header-black .header-nav>li.active>a {
  font-weight: 850;
}

.home .header-nav>li.active>a,
.home .header-nav>li a:hover {
  background: rgba(255, 212, 59, .28);
  color: #171717;
  opacity: 1;
}

.home .header-nav>li.active::after,
.home .header-black .header-nav>li.active::after {
  bottom: -5px;
  width: 28px;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-yellow), var(--brand-orange));
  box-shadow: 0 4px 10px rgba(255, 138, 0, .25);
}

.home .section {
  overflow: hidden;
}

.home .section-main {
  background: #ffe070;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .82), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .36), transparent 22%),
    linear-gradient(135deg, #fff7cf 0%, #ffd84d 48%, #ff9f1c 100%);
}

.hero-bg::before {
  position: absolute;
  inset: auto -6% -15% -6%;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 141, 31, .86));
  clip-path: polygon(0 25%, 30% 42%, 55% 32%, 100% 18%, 100% 100%, 0 100%);
}

.hero-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(1180px, calc(100vw - 72px));
  grid-template-columns: minmax(0, 1fr) 510px;
  gap: 54px;
  align-items: center;
  transform: translate(-50%, -47%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 34px;
}

.hero-kicker,
.feature-tag,
.final-kicker {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(116, 73, 0, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #7a4800;
  font-size: 14px;
  font-weight: 700;
}

.hero-copy h2 {
  max-width: 680px;
  margin-top: 24px;
  font-size: 58px;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .38);
}

.hero-desc {
  max-width: 590px;
  margin-top: 24px;
  color: #51442e;
  font-size: 19px;
  line-height: 1.8;
}

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

.home .section-main .main-content,
.home .section-main .bg {
  display: none;
}

.home .section-main .main-down>a,
.home .final-section .main-down>a {
  position: relative;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 168px !important;
  height: 52px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 14px;
  background: #142033;
  color: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .16);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home .section-main .main-down>a:hover,
.home .final-section .main-down>a:hover {
  box-shadow: 0 18px 36px rgba(23, 32, 51, .2);
  transform: translateY(-2px);
}

.home .section-main .main-down>a span,
.home .final-section .main-down>a span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 800;
}

.home .section-main .main-down>a.main-android,
.home .final-section .main-down>a.main-android {
  background: #fff;
  color: var(--ink);
}

.home .section-main .main-down>a img,
.home .final-section .main-down>a img {
  position: absolute;
  top: 62px;
  left: 50%;
  z-index: 5;
  display: none;
  width: 148px;
  height: 148px;
  padding: 8px;
  margin: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(82, 48, 0, .2);
  transform: translateX(-50%);
}

.home .section-main .main-down>a:hover img,
.home .final-section .main-down>a:hover img {
  display: block;
}

.hero-stats {
  display: grid;
  max-width: 640px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.hero-stats li {
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 10px 28px rgba(131, 78, 0, .07);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 18px;
  font-weight: 780;
}

.hero-stats span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  height: 650px;
}

.hero-original-preview {
  position: absolute;
  right: 46px;
  bottom: 0;
  width: 418px;
  height: 626px;
  background: url(../images/live/live-phone.webp) no-repeat center center/contain;
  filter: drop-shadow(0 30px 44px rgba(92, 55, 0, .2));
}

.hero-original-preview img {
  display: none;
}

.hero-phone {
  position: absolute;
  right: 82px;
  bottom: 10px;
  width: 324px;
  filter: drop-shadow(0 34px 48px rgba(115, 61, 0, .28));
}

.hero-float {
  display: block;
  width: 100%;
}

.phone-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 324 / 660;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 46px;
  background:
    linear-gradient(145deg, #222 0%, #050505 38%, #2d2d2d 72%, #0b0b0b 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .08),
    inset 12px 0 18px rgba(255, 255, 255, .08),
    inset -10px 0 18px rgba(0, 0, 0, .55);
}

.phone-frame::before,
.phone-frame::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, .18);
}

.phone-frame::before {
  top: 116px;
  left: -3px;
  width: 3px;
  height: 68px;
  border-radius: 3px 0 0 3px;
}

.phone-frame::after {
  top: 160px;
  right: -3px;
  width: 3px;
  height: 92px;
  border-radius: 0 3px 3px 0;
}

.phone-speaker {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 3;
  width: 92px;
  height: 26px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.phone-speaker::after {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, #243b84, #070707 70%);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 18px 15px 16px;
  border-radius: 35px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 214, 75, .42), transparent 24%),
    linear-gradient(180deg, #fff9e8 0%, #fff 42%, #f6f8fb 100%);
}

.app-status {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  color: #171717;
  font-size: 11px;
  font-weight: 800;
}

.app-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

.app-head strong,
.app-head span,
.event-list-card strong,
.event-list-card span {
  display: block;
}

.app-head strong {
  font-size: 22px;
  font-weight: 900;
}

.app-head span {
  margin-top: 4px;
  color: #73654a;
  font-size: 12px;
}

.app-head em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-yellow), var(--brand-red));
  color: #fff;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255, 108, 0, .28);
}

.app-search {
  height: 38px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid rgba(23, 23, 23, .06);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #9b8c70;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  box-shadow: 0 10px 26px rgba(66, 48, 0, .07);
}

.event-hero-card {
  position: relative;
  min-height: 178px;
  margin-top: 16px;
  padding: 18px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .5)),
    linear-gradient(135deg, #132033, #334155 46%, #ff9f1a 100%);
  color: #fff;
  box-shadow: 0 18px 32px rgba(42, 31, 7, .18);
}

.event-hero-card::before {
  position: absolute;
  right: -22px;
  bottom: -42px;
  width: 160px;
  height: 160px;
  content: "";
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .2) 0 3px, transparent 3px 10px),
    radial-gradient(circle, #ffcf45, #ff7a00);
  opacity: .86;
}

.event-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  font-size: 11px;
  font-weight: 800;
}

.event-hero-card h3 {
  position: relative;
  z-index: 1;
  width: 170px;
  margin-top: 34px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.event-hero-card p {
  position: relative;
  z-index: 1;
  margin-top: 9px;
  font-size: 12px;
  opacity: .86;
}

.event-meta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  margin-top: 13px;
}

.event-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 11px;
  font-weight: 800;
}

.event-list-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(23, 23, 23, .05);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 24px rgba(36, 28, 9, .06);
}

.event-thumb {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #60a5fa, #111827);
}

.event-thumb.badminton {
  background:
    radial-gradient(circle at 68% 28%, #fff 0 7px, transparent 8px),
    linear-gradient(135deg, #22c55e, #164e63);
}

.event-thumb.running {
  background:
    radial-gradient(circle at 38% 34%, #fff 0 6px, transparent 7px),
    linear-gradient(135deg, #fb7185, #7c2d12);
}

.event-list-card strong {
  font-size: 13px;
  font-weight: 900;
}

.event-list-card span {
  margin-top: 5px;
  color: #86775d;
  font-size: 11px;
  line-height: 1.35;
}

.phone-tabs {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 46px;
  align-items: center;
  border: 1px solid rgba(23, 23, 23, .06);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 -10px 30px rgba(35, 27, 7, .08);
}

.phone-tabs span {
  color: #8b806d;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.phone-tabs .active {
  color: var(--brand-orange);
}

.home .section-live .section-phone {
  background-image: url(../images/live/live-phone.webp);
}

.home .section-live .live-1 {
  z-index: 2;
  top: 196px;
  right: 55px;
  width: 297px;
  height: 190px;
  background-image: url(../images/live/live-1.webp);
}

.home .section-live .live-2 {
  top: -29px;
  left: 29px;
  width: 162px;
  height: 196px;
  background-image: url(../images/live/live-2.webp);
}

.home .section-zone .section-phone {
  background-image: url(../images/zone/zone-phone.webp);
}

.home .section-zone .zone-1 {
  top: -84px;
  left: 21px;
  width: 171px;
  height: 201px;
  background-image: url(../images/zone/zone-1.webp);
}

.home .section-zone .zone-2 {
  z-index: 2;
  top: 344px;
  right: 5px;
  width: 307px;
  height: 243px;
  background-image: url(../images/zone/zone-2.webp);
}

.home .section-chat .section-phone {
  background-image: url(../images/chat/chat-phone.webp);
}

.home .section-chat .chat-1 {
  top: -115px;
  left: -64px;
  width: 336px;
  height: 316px;
  background-image: url(../images/chat/chat-1.webp);
}

.home .section-chat .chat-2 {
  z-index: 2;
  bottom: -21px;
  right: -32px;
  width: 267px;
  height: 292px;
  background-image: url(../images/chat/chat-2.webp);
}

.hero-float {
  position: absolute;
  filter: drop-shadow(0 20px 28px rgba(90, 52, 0, .18));
  animation: float-soft 4.8s ease-in-out infinite;
}

.hero-float-a {
  top: 78px;
  left: -70px;
  width: 300px;
}

.hero-float-b {
  right: 8px;
  bottom: 96px;
  width: 154px;
  animation-delay: -1.2s;
}

@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.home .feature-section {
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 244, 184, .64), transparent 26%),
    linear-gradient(135deg, #fffaf1 0%, #fff1b8 58%, #ffd66f 100%) !important;
}

.home .section-content {
  display: grid;
  width: min(1080px, calc(100vw - 96px));
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 92px;
  align-items: center;
  margin-left: 0;
  white-space: normal;
}

.home .section-left {
  float: none;
  width: 500px;
  height: 610px;
}

.home .section-left .section-phone {
  filter: drop-shadow(0 24px 34px rgba(108, 67, 0, .14));
}

.home .section-right {
  display: block;
  margin-top: 0;
  padding-left: 0;
  color: var(--ink);
}

.home .section-right .right-title {
  margin-top: 18px;
  font-size: 54px;
  font-weight: 820;
  line-height: 1.14;
  color: var(--ink);
}

.home .section-right .right-sub {
  max-width: 520px;
  margin-top: 28px;
  color: #2d281f;
  font-size: 25px;
  font-weight: 720;
  line-height: 1.45;
}

.home .section-right .right-desc {
  max-width: 520px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.home .list-container .list-bg {
  pointer-events: none;
}

.home .list-container .list-bg .waves {
  height: 160px;
}

.home .aside {
  right: 40px;
}

.home .aside li {
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  background: rgba(33, 28, 17, .28);
}

.home .aside li.active,
.home .aside li:first-child.active {
  height: 30px;
  background: linear-gradient(180deg, var(--brand-yellow), var(--brand-orange));
}

.home .final-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .58), transparent 30%),
    linear-gradient(135deg, #ffe784 0%, #ffbd2e 54%, #ff7a1a 100%) !important;
  text-align: center;
}

.home .section-activity .activity-content {
  position: absolute;
  top: 50% !important;
  left: 50%;
  width: min(840px, calc(100vw - 60px));
  transform: translate(-50%, -52%);
}

.home .section-activity .activity-content h2 {
  margin-top: 22px;
  font-size: 50px;
  font-weight: 820;
  line-height: 1.15;
}

.home .section-activity .activity-content p:not(.final-kicker) {
  max-width: 660px;
  margin: 22px auto 0;
  color: #4c3515;
  font-size: 20px;
  line-height: 1.8;
}

.home .section-activity .final-actions {
  justify-content: center;
}

.home .section-activity .activity-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 50px;
  margin: 22px auto 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #171717;
  font-size: 16px;
  font-weight: 760;
  opacity: 1;
  transform: none;
  box-shadow: 0 12px 26px rgba(123, 66, 0, .14);
}

.home .section-activity .activity-mess {
  display: none;
}

.home .section-activity .footer {
  display: block;
  width: min(1180px, calc(100vw - 40px));
  white-space: normal;
  line-height: 1.8;
}

.home .footer a,
.home .footer span {
  color: #3f2b10;
  font-size: 13px;
}

.home .qrcode-content {
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

@media screen and (max-width: 980px) {
  html {
    overflow: auto !important;
  }

  body.home {
    height: auto;
    overflow: auto;
  }

  .home .header {
    position: fixed;
    height: 108px;
  }

  .home .header::before {
    inset: 8px 16px;
    width: auto;
    height: 92px;
    transform: none;
    border-radius: 24px;
  }

  .home .header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 22px;
  }

  .home .header-logo {
    float: none;
    width: auto;
    height: 38px;
    margin-top: 14px;
  }

  .home .header-logo-link {
    gap: 7px;
    font-size: 21px;
  }

  .home .header-logo-link::before {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-size: 125px auto;
  }

  .home .header-nav {
    display: flex;
    float: none;
    width: 100%;
    justify-content: space-between;
    padding-top: 4px;
  }

  .home .header-nav>li {
    margin-right: 0;
    font-size: 13px;
    line-height: 28px;
  }

  .home .header-nav>li a,
  .home .header-black .header-nav>li a {
    height: 28px;
    padding: 0 9px;
  }

  .home .header-nav>li.active::after,
  .home .header-black .header-nav>li.active::after {
    bottom: -2px;
    height: 3px;
  }

  .home .section,
  .home .list-container,
  .home .section-active {
    position: relative;
    display: block;
    height: auto;
    min-height: 100vh;
  }

  .home .section-main {
    min-height: 760px;
  }

  .hero-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 136px 24px 68px;
    transform: none;
  }

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

  .hero-copy h2 {
    font-size: 38px;
    line-height: 1.15;
  }

  .hero-desc {
    font-size: 17px;
    line-height: 1.7;
  }

  .hero-actions,
  .final-actions {
    flex-wrap: wrap;
    gap: 12px;
  }

  .home .section-main .main-down>a,
  .home .final-section .main-down>a {
    width: min(168px, calc(50vw - 30px)) !important;
    min-width: 144px;
    height: 50px;
  }

  .home .section-main .main-down>a span,
  .home .final-section .main-down>a span {
    font-size: 14px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

  .hero-phone {
    right: 50%;
    width: 248px;
    transform: translateX(50%);
  }

  .hero-original-preview {
    right: 50%;
    width: 300px;
    height: 448px;
    transform: translateX(50%);
  }

  .hero-float-a {
    top: auto;
    left: 8px;
    bottom: 170px;
    z-index: 6;
    width: 128px;
  }

  .hero-float-b {
    right: 46px;
    bottom: 126px;
    z-index: 7;
    width: 82px;
  }

  .home .list-container {
    width: 100%;
  }

  .home .section-content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 78px 24px 86px;
    transform: none;
  }

  .home .section-left {
    width: min(420px, 100%);
    height: 500px;
    margin: 0 auto;
  }

  .home .section-left .section-phone,
  .home .section-left .section-icon {
    opacity: 1;
    transform: none;
  }

  .home .section-zone .section-left {
    width: min(360px, 100%);
    height: 590px;
  }

  .home .section-zone .section-right {
    margin-top: 10px;
  }

  .home .section-live .live-1 {
    top: 150px;
    right: 0;
    width: 178px;
    height: 114px;
  }

  .home .section-live .live-2 {
    top: 10px;
    left: 24px;
    width: 92px;
    height: 112px;
  }

  .home .section-zone .zone-1 {
    top: 0;
    left: 12px;
    width: 92px;
    height: 108px;
  }

  .home .section-zone .zone-2 {
    top: 270px;
    right: 0;
    width: 158px;
    height: 125px;
  }

  .home .section-chat .chat-1 {
    top: 0;
    left: -10px;
    width: 166px;
    height: 156px;
  }

  .home .section-chat .chat-2 {
    right: 0;
    bottom: 45px;
    width: 142px;
    height: 155px;
  }

  .home .section-right .right-title {
    font-size: 36px;
    line-height: 1.18;
  }

  .home .section-right .right-sub {
    margin-top: 18px;
    font-size: 21px;
  }

  .home .section-right .right-desc {
    font-size: 16px;
  }

  .home .aside,
  .home .list-container .list-bg {
    display: none;
  }

  .home .section-activity .activity-content {
    position: relative;
    top: auto !important;
    left: auto;
    width: auto;
    padding: 112px 24px 94px;
    transform: none;
  }

  .home .section-activity .activity-content h2 {
    font-size: 34px;
  }

  .home .section-activity .activity-content p:not(.final-kicker) {
    font-size: 17px;
  }

  .home .section-activity .footer {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0 24px 28px;
    transform: none;
  }
}

@media screen and (max-width: 420px) {
  .home .header::before {
    inset: 8px 12px;
  }

  .home .header-content {
    padding: 0 18px;
  }

  .home .header-logo {
    width: auto;
  }

  .home .header-logo-link {
    font-size: 19px;
  }

  .home .header-logo-link::before {
    width: 30px;
    height: 30px;
    background-size: 117px auto;
  }

  .home .header-nav>li {
    font-size: 12px;
  }

  .home .header-nav>li a,
  .home .header-black .header-nav>li a {
    padding: 0 7px;
  }

  .hero-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-copy h2 {
    font-size: 34px;
  }

  .hero-desc,
  .home .section-right .right-desc,
  .home .section-activity .activity-content p:not(.final-kicker) {
    font-size: 15px;
  }

  .hero-stats li {
    min-height: 82px;
  }

  .hero-visual {
    height: 0;
  }

  .hero-phone {
    width: 226px;
  }

  .hero-original-preview {
    width: 270px;
    height: 404px;
  }

  .home .section-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home .section-left {
    height: 460px;
  }

  .home .section-right .right-title {
    font-size: 32px;
  }

  .home .section-right .right-sub {
    font-size: 18px;
  }

  .home .section-activity .activity-content h2 {
    font-size: 30px;
  }
}

@media screen and (max-height: 760px) and (min-width: 981px) {
  .hero-wrap {
    transform: translate(-50%, -44%) scale(.88);
  }

  .home .section-content {
    transform: translate(-50%, -48%) scale(.9);
  }
}
