/* ===== 首页 page-home 专属样式 ===== */

.page-home {
  --home-hero-scrim: rgba(17, 21, 26, 0.72);
  position: relative;
  overflow-x: clip;
}

/* ---------- 首屏聚合阵地 ---------- */

.page-home .home-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(26, 42, 58, 0.94), var(--home-hero-scrim)), var(--night-blue);
  color: var(--fog-white);
  overflow: hidden;
}

.page-home .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 42, 58, 0.9) 0%, rgba(17, 21, 26, 0.28) 55%, rgba(17, 21, 26, 0.9) 100%);
}

.page-home .hero-bgimg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 90vh;
  object-fit: cover;
  object-position: center 32%;
  opacity: 0.35;
  filter: blur(5px) saturate(1.2);
  transform: scale(1.05);
}

.page-home .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-top: calc(var(--header-height) + 3rem);
  padding-bottom: 3rem;
}

.page-home .hero-copy {
  max-width: 620px;
}

.page-home .hero-eyebrow {
  color: var(--fog-white);
  margin-bottom: 0.25rem;
}

.page-home .hero-title {
  font-family: var(--font-heading);
  font-size: clamp(30px, 6.4vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1.15rem;
  color: #ffffff;
}

.page-home .title-highlight {
  color: var(--primary-green);
}

.page-home .lead-hero {
  font-size: 17px;
  line-height: 1.75;
  color: #dbe3ea;
  margin: 0 0 1.1rem;
}

.page-home .hero-feature-list {
  list-style: none;
  margin: 1.35rem 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.page-home .hero-feature-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 15px;
  line-height: 1.5;
}

.page-home .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--night-blue);
  background: var(--primary-green);
}

.page-home .feature-live {
  background: var(--passion-red);
  color: #ffffff;
}

.page-home .feature-report {
  background: var(--primary-green);
}

.page-home .feature-rank {
  background: var(--fog-white);
}

.page-home .feature-me {
  background: var(--amber-accent);
}

.page-home .hero-note {
  font-size: 14px;
  line-height: 1.7;
  color: #c4cdd5;
  margin: 0 0 1.3rem;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .hero-actions .btn {
  min-height: 46px;
}

.page-home .navtext-link {
  color: var(--primary-green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 166, 81, 0.45);
}

.page-home .navtext-link:hover {
  color: #33c76f;
  text-decoration-color: currentColor;
}

/* 手机视觉 */
.page-home .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  padding: 1rem 0;
}

.page-home .phone-hero {
  position: relative;
  z-index: 2;
  width: 220px;
  height: 470px;
  flex: 0 0 auto;
  border-radius: 40px;
  border: 4px solid #3c4c5b;
  background: var(--ink-black);
  box-shadow: 0 36px 64px rgba(0, 0, 0, 0.42);
}

.page-home .phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 22px;
  border-radius: 999px;
  background: #0c0f12;
  z-index: 3;
}

.page-home .phone-screen {
  position: absolute;
  inset: 10px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--night-blue);
  padding: 42px 13px 15px;
  color: var(--fog-white);
  font-family: var(--font-heading);
}

.page-home .screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--silver-line);
}

.page-home .screen-brand {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.page-home .screen-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.page-home .panel-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 78px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  background: var(--ash-gray);
  color: var(--fog-white);
}

.page-home .panel-cell small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.82;
}

.page-home .cell-live {
  position: relative;
  background: var(--passion-red);
  color: #ffffff;
}

.page-home .cell-pulse {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffd5dc;
}

.page-home .cell-report {
  background: var(--primary-green);
  color: var(--night-blue);
}

.page-home .cell-rank {
  background: var(--fog-white);
  color: var(--night-blue);
}

.page-home .cell-me {
  background: var(--amber-accent);
  color: var(--night-blue);
}

.page-home .screen-feed {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
}

.page-home .feed-tag {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silver-line);
}

.page-home .feed-score {
  font-family: var(--font-data);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-home .feed-meta {
  font-size: 10px;
  color: #cfd8de;
}

.page-home .hero-hand {
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  opacity: 0.82;
}

.page-home .hero-hand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- 正在直播 ---------- */

.page-home .live-zone {
  position: relative;
  background: linear-gradient(180deg, #eef3f6 0%, #f7fafc 100%);
}

.page-home .live-zone .container {
  position: relative;
  z-index: 1;
}

.page-home .zone-stripe {
  position: absolute;
  left: -12%;
  width: 124%;
  height: 8px;
  border-radius: 999px;
  opacity: 0.4;
  z-index: 0;
}

.page-home .zone-stripe-green {
  top: 13%;
  background: var(--primary-green);
  transform: rotate(-5deg);
}

.page-home .zone-stripe-red {
  top: 19%;
  background: var(--passion-red);
  transform: rotate(3deg);
  opacity: 0.3;
}

.page-home .zone-title {
  margin: 0.4rem 0 0.45rem;
  font-family: var(--font-heading);
  font-size: clamp(24px, 4.4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--night-blue);
}

.page-home .zone-desc {
  margin: 0 0 1.2rem;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ash-gray);
}

.page-home .zone-head {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.4rem;
}

.page-home .zone-head-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.page-home .zone-count {
  font-size: 13px;
  color: var(--ash-gray);
}

.page-home .cards-scroller {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.75rem 0.5rem 1.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-green) transparent;
}

