.page-home{
  --home-dark:#171717;
  --home-card:#242424;
  --home-blue:#00E5FF;
  --home-purple:#7C4DFF;
  --home-success:#00C853;
  --home-danger:#E53935;
  --home-orange:#FF6F00;
  overflow-x:hidden;
  background:#F5F5F5;
  color:#1E1E1E;
}
.page-home h1,
.page-home h2,
.page-home h3,
.page-home .card-num,
.page-home .match-time,
.page-home .day-name,
.page-home .hero-stat-item dt,
.page-home .sync-lead{
  font-family:var(--font-display);
  letter-spacing:.02em;
}
.page-home img{
  max-width:100%;
  display:block;
}
.page-home a{
  transition:color .25s,background .25s,border-color .25s,opacity .25s,transform .25s;
}

.page-home .hero-frame{
  position:relative;
  padding:40px 0 28px;
  background:linear-gradient(135deg,#141414 0%,#1E1E1E 58%,#26241d 100%);
  color:#fff;
  overflow:hidden;
}
.page-home .hero-frame::before{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  pointer-events:none;
  z-index:1;
}
.page-home .hero-frame-corner{
  position:absolute;
  width:28px;
  height:28px;
  z-index:2;
  pointer-events:none;
}
.page-home .hero-frame-corner-tl{
  top:16px;
  left:16px;
  border-top:3px solid var(--home-orange);
  border-left:3px solid var(--home-orange);
  border-radius:10px 0 0 0;
}
.page-home .hero-frame-corner-tr{
  top:16px;
  right:16px;
  border-top:3px solid var(--home-orange);
  border-right:3px solid var(--home-orange);
  border-radius:0 10px 0 0;
}
.page-home .hero-frame-corner-bl{
  bottom:16px;
  left:16px;
  border-bottom:3px solid var(--home-orange);
  border-left:3px solid var(--home-orange);
  border-radius:0 0 0 10px;
}
.page-home .hero-frame-corner-br{
  bottom:16px;
  right:16px;
  border-bottom:3px solid var(--home-orange);
  border-right:3px solid var(--home-orange);
  border-radius:0 0 10px 0;
}

.page-home .hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:stretch;
  padding-top:8px;
}
.page-home .hero-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.page-home .hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  padding:7px 14px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,111,0,.12);
  color:#fff;
  font-size:.88rem;
  font-weight:600;
  letter-spacing:.06em;
}
.page-home .hero-title{
  margin:0 0 16px;
  font-size:clamp(1.9rem,5.4vw,3.5rem);
  line-height:1.12;
  text-transform:uppercase;
}
.page-home .hero-lead{
  margin:0 0 22px;
  font-size:1rem;
  line-height:1.72;
  color:rgba(255,255,255,.84);
  max-width:580px;
}
.page-home .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:16px;
}
.page-home .hero-note{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
  font-size:.92rem;
  color:rgba(255,255,255,.6);
}
.page-home .hero-note a{
  color:var(--home-blue);
  text-decoration:none;
  border-bottom:1px solid rgba(0,229,255,.35);
}
.page-home .hero-note a:hover{
  color:#fff;
  border-bottom-color:var(--home-blue);
}
.page-home .hero-stats{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.page-home .hero-stat-item{
  flex:1 1 140px;
  min-width:130px;
  padding:14px 16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
}
.page-home .hero-stat-item dt{
  margin:0;
  font-size:1.45rem;
  color:var(--home-orange);
}
.page-home .hero-stat-item dd{
  margin:4px 0 0;
  font-size:.82rem;
  color:rgba(255,255,255,.64);
}

.page-home .hero-panel{
  position:relative;
  min-height:530px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:#1B1B1B;
  box-shadow:0 24px 70px rgba(0,0,0,.45);
}
.page-home .hero-img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.38;
}
.page-home .hero-panel-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(20,20,20,.08) 0%,rgba(20,20,20,.68) 55%,#141414 100%);
}
.page-home .ticker-panel{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:3;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(10,10,10,.78);
  backdrop-filter:blur(8px);
}
.page-home .ticker-head{
  display:flex;
  align-items:center;
  gap:8px;
  padding-bottom:10px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.09em;
  color:rgba(255,255,255,.7);
  text-transform:uppercase;
}
.page-home .ticker-pulse{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--home-danger);
  animation:tickerPulse 1.2s ease-in-out infinite;
}
.page-home .ticker-lag{
  margin-left:auto;
  font-weight:600;
  color:var(--home-blue);
}
.page-home .ticker-list{
  margin:0;
  padding:0;
  list-style:none;
}
.page-home .ticker-item{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:
    "tag score"
    "league state"
    "meta meta";
  column-gap:10px;
  row-gap:2px;
  padding:11px 0;
  border-top:1px solid rgba(255,255,255,.09);
}
.page-home .ticker-tag{
  grid-area:tag;
  align-self:center;
  display:inline-flex;
  width:max-content;
  padding:3px 9px;
  border-radius:5px;
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.9);
  font-size:.78rem;
  font-weight:700;
}
.page-home .ticker-tag-hot{
  background:rgba(229,57,53,.24);
  color:#ffd6d5;
}
.page-home .ticker-league{
  grid-area:league;
  color:rgba(255,255,255,.56);
  font-size:.76rem;
}
.page-home .ticker-score{
  grid-area:score;
  font-size:1.02rem;
  font-weight:900;
  color:#fff;
  text-align:right;
}
.page-home .ticker-state{
  grid-area:state;
  color:rgba(255,255,255,.5);
  font-size:.74rem;
  text-align:right;
}
.page-home .panel-watch{
  position:absolute;
  top:16px;
  right:16px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(20,20,20,.62);
  color:#fff;
  font-size:.82rem;
  font-weight:700;
  text-decoration:none;
}
.page-home .panel-watch:hover{
  background:var(--home-orange);
  border-color:var(--home-orange);
}
.page-home .hero-footnote{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:8px 26px;
  margin-top:26px;
  padding:14px 0 4px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.54);
  font-size:.82rem;
}
.page-home .hero-footnote span::before{
  content:"▍";
  margin-right:8px;
  color:var(--home-orange);
}

