/* Home page: the same palette and shared components as the company pages. */
.pg-home [hidden] { display: none !important; }
.pg-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.pg-skip-link { position: fixed; z-index: 10000; left: 20px; top: -100px; padding: 12px 20px; background: #d5f768; border: 1px solid #25382c; border-radius: 6px; }
.pg-skip-link:focus { top: 12px; }
.pg-home button { font: inherit; cursor: pointer; }
.pg-home button:focus-visible { outline: 3px solid #2e59db; outline-offset: 5px; }
.pg-home main { overflow: clip; }
.pg-home-hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 76px; padding-block: 77px 74px; }
.pg-home .pg-hero-copy h1 { font-size: clamp(62px, 6.25vw, 90px); line-height: 1.02; letter-spacing: -5px; }
.pg-home .pg-hero-copy > p { max-width: 400px; }
.pg-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 31px; }
.pg-home .pg-hero-actions .pg-button { margin: 0; }
.pg-home-note { display: flex; align-items: center; gap: 12px; margin-top: 38px; color: #677163; font-size: 11px; }
.pg-note-icon { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid #cad3b9; border-radius: 50%; background: #edf1df; }
.pg-note-icon svg { width: 19px; height: 19px; }
.pg-spotlight { position: relative; min-width: 0; padding-block: 20px 10px; isolation: isolate; }
.pg-spotlight::before { content: ""; position: absolute; z-index: -1; inset: 42px -12px 11px 12px; border: 1px solid #bdce8c; border-radius: 20px; background: #d9ed9f; transform: rotate(5deg); }
.pg-spotlight-card { border: 1px solid #25382c; border-radius: 17px; background: #fffef8; box-shadow: 0 8px 0 #25382c; overflow: hidden; }
.pg-spotlight-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 42px; padding-inline: 19px; background: #f5f5e9; border-bottom: 1px solid #25382c; font-size: 9px; letter-spacing: 1.6px; font-weight: 600; }
.pg-window-dots { display: flex; gap: 5px; }
.pg-window-dots i { display: block; width: 7px; height: 7px; border: 1px solid #25382c; border-radius: 50%; background: #d5f768; }
.pg-window-dots i:nth-child(2) { background: #f4b39c; }
.pg-window-dots i:nth-child(3) { background: #a6baf5; }
.pg-spotlight-slide { margin: 0; }
.pg-spotlight-slide > img { width: 100%; height: auto; aspect-ratio: 1.65; object-fit: cover; display: block; }
.pg-spotlight-slide figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 23px; }
.pg-spotlight-slide figcaption span { display: block; margin-bottom: 4px; font-size: 9px; letter-spacing: 1.4px; color: #6e7863; text-transform: uppercase; }
.pg-spotlight-slide h2 { font-size: 23px; line-height: 1.2; letter-spacing: -.7px; }
.pg-round-link { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; border: 1px solid #cad3ba; border-radius: 50%; background: #edf3da; font-size: 23px; transition: background .2s, transform .2s; }
.pg-round-link:hover { background: #d5f768; transform: rotate(45deg); }
.pg-spotlight-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 26px; padding-inline: 5px; }
.pg-spotlight-pagination { display: flex; gap: 3px; }
.pg-spotlight-pagination button { display: grid; place-items: center; border: 0; padding: 0; width: 27px; height: 30px; background: transparent; }
.pg-spotlight-pagination button::after { content: ""; display: block; width: 7px; height: 7px; border-radius: 10px; background: #bbc4ae; transition: background .2s, width .2s; }
.pg-spotlight-pagination button[aria-pressed="true"]::after { width: 23px; background: #2e59db; }
.pg-spotlight-navigation { display: flex; align-items: center; gap: 15px; }
.pg-slide-count { font-size: 10px; color: #6c7764; letter-spacing: 1.5px; }
.pg-spotlight-navigation button { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #c9d0bd; border-radius: 50%; background: transparent; color: #25382c; line-height: 1; font-size: 19px; transition: background .2s; }
.pg-spotlight-navigation button:hover { background: #e0edba; }
.pg-spotlight-sticker { position: absolute; right: -19px; top: -1px; z-index: 2; padding: 10px 15px; border: 1px solid #26382c; border-radius: 5px; background: #d5f768; box-shadow: 3px 3px 0 #26382c; transform: rotate(9deg); font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.pg-hero-spark { position: absolute; z-index: -1; bottom: 55px; left: -45px; color: #ef997a; font-size: 105px; line-height: 1; transform: rotate(12deg); }
.pg-games { padding-block: 80px 85px; }
.pg-home-section-top { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 37px; }
.pg-home-section-top > p { max-width: 310px; color: #65715e; font-size: 14px; line-height: 1.85; }
.pg-game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.pg-game-card { min-width: 0; overflow: hidden; border: 1px solid #d4dcca; border-radius: 15px; background: #fffef8; scroll-margin-top: 106px; transition: box-shadow .25s; }
.pg-game-card:target { box-shadow: 0 0 0 4px #d5f768; }
.pg-game-art { position: relative; overflow: hidden; }
.pg-game-art > img { display: block; width: 100%; height: auto; aspect-ratio: 1.9; object-fit: cover; transition: transform .5s; }
.pg-game-card:hover .pg-game-art > img { transform: scale(1.035); }
.pg-game-badge { position: absolute; top: 17px; left: 17px; border-radius: 30px; padding: 5px 10px; background: #f9faefed; font-size: 9px; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; }
.pg-game-caption { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding: 23px 26px 26px; }
.pg-game-caption h3 { font-size: 25px; letter-spacing: -.8px; line-height: 1.25; }
.pg-game-caption p { margin-top: 8px; font-size: 13px; color: #65715e; line-height: 1.7; }
.pg-game-caption > span { flex-shrink: 0; color: #8c9980; font-size: 10px; line-height: 2.5; }
.pg-game-card:nth-child(2) { background: #eaf0ff; border-color: #c9d6f5; }
.pg-game-card:nth-child(3) { background: #f9e8dc; border-color: #ebd0bc; }
.pg-game-card:nth-child(4) { background: #edf2d9; border-color: #d6dfba; }
.pg-games-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 29px; }
.pg-games-bottom > p { font-size: 12px; color: #69755f; }
.pg-browser-game { position: relative; display: grid; grid-template-columns: 1fr 1.02fr; gap: 30px; align-items: center; overflow: hidden; border-radius: 22px; background: #253b30; color: #f6f8ed; }
.pg-browser-game-copy { position: relative; z-index: 1; padding: 54px 0 54px 54px; }
.pg-browser-game .pg-eyebrow { color: #d1ddc5; }
.pg-browser-game .pg-eyebrow::before { background: #d5f768; }
.pg-browser-game h2 { margin-top: 24px; font-size: 58px; line-height: 1.05; letter-spacing: -2.7px; }
.pg-browser-game h2 em { font-style: normal; color: #d5f768; }
.pg-browser-game-copy > p { margin-top: 23px; max-width: 365px; color: #becdb6; font-size: 14px; line-height: 1.9; }
.pg-browser-game .pg-button { margin-top: 27px; background: #d5f768; color: #202624 !important; border-color: #d5f768; min-width: 165px; }
.pg-browser-game .pg-button:hover { background: #e2ff8f; box-shadow: 0 5px 0 #101f16; }
.pg-play-note { display: block; margin-top: 15px; font-size: 10px; letter-spacing: .4px; color: #b9c9ad; }
.pg-tank-art { position: relative; align-self: stretch; display: grid; align-items: center; min-height: 430px; }
.pg-tank-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pg-tank-tag { position: absolute; right: 28px; top: 31px; border: 1px solid #6f8265; border-radius: 30px; padding: 6px 12px; font-size: 9px; letter-spacing: 1.5px; color: #d9e7cd; }
.pg-world { padding-block: 86px 78px; }
.pg-world-top { display: grid; grid-template-columns: .96fr 1.04fr; gap: 70px; align-items: center; }
.pg-world-copy > p { max-width: 455px; margin-top: 22px; font-size: 14px; line-height: 1.9; color: #626e5b; }
.pg-world-copy > .pg-text-link { margin-top: 20px; }
.pg-world-art { position: relative; min-width: 0; }
.pg-world-art img { display: block; width: 100%; height: auto; aspect-ratio: 1.9; object-fit: contain; filter: grayscale(1) invert(1) brightness(4) invert(1); mix-blend-mode: multiply; }
.pg-map-marker { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #2e59db; box-shadow: 0 0 0 6px #2e59db1c; }
.pg-marker-america { top: 31%; left: 20%; }
.pg-marker-south { top: 66%; left: 33%; background: #d98662; box-shadow: 0 0 0 6px #d986621c; }
.pg-marker-europe { top: 27%; left: 51%; }
.pg-marker-asia { top: 61%; left: 77%; background: #6e8b3b; box-shadow: 0 0 0 6px #6e8b3b1c; }
.pg-map-label { position: absolute; left: 57%; top: 74%; border: 1px solid #c8d2b7; border-radius: 6px; padding: 6px 10px; background: #f6f8eb; font-size: 9px; font-weight: 600; white-space: nowrap; letter-spacing: 1px; transform: rotate(-5deg); }
.pg-region-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 48px; }
.pg-region-stat { border-top: 1px solid #cfd8c0; padding-top: 21px; }
.pg-region-stat > span { display: block; color: #6c7961; font-size: 10px; }
.pg-region-stat strong { display: block; margin-top: 9px; font-size: 45px; line-height: 1.2; letter-spacing: -2px; font-weight: 600; }
.pg-region-stat strong span { font-size: 27px; color: #829366; }
.pg-region-stat p { margin-top: 5px; font-size: 12px; color: #68755d; }
.pg-home .pg-cta h2 { max-width: 700px; }
@media (max-width: 1150px) {
  .pg-home-hero { gap: 40px; padding-block: 60px; }
  .pg-home .pg-hero-copy h1 { font-size: 71px; letter-spacing: -4px; }
  .pg-hero-actions { gap: 20px; }
  .pg-hero-actions .pg-button { padding-inline: 18px; gap: 17px; }
  .pg-hero-actions .pg-text-link { font-size: 12px; gap: 10px; }
  .pg-spotlight-sticker { right: -8px; font-size: 9px; }
  .pg-spotlight-slide h2 { font-size: 20px; }
  .pg-spotlight-slide figcaption { padding: 17px; }
  .pg-browser-game h2 { font-size: 49px; }
  .pg-browser-game-copy { padding: 44px 0 44px 40px; }
  .pg-world-top { gap: 40px; }
}
@media (max-width: 950px) {
  .pg-home-hero { grid-template-columns: 1fr; gap: 44px; padding-block: 44px 57px; }
  .pg-home .pg-hero-copy h1 { font-size: 79px; }
  .pg-home .pg-hero-copy > p { max-width: 460px; }
  .pg-home-note { margin-top: 27px; }
  .pg-spotlight { width: min(590px, calc(100% - 20px)); justify-self: center; }
  .pg-spotlight-slide h2 { font-size: 24px; }
  .pg-games { padding-block: 60px; }
  .pg-home-section-top { align-items: start; }
  .pg-home-section-top > p { max-width: 225px; padding-top: 34px; font-size: 13px; }
  .pg-game-grid { gap: 22px; }
  .pg-game-art > img { aspect-ratio: 1.6; }
  .pg-game-caption { padding: 20px; gap: 12px; }
  .pg-game-caption h3 { font-size: 22px; }
  .pg-game-caption p { font-size: 12px; }
  .pg-browser-game { gap: 10px; }
  .pg-browser-game-copy { padding: 35px 0 35px 30px; }
  .pg-browser-game h2 { font-size: 43px; }
  .pg-browser-game-copy > p { font-size: 13px; }
  .pg-tank-art { min-height: 380px; }
  .pg-tank-tag { right: 18px; font-size: 8px; }
  .pg-world { padding-block: 60px; }
  .pg-world-top { grid-template-columns: 1fr; gap: 24px; }
  .pg-world-copy > p { max-width: 580px; }
  .pg-world-art { width: min(600px, 100%); justify-self: center; }
  .pg-region-stats { gap: 18px; margin-top: 25px; }
  .pg-region-stat strong { font-size: 38px; }
  .pg-region-stat strong span { font-size: 25px; }
}
@media (max-width: 620px) {
  .pg-home-hero { gap: 34px; padding-block: 36px 43px; }
  .pg-home .pg-hero-copy h1 { font-size: clamp(49px, 12.5vw, 71px); letter-spacing: -3px; }
  .pg-home .pg-hero-copy > p { font-size: 14px; }
  .pg-hero-actions { gap: 20px; margin-top: 25px; }
  .pg-hero-actions .pg-button { font-size: 12px; padding: 13px 16px; }
  .pg-home-note { font-size: 10px; gap: 10px; }
  .pg-spotlight { width: calc(100% - 12px); }
  .pg-spotlight::before { inset: 35px -5px 35px 7px; transform: rotate(4deg); }
  .pg-spotlight-sticker { right: -3px; padding: 8px 10px; font-size: 8px; }
  .pg-spotlight-bar { padding-inline: 14px; height: 35px; font-size: 8px; letter-spacing: 1px; }
  .pg-spotlight-slide > img { aspect-ratio: 1.45; }
  .pg-spotlight-slide h2 { font-size: 20px; }
  .pg-spotlight-slide figcaption { padding: 17px 15px; }
  .pg-round-link { width: 35px; height: 35px; font-size: 20px; }
  .pg-spotlight-controls { margin-top: 24px; }
  .pg-hero-spark { left: -18px; bottom: 39px; font-size: 70px; }
  .pg-games { padding-block: 45px; }
  .pg-home-section-top { display: block; margin-bottom: 27px; }
  .pg-home-section-top > p { max-width: 350px; padding: 0; margin-top: 18px; }
  .pg-game-grid { grid-template-columns: 1fr; gap: 22px; }
  .pg-game-art > img { aspect-ratio: 1.7; }
  .pg-game-caption { padding: 20px; }
  .pg-game-caption h3 { font-size: 23px; }
  .pg-game-badge { top: 13px; left: 13px; }
  .pg-games-bottom { flex-direction: column; align-items: start; gap: 11px; margin-top: 24px; }
  .pg-browser-game { grid-template-columns: 1fr; gap: 0; border-radius: 17px; }
  .pg-browser-game-copy { padding: 30px 27px 0; }
  .pg-browser-game h2 { font-size: 47px; margin-top: 23px; }
  .pg-browser-game-copy > p { font-size: 14px; }
  .pg-tank-art { min-height: 0; height: auto; aspect-ratio: 1.3; margin-top: 10px; }
  .pg-tank-tag { top: 15px; right: 20px; }
  .pg-world { padding-block: 48px; }
  .pg-world-top { gap: 24px; }
  .pg-world-copy > p { font-size: 14px; }
  .pg-map-label { font-size: 7px; padding: 5px 7px; }
  .pg-map-marker { width: 8px; height: 8px; box-shadow: 0 0 0 4px #2e59db1c; }
  .pg-marker-south { box-shadow: 0 0 0 4px #d986621c; }
  .pg-marker-asia { box-shadow: 0 0 0 4px #6e8b3b1c; }
  .pg-region-stats { grid-template-columns: 1fr 1fr; gap: 26px 20px; margin-top: 31px; }
  .pg-region-stat { padding-top: 16px; }
  .pg-region-stat strong { font-size: 39px; }
  .pg-region-stat p { font-size: 11px; }
}
@media (max-width: 360px) {
  .pg-home .pg-hero-copy h1 { font-size: 46px; letter-spacing: -2.5px; }
  .pg-hero-actions { gap: 17px; }
  .pg-hero-actions .pg-button { padding-inline: 13px; gap: 11px; }
  .pg-hero-actions .pg-text-link { font-size: 11px; gap: 7px; }
  .pg-spotlight-slide h2 { font-size: 18px; }
  .pg-browser-game h2 { font-size: 41px; }
}
@media (prefers-reduced-motion: reduce) {
  .pg-home *, .pg-home *::before, .pg-home *::after { animation: none !important; transition: none !important; }
}