.page-home .live-card {
  position: relative;
  flex: 0 0 82%;
  max-width: 300px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 1.15rem;
  background: var(--fog-white);
  border: var(--line-width) solid var(--silver-line);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 24px rgba(17, 21, 26, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .live-card.is-hot {
  border-color: var(--passion-red);
}

.page-home .live-card:nth-child(odd) {
  transform: rotate(-1.1deg);
}

.page-home .live-card:nth-child(even) {
  transform: rotate(1deg);
}

.page-home .live-card:hover {
  border-color: var(--primary-green);
  box-shadow: 0 14px 32px rgba(0, 166, 81, 0.16);
  transform: rotate(0deg) translateY(-5px);
}

.page-home .card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.page-home .league-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ash-gray);
}

.page-home .live-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.7rem;
}

.page-home .team-col {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--night-blue);
}

.page-home .team-away {
  text-align: right;
}

.page-home .score-col {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 0.35rem;
  font-family: var(--font-data);
  font-size: 30px;
  font-weight: 700;
  color: var(--night-blue);
}

.page-home .score-col .colon {
  font-size: 18px;
  opacity: 0.5;
}

.page-home .stat-red {
  color: var(--passion-red);
}

.page-home .live-meta {
  margin: 0 0 0.45rem;
  padding-top: 0.55rem;
  border-top: 1px dashed var(--silver-line);
  font-size: 13px;
  color: var(--ash-gray);
}

.page-home .live-stat-line {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--ash-gray);
}

.page-home .live-stat-line li {
  display: flex;
  gap: 0.25rem;
}

.page-home .zone-hint {
  text-align: center;
  font-size: 13px;
  color: var(--silver-line);
  margin-top: 0.5rem;
}

/* ---------- 战报速递 ---------- */

.page-home .report-zone {
  position: relative;
  background: var(--fog-white);
}

.page-home .report-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.page-home .report-more-link {
  align-self: flex-start;
}

.page-home .report-imgwrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: var(--line-width) solid var(--ash-gray);
  box-shadow: 0 16px 36px rgba(17, 21, 26, 0.12);
}

.page-home .report-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}

.page-home .report-stamp {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 0.4em 1em;
  border-radius: 999px;
  background: var(--passion-red);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  transform: rotate(4deg);
  box-shadow: 0 6px 14px rgba(228, 0, 43, 0.4);
}

.page-home .report-list {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.5rem;
}

.page-home .report-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.2rem 1.2rem 1.45rem;
  background: #ffffff;
  border: var(--line-width) solid var(--silver-line);
  border-radius: var(--radius-card);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .report-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  bottom: 1.2rem;
  width: 4px;
  border-radius: 999px;
  background: var(--primary-green);
}

.page-home .report-card:nth-child(2)::before {
  background: var(--amber-accent);
}

.page-home .report-card:nth-child(3)::before {
  background: var(--passion-red);
}

.page-home .report-card:hover {
  border-color: var(--primary-green);
  box-shadow: 0 18px 38px rgba(26, 42, 58, 0.12);
  transform: translateY(-4px);
}

.page-home .report-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.page-home .report-round {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--silver-line);
}

.page-home .report-card-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--night-blue);
}

.page-home .report-card-title a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.22s ease;
}

.page-home .report-card-title a:hover {
  background-size: 100% 2px;
}

.page-home .report-card-excerpt {
  margin: 0 0 0.75rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-black);
}

.page-home .report-card-meta {
  padding-top: 0.6rem;
  border-top: 1px solid #e7ebef;
  font-size: 13px;
  color: var(--ash-gray);
}

.page-home .meta-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

/* ---------- 排名升降 ---------- */

.page-home .rank-zone {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ecf2f6 0%, var(--fog-white) 100%);
}

.page-home .rank-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .rank-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 247, 250, 0.96) 0%, rgba(245, 247, 250, 0.72) 100%);
}

.page-home .rank-bgimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.page-home .rank-inner {
  position: relative;
  z-index: 1;
}

.page-home .rank-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.page-home .rank-league-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.page-home .rank-tab {
  padding: 0.65em 1.1em;
  border-radius: 999px;
  border: 2px solid var(--silver-line);
  background: #ffffff;
  color: var(--night-blue);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.page-home .rank-tab.is-active {
  border-color: var(--primary-green);
  background: var(--primary-green);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 166, 81, 0.28);
}

.page-home .rank-tab:not(.is-active):hover {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 4px rgba(0, 166, 81, 0.12);
}

.page-home .rank-tab:active {
  transform: scale(0.97);
}

.page-home .rank-table {
  min-width: 640px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 42, 58, 0.1);
}