.page-home .section-live{
  padding:52px 0 48px;
  background:linear-gradient(180deg,#F5F5F5 0%,#FFFFFF 100%);
}
.page-home .section-head{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:26px;
}
.page-home .section-head-text{
  position:relative;
  padding-left:18px;
}
.page-home .section-head-text::before{
  content:"";
  position:absolute;
  top:4px;
  left:0;
  width:4px;
  height:38px;
  background:var(--home-orange);
  clip-path:polygon(0 0,100% 8%,100% 90%,0 100%);
}
.page-home .section-kicker{
  margin:0 0 4px;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--home-orange);
}
.page-home .section-head-text h2{
  margin:0;
  font-size:1.6rem;
  line-height:1.2;
  color:#1E1E1E;
}
.page-home .section-desc{
  margin:8px 0 0;
  font-size:.92rem;
  line-height:1.65;
  color:#555;
  max-width:720px;
}
.page-home .live-now-bar{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:20px;
  padding:12px 16px;
  border-radius:14px;
  background:#1E1E1E;
  color:#fff;
  font-size:.88rem;
  font-weight:600;
}
.page-home .live-now-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--home-danger);
  box-shadow:0 0 0 4px rgba(229,57,53,.2);
}
.page-home .league-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:22px;
}
.page-home .filter-btn{
  padding:8px 20px;
  border:1px solid #D8D8D8;
  border-radius:999px;
  background:#fff;
  color:#1E1E1E;
  font-family:inherit;
  font-size:.88rem;
  font-weight:700;
  cursor:pointer;
}
.page-home .filter-btn.is-active{
  background:var(--home-orange);
  border-color:var(--home-orange);
  color:#fff;
}
.page-home .live-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.page-home .live-card{
  position:relative;
  overflow:hidden;
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px solid #E6E6E6;
  border-top:4px solid var(--home-orange);
  box-shadow:0 6px 24px rgba(0,0,0,.05);
  animation:pageRise .5s ease backwards;
}
.page-home .live-card:nth-child(2){animation-delay:.05s;}
.page-home .live-card:nth-child(3){animation-delay:.1s;}
.page-home .live-card:nth-child(4){animation-delay:.15s;}
.page-home .live-card:nth-child(5){animation-delay:.2s;}
.page-home .live-card:nth-child(6){animation-delay:.25s;}
.page-home .live-card::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-22px;
  width:76px;
  height:76px;
  border-radius:50%;
  background:rgba(255,111,0,.08);
}
.page-home .live-card-info{
  border-top-color:var(--home-blue);
}
.page-home .live-card-info::after{ background:rgba(0,229,255,.12); }
.page-home .live-card-success{
  border-top-color:var(--home-success);
}
.page-home .live-card-success::after{ background:rgba(0,200,83,.1); }
.page-home .live-card-warn{
  border-top-color:var(--home-orange);
}
.page-home .live-card-warn::after{ background:rgba(255,111,0,.14); }
.page-home .live-card-purple{
  border-top-color:var(--home-purple);
}
.page-home .live-card-purple::after{ background:rgba(124,77,255,.12); }
.page-home .live-card-accent{
  border-top-color:var(--home-danger);
}
.page-home .live-card-accent::after{ background:rgba(229,57,53,.1); }
.page-home .card-label{
  margin:0 0 8px;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  color:#777;
  text-transform:uppercase;
}
.page-home .card-num{
  margin:0 0 12px;
  font-size:2.2rem;
  line-height:1;
  color:#1E1E1E;
}
.page-home .card-num span{
  font-size:1.1rem;
  color:var(--home-orange);
  margin-left:4px;
}
.page-home .live-card-info .card-num span{ color:var(--home-blue); }
.page-home .live-card-success .card-num span{ color:var(--home-success); }
.page-home .live-card-purple .card-num span{ color:var(--home-purple); }
.page-home .live-card-warn .card-num span{ color:var(--home-orange); }
.page-home .live-card-accent .card-num span{ color:var(--home-danger); }
.page-home .card-note{
  margin:0;
  font-size:.86rem;
  line-height:1.6;
  color:#555;
  position:relative;
  z-index:1;
}
.page-home .live-more{
  margin-top:28px;
  text-align:center;
}