.page-home .rank-table th {
  padding: 0.9rem 0.8rem;
  background: var(--night-blue);
  color: var(--fog-white);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

.page-home .rank-table td {
  padding: 0.95rem 0.8rem;
  border-bottom: 1px solid #e4e9ed;
  color: var(--ink-black);
  font-size: 14px;
  white-space: nowrap;
}

.page-home .rank-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-home .rank-table tbody tr {
  transition: background 0.2s ease;
}

.page-home .rank-table tbody tr:hover {
  background: #f2faf6;
}

.page-home .rank-num {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--night-blue);
  color: #ffffff;
  font-size: 14px;
}

.page-home .rank-table tr:nth-child(1) .rank-num,
.page-home .rank-table tr:nth-child(2) .rank-num {
  background: var(--primary-green);
}

.page-home .rank-team {
  font-weight: 700;
  color: var(--night-blue);
}

.page-home .trend {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
}

.page-home .trend-up {
  color: var(--primary-green);
}

.page-home .trend-down {
  color: var(--passion-red);
}

.page-home .rank-legend {
  margin-top: 1rem;
  justify-content: flex-start;
}

/* ---------- 下载与体验 ---------- */

.page-home .download-zone {
  position: relative;
  overflow: hidden;
  background: var(--night-blue);
  color: var(--fog-white);
}

.page-home .download-zone .section-label {
  color: var(--fog-white);
}

.page-home .download-sheen {
  position: absolute;
  top: -30%;
  right: -12%;
  width: 70%;
  height: 70%;
  border-radius: 42% 58% 60% 40%;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.2), rgba(228, 0, 43, 0.08));
  transform: rotate(-12deg);
  z-index: 0;
}

.page-home .download-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
}

.page-home .download-copy .lead {
  color: #cdd6dd;
  font-size: 16px;
}

.page-home .download-title {
  margin: 0.4rem 0 0.8rem;
  font-family: var(--font-heading);
  font-size: clamp(26px, 4vmax, 36px);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
}

.page-home .download-points {
  list-style: none;
  margin: 1.3rem 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.page-home .download-points li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 15px;
  line-height: 1.6;
  color: #e2e8ed;
}

.page-home .download-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-green);
}

.page-home .download-points li:nth-child(2)::before {
  background: var(--amber-accent);
}

.page-home .download-points li:nth-child(3)::before {
  background: var(--passion-red);
}

.page-home .download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.page-home .download-zone .btn-outline {
  border-color: var(--fog-white);
  color: var(--fog-white);
}

.page-home .download-zone .btn-outline:hover {
  background: var(--fog-white);
  color: var(--night-blue);
}

.page-home .download-support {
  margin-top: 1rem;
  font-size: 14px;
  color: #b4bdc6;
}

.page-home .download-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .trust-item {
  display: flex;
  flex-direction: column;
}

.page-home .trust-num {
  font-family: var(--font-data);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--primary-green);
}

.page-home .trust-unit {
  margin-top: 0.1rem;
  font-size: 13px;
  color: var(--fog-white);
}

.page-home .trust-label {
  font-size: 12px;
  color: var(--silver-line);
}

.page-home .download-aside {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .download-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  max-width: 380px;
  padding: 1.8rem;
  border: 2px solid var(--ash-gray);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(6px);
}

.page-home .download-version-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silver-line);
}

.page-home .download-version {
  font-family: var(--font-data);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--primary-green);
  text-shadow: 0 0 20px rgba(0, 166, 81, 0.35);
}

.page-home .download-platform {
  font-size: 14px;
  color: var(--fog-white);
}

.page-home .btn-download {
  justify-content: center;
}

.page-home .fob-note {
  margin: 0.15rem 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--silver-line);
}

/* ---------- 焦点状态 ---------- */

.page-home a:focus-visible,
.page-home button:focus-visible {
  outline: 3px solid var(--amber-accent);
  outline-offset: 3px;
}

/* ---------- 响应式 ---------- */

@media (min-width: 560px) {
  .page-home .cards-scroller {
    gap: 1.2rem;
  }

  .page-home .live-card {
    flex-basis: 320px;
    max-width: 340px;
  }
}

@media (min-width: 640px) {
  .page-home .hero-visual {
    min-height: 470px;
  }

  .page-home .phone-hero {
    width: 250px;
    height: 520px;
  }

  .page-home .phone-screen {
    gap: 11px;
  }

  .page-home .panel-cell {
    min-height: 88px;
  }

  .page-home .hero-hand {
    width: 174px;
    height: 174px;
    opacity: 0.9;
  }
}

@media (min-width: 768px) {
  .page-home .report-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-home .report-more-link {
    align-self: auto;
  }

  .page-home .report-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
  }
}

@media (min-width: 900px) {
  .page-home .rank-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 940px) {
  .page-home .download-inner {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 3rem;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: 3rem;
  }

  .page-home .hero-visual {
    min-height: 620px;
  }

  .page-home .phone-hero {
    width: 280px;
    height: 580px;
  }

  .page-home .panel-cell {
    min-height: 98px;
  }

  .page-home .hero-hand {
    right: 10px;
    bottom: 20px;
    width: 240px;
    height: 240px;
    opacity: 1;
  }
}