.page-home .section-calendar{
  padding:56px 0 44px;
  background:#1E1E1E;
  color:#fff;
}
.page-home .section-calendar .section-head-text h2{
  color:#fff;
}
.page-home .section-calendar .section-head-text::before{
  background:var(--home-blue);
}
.page-home .section-calendar .section-desc{
  color:rgba(255,255,255,.72);
}
.page-home .calendar-days{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:2px 2px 14px;
  margin-bottom:6px;
}
.page-home .day-btn{
  flex:0 0 auto;
  display:inline-flex;
  flex-direction:column;
  gap:3px;
  min-width:90px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-family:inherit;
  font-size:.9rem;
  font-weight:700;
  text-align:center;
  text-decoration:none;
}
.page-home .day-btn .day-count{
  font-size:.74rem;
  color:rgba(255,255,255,.56);
}
.page-home .day-btn.is-active{
  background:var(--home-orange);
  border-color:var(--home-orange);
}
.page-home .day-btn.is-active .day-count{
  color:rgba(255,255,255,.9);
}
.page-home .day-btn:hover{
  border-color:var(--home-blue);
}
.page-home .day-group{
  scroll-margin-top:88px;
  border-top:1px solid rgba(255,255,255,.12);
  padding:18px 0 8px;
}
.page-home .day-title{
  margin:0 0 12px;
  font-size:1.05rem;
  color:var(--home-orange);
}
.page-home .match-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:6px 14px;
  padding:15px 0;
  border-bottom:1px dashed rgba(255,255,255,.14);
  animation:pageRise .45s ease backwards;
}
.page-home .match-time{
  grid-row:span 2;
  font-size:1.05rem;
  font-weight:900;
  color:var(--home-blue);
  align-self:start;
}
.page-home .match-title{
  margin:0;
  font-size:.98rem;
  font-weight:800;
  color:#fff;
}
.page-home .match-meta{
  margin:4px 0 0;
  font-size:.82rem;
  line-height:1.5;
  color:rgba(255,255,255,.58);
}
.page-home .match-status{
  grid-column:2;
  justify-self:start;
  align-self:center;
  margin-top:8px;
  padding:4px 12px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
  background:rgba(255,255,255,.1);
  color:rgba(255,255,255,.8);
}
.page-home .match-status-live{
  background:rgba(229,57,53,.2);
  color:#ffbdbd;
}
.page-home .match-status-now{
  background:rgba(0,200,83,.16);
  color:#aef0c9;
}
.page-home .calendar-more{
  margin-top:24px;
  text-align:center;
}

.page-home .section-services{
  padding:56px 0;
  background:#F5F5F5;
}
.page-home .service-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
.page-home .service-card{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:22px;
  background:#fff;
  border:1px solid #E2E2E2;
  box-shadow:0 10px 34px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  animation:pageRise .5s ease backwards;
}
.page-home .service-card-dark{
  background:#1E1E1E;
  color:#fff;
  border-color:#1E1E1E;
}
.page-home .service-card-dark .service-link{
  color:var(--home-blue);
}
.page-home .service-card-cyan{
  border-top:4px solid var(--home-blue);
}
.page-home .service-card-purple{
  border-top:4px solid var(--home-purple);
}
.page-home .service-card-dark::after{
  content:"";
  position:absolute;
  right:-36px;
  top:-36px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(255,111,0,.16);
}
.page-home .service-card. service-card-media .service-num{
  position:absolute;
  top:20px;
  right:22px;
  z-index:2;
}
.page-home .service-num{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(255,111,0,.12);
  color:var(--home-orange);
  font-size:1rem;
  font-weight:900;
  font-family:var(--font-display);
  margin-bottom:16px;
}
.page-home .service-card-cyan .service-num{
  background:rgba(0,229,255,.14);
  color:var(--home-blue);
}
.page-home .service-card-purple .service-num{
  background:rgba(124,77,255,.14);
  color:var(--home-purple);
}
.page-home .service-card-dark .service-num{
  background:rgba(255,111,0,.22);
  color:var(--home-orange);
}
.page-home .service-card h3{
  margin:0 0 12px;
  font-size:1.18rem;
  color:inherit;
}
.page-home .service-card p{
  margin:0 0 16px;
  font-size:.9rem;
  line-height:1.72;
  color:inherit;
}
.page-home .service-card-dark p{
  color:rgba(255,255,255,.78);
}
.page-home .service-card .service-points{
  margin:0 0 18px;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#555;
  font-size:.86rem;
}
.page-home .service-card-dark .service-points{
  color:rgba(255,255,255,.72);
}
.page-home .service-points li{
  position:relative;
  padding-left:18px;
}
.page-home .service-points li::before{
  content:"▸";
  position:absolute;
  left:0;
  color:var(--home-orange);
}
.page-home .service-card-dark .service-points li::before{
  color:var(--home-blue);
}
.page-home .service-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--home-orange);
  font-weight:800;
  font-size:.88rem;
  text-decoration:none;
  border-bottom:1px solid currentColor;
}
.page-home .service-link:hover{
  color:#1E1E1E;
}
.page-home .service-card-media .service-media-frame{
  order:-1;
  width:100%;
  margin-bottom:18px;
  border-radius:16px;
  overflow:hidden;
}
.page-home .service-card-media img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
}
.page-home .service-card-media .service-num{
  position:absolute;
  top:18px;
  left:18px;
  background:rgba(255,111,0,.9);
  color:#fff;
  z-index:1;
}

.page-home .section-experts{
  padding:56px 0;
  background:linear-gradient(135deg,#1E1E1E 0%,#241d30 60%,#261b33 100%);
  color:#fff;
}
.page-home .section-experts .section-head-text h2{
  color:#fff;
}
.page-home .section-experts .section-head-text::before{
  background:var(--home-purple);
}
.page-home .section-experts .section-desc{
  color:rgba(255,255,255,.72);
}
.page-home .expert-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.page-home .expert-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:20px;
  background:#242424;
  border:1px solid rgba(255,255,255,.1);
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.page-home .expert-card:hover{
  transform:translateY(-4px);
  border-color:rgba(124,77,255,.5);
  box-shadow:0 18px 40px rgba(0,0,0,.3);
}
.page-home .expert-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
}
.page-home .expert-body{
  padding:22px 22px 24px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.page-home .expert-tag{
  align-self:flex-start;
  padding:5px 12px;
  border-radius:6px;
  background:rgba(124,77,255,.22);
  color:#cbb5ff;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.06em;
}
.page-home .expert-tag-blue{
  background:rgba(0,229,255,.14);
  color:var(--home-blue);
}
.page-home .expert-tag-green{
  background:rgba(0,200,83,.16);
  color:#87f0ad;
}
.page-home .expert-body h3{
  margin:14px 0 10px;
  font-size:1.1rem;
  line-height:1.4;
  color:#fff;
}
.page-home .expert-body p{
  margin:0 0 18px;
  font-size:.88rem;
  line-height:1.72;
  color:rgba(255,255,255,.68);
}
.page-home .expert-body a{
  margin-top:auto;
  color:var(--home-orange);
  font-size:.88rem;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  align-self:flex-start;
}
.page-home .expert-body a:hover{
  color:var(--home-blue);
}

.page-home .section-sync{
  padding:56px 0;
  background:linear-gradient(135deg,var(--home-orange) 0%,#E53935 100%);
  color:#fff;
}
.page-home .sync-inner{
  display:grid;
  grid-template-columns:1fr;
  gap:30px;
  align-items:center;
}
.page-home .sync-media{
  position:relative;
  padding:16px;
}
.page-home .sync-media img{
  width:100%;
  max-width:440px;
  margin:0 auto;
  border-radius:38px;
  object-fit:cover;
  aspect-ratio:1/1;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.page-home .sync-media::after{
  content:"";
  position:absolute;
  inset:22px -14px -14px 22px;
  border:2px solid rgba(255,255,255,.4);
  border-radius:42px;
  z-index:-1;
}
.page-home .sync-copy{
  position:relative;
}
.page-home .section-sync .section-head-text h2{
  color:#fff;
}
.page-home .section-sync .section-head-text::before{
  background:#fff;
}
.page-home .section-sync .section-kicker{
  color:rgba(255,255,255,.8);
}
.page-home .sync-lead{
  margin:0 0 14px;
  font-size:1.6rem;
  line-height:1.3;
}
.page-home .sync-desc{
  margin:0 0 20px;
  font-size:.94rem;
  line-height:1.78;
  color:rgba(255,255,255,.86);
  max-width:520px;
}
.page-home .sync-steps{
  margin:0 0 24px;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.page-home .sync-steps li{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:.9rem;
  font-weight:600;
}
.page-home .sync-steps li span{
  flex:0 0 auto;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#fff;
  color:var(--home-danger);
  font-weight:900;
  font-family:var(--font-display);
}
.page-home .sync-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.page-home .breadcrumbs{
  padding-top:18px;
}

@keyframes pageRise{
  from{
    opacity:0;
    transform:translateY(16px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}
@keyframes tickerPulse{
  0%,100%{
    opacity:1;
    transform:scale(1);
  }
  50%{
    opacity:.55;
    transform:scale(.82);
  }
}

@media (min-width:860px){
  .page-home .section-live,
  .page-home .section-calendar,
  .page-home .section-services,
  .page-home .section-experts,
  .page-home .section-sync{
    padding:72px 0;
  }
  .page-home .hero-frame{
    padding:56px 0 40px;
  }
  .page-home .hero-inner{
    grid-template-columns:1.04fr .96fr;
    gap:40px;
  }
  .page-home .hero-lead{
    font-size:1.06rem;
  }
  .page-home .hero-stats{
    flex-wrap:nowrap;
  }
  .page-home .hero-stat-item{
    min-width:0;
  }
  .page-home .ticker-panel{
    left:22px;
    right:22px;
    bottom:22px;
  }
  .page-home .ticker-item{
    grid-template-columns:1fr auto;
    grid-template-areas:
      "tag score"
      "league state";
  }
  .page-home .live-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .page-home .live-card:nth-child(even){
    transform:translateY(6px);
  }
  .page-home .match-item{
    grid-template-columns:72px 1fr auto;
    align-items:center;
  }
  .page-home .match-time{
    grid-row:span 1;
  }
  .page-home .match-status{
    grid-column:3;
    margin-top:0;
  }
  .page-home .calendar-days{
    overflow-x:visible;
    flex-wrap:wrap;
  }
  .page-home .day-btn{
    min-width:96px;
  }
  .page-home .service-grid{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  .page-home .service-card-offset{
    transform:translateY(22px);
  }
  .page-home .expert-grid{
    grid-template-columns:repeat(3,1fr);
    gap:22px;
  }
  .page-home .sync-inner{
    grid-template-columns:.9fr 1.1fr;
    gap:48px;
  }
  .page-home .sync-media img{
    max-width:480px;
  }
}

@media (min-width:1200px){
  .page-home .section-head{
    gap:22px;
  }
  .page-home .section-head-text{
    padding-left:24px;
  }
  .page-home .section-head-text::before{
    height:44px;
  }
  .page-home .section-head-text h2{
    font-size:2rem;
  }
  .page-home .day-btn{
    min-width:106px;
    padding:14px 22px;
  }
}
