@font-face{font-family:Basier;src:url('../fonts/BasierCircle-Regular.d5326df.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Basier;src:url('../fonts/BasierCircle-SemiBold.a05b38a.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Basier;src:url('../fonts/BasierCircle-Bold.73a52fc.woff2') format('woff2');font-weight:700;font-display:swap}
:root{--green:#428f7c;--deep-green:#337762;--ink:#151a32;--muted:#53596a;--line:#dbe8e1;--yellow:#f7ce4d;--light:#f4f9f6;--radius:12px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;color:var(--ink);background:#fff;font:16px/1.55 Basier,Arial,sans-serif}
body.home-page{padding-bottom:0}
[hidden]{display:none!important}
img{display:block;max-width:100%;object-fit:contain}
a{color:var(--deep-green);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:4px}
button,a,summary{-webkit-tap-highlight-color:transparent}
button{font:inherit;cursor:pointer}
button:disabled{cursor:default;opacity:.4}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #eeb62e;outline-offset:5px}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.23}
h2{font-size:32px;font-weight:600;margin-bottom:32px}
h3{font-size:20px;font-weight:600;margin-bottom:12px}
p{margin-bottom:16px}
.wide{width:min(1200px,calc(100% - 64px));margin-inline:auto}
.narrow{width:min(920px,calc(100% - 48px));margin-inline:auto}
.section{padding-block:64px}
.section>h2,.section>.narrow>h2{text-align:center}
.center{text-align:center}
.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);background:white;padding:10px 20px;z-index:1000;border-radius:6px}
.skip-link:focus{transform:translateY(0)}
.site-header{background:var(--green);color:#fff}
.header-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-block;flex-shrink:0}
.brand img{width:158px;height:auto}
.site-nav{display:flex;align-items:center;gap:30px}
.site-nav a{color:#fff;font-size:14px;white-space:nowrap;padding-block:8px;opacity:.85}
.site-nav a:hover,.site-nav a[aria-current=page]{opacity:1}
.site-nav a[aria-current=page]{border-bottom:2px solid var(--yellow)}
.menu-toggle{display:none}
.hero{background:var(--green);color:white;padding:40px 0 56px}
.hero-grid{display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:40px;min-height:445px}
.hero h1{font-size:40px;letter-spacing:-.7px;margin-bottom:14px;font-weight:700}
.hero-subtitle{font-size:24px;color:#d8eae3;margin-bottom:32px}
.hero-art{width:395px;height:auto;justify-self:center}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:14px 32px;border:0;border-radius:6px;background:linear-gradient(110deg,#449c51 20%,#78b67d 51%,#449c51 78%);color:white;font-weight:600;font-size:18px;text-align:center;transition:filter .18s,transform .18s}
.button:hover{filter:brightness(1.06);transform:translateY(-1px);text-decoration:none}
.hero .button,.download-section .button{min-width:360px}
.bonus{font-size:15px;color:var(--yellow);margin-block:15px 0}
.app-rating{display:flex;align-items:center;gap:16px;margin-top:68px;font-size:14px}
.app-rating strong,.app-rating span{display:block}
.app-rating strong{font-size:16px;font-weight:400}
.app-rating span{color:#d8eae3}
.available{border-left:1px solid #93bcb0;padding-left:28px;margin-left:12px;color:#d8eae3}
.available img{margin-top:5px}
.transfers{display:flex;align-items:center;gap:70px;padding-block:25px;border-bottom:1px solid var(--line)}
.transfers p{font-size:23px;line-height:1.3;margin:0 auto 0 0}
.transfers>div{display:flex;align-items:center;flex-direction:column;gap:8px;font-size:14px;text-align:center}
.transfers img{height:32px}
.features-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.feature-card{border:1px solid var(--green);border-radius:var(--radius);padding:28px}
.feature-card>div{display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--green);padding-bottom:20px;margin-bottom:20px}
.feature-card h3{margin:0;flex:1;font-size:20px;font-weight:400}
.feature-card img{width:54px;height:54px;flex-shrink:0}
.feature-card ul{margin:0;padding-left:19px;color:var(--muted);font-size:15px}
.feature-card li+li{margin-top:10px}
.games-section{background:var(--light)}
.games-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 20px;margin-bottom:36px}
.game-tile{display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--ink);gap:10px;font-size:15px}
.game-tile img{border-radius:18px;width:108px;height:108px;transition:transform .2s}
.game-tile:hover img{transform:translateY(-4px)}
.experience{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:56px}
.experience h2{text-align:left}
.experience ul{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px;list-style:none;padding:0;margin:0 0 30px}
.experience li{position:relative;padding-left:25px;font-size:15px}
.experience li:before{content:'✓';position:absolute;left:0;font-weight:bold;color:var(--green)}
.experience>img{width:100%;height:auto;max-height:540px}
.earn-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.earn-card{padding:28px 22px;border-radius:8px;display:flex;align-items:center;gap:20px}
.earn-card>img{width:95px;height:auto;flex-shrink:0}
.earn-card h3{font-size:19px;margin-bottom:8px}
.earn-card p{font-size:15px;line-height:1.4;margin-bottom:20px;color:var(--muted)}
.refer{background:#f8effc}.influencer{background:#fbf8cd}
.button-small{min-height:40px;padding:8px 24px;font-size:16px;background:var(--green);font-weight:400}
.button-yellow{background:var(--yellow);color:var(--ink)}
.reviews-section{background:#f7faf8}
.section-subtitle{text-align:center;color:var(--muted);margin-top:-18px;margin-bottom:35px}
.reviews-grid{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:start}
.rating-card h3{font-size:16px;margin:0}.rating-card>strong{display:inline-block;font-size:48px;line-height:1.1;margin-top:12px}
.stars{color:#f2b938;display:block;font-size:25px;letter-spacing:3px}
.rating-card>p{font-size:13px;color:var(--muted)}
.rating-row{display:flex;align-items:center;gap:12px;font-size:12px;margin-block:7px}
.rating-row meter{width:100%;height:12px}
meter::-webkit-meter-bar{border:0;border-radius:5px;background:#e5e9e7}
meter::-webkit-meter-optimum-value{background:var(--green)}
.review-carousel{min-width:0}
.review-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:286px;margin-bottom:18px}
.review-person{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.review-person img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.review-person h3{font-size:17px;margin-bottom:5px}.review-person p{font-size:14px;color:var(--muted);margin:0}
.review-score{margin-left:auto;color:var(--green);white-space:nowrap;font-size:14px}
blockquote{margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.review-controls{display:flex;align-items:center;justify-content:center;gap:20px}
.review-controls button{width:36px;height:36px;border-radius:50%;border:1px solid var(--green);color:var(--green);background:#fff;font-size:21px}
.review-controls button:hover{background:var(--green);color:white}
.review-position{font-size:13px;color:var(--muted);min-width:35px;text-align:center}
.download-section{background:var(--green);color:white;text-align:center}
.download-section>.narrow>p:first-child{font-size:20px;margin-bottom:6px}
.download-section h2{font-size:38px}
.download-games{display:flex;justify-content:center;gap:48px;margin:30px 0 36px}
.download-games>div{display:flex;align-items:center;flex-direction:column;gap:10px;font-size:14px}
.download-games img{width:68px;height:68px}
.about-app>p{color:var(--muted);line-height:1.8}
summary{cursor:pointer;color:var(--deep-green);font-size:14px;font-weight:600}
details[open]>summary{margin-bottom:12px}
.app-details{margin-block:22px 38px;border:1px solid var(--line);border-radius:8px;padding:18px 22px}
.app-details>div{font-size:15px;color:var(--muted);line-height:1.75;padding-top:8px}
.app-details h3{font-size:20px;color:var(--ink);margin:25px 0 14px}
.game-descriptions{display:grid;grid-template-columns:1fr 1fr;gap:30px 32px}
.game-description{display:flex;gap:20px;scroll-margin-top:35px;border-top:1px solid var(--line);padding-top:24px}
.game-description>img{width:64px;height:64px;border-radius:12px;flex-shrink:0}
.game-description h3{font-size:19px;margin-bottom:8px}
.game-description p{font-size:14px;line-height:1.65;color:var(--muted);margin-bottom:10px}
.game-description:target{background:#f5faf5;border-radius:8px;outline:10px solid #f5faf5}
.site-footer{background:#213e36;color:#e6efeb;padding-top:48px}
.footer-grid{display:grid;grid-template-columns:1.3fr .85fr 1.2fr;gap:64px}
.footer-brand p{font-size:14px;color:#b9ccc4;margin-top:18px}
.site-footer h2{font-size:17px;margin-bottom:18px;color:#fff}
.site-footer a{color:#d7e6de;font-size:14px}
.site-footer nav,.footer-grid>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.site-footer nav a[aria-current=page]{color:var(--yellow)}
.social-sidebar{position:fixed;top:214px;right:0;width:48px;z-index:100;display:flex;flex-direction:column}
.social-sidebar a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#000;opacity:.8;transition:opacity .2s}
.social-sidebar a:hover,.social-sidebar a:focus-visible{opacity:1}
.social-sidebar img{width:40px;height:40px}
.payment-logos{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.payment-logos img{height:23px;width:auto;max-width:55px}
.site-footer .payments-heading{margin:14px 0 3px}
.trust-strip{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px;padding-bottom:30px;border-bottom:1px solid #496259}
.trust-strip span{display:flex;gap:10px;align-items:center;font-size:13px;border:1px solid #496259;padding:10px 14px;border-radius:8px}
.footer-bottom{padding-block:24px;display:flex;justify-content:space-between;gap:30px;font-size:12px;color:#afc4ba}
.footer-bottom p{max-width:750px;margin:0}.footer-bottom span{white-space:nowrap}
.back-top{position:fixed;right:24px;bottom:100px;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 3px 16px #173e3426;color:var(--green);font-size:26px;z-index:20}
.download-bar{position:fixed;bottom:0;left:0;right:0;background:#428f7cf5;box-shadow:0 -3px 16px #1b45381c;backdrop-filter:blur(8px);z-index:15}
.download-bar-inner{display:flex;align-items:center;justify-content:space-between;padding-block:13px}
.download-bar-inner>img{width:140px;height:auto}
.download-bar .button{min-height:44px;font-size:16px;padding-block:10px}
body.bar-visible .site-footer{padding-bottom:75px}
.document-heading{background:var(--light);padding:35px 0 0;border-bottom:1px solid var(--line)}
.breadcrumb{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px;margin-bottom:24px}
.document-heading h1{font-size:42px;margin-bottom:28px}
.document-nav{display:flex;flex-wrap:wrap;gap:30px}
.document-nav a{font-size:14px;color:var(--muted);padding-bottom:17px}
.document-nav a[aria-current=page]{border-bottom:3px solid var(--green);color:var(--green);font-weight:600}
.document-content{padding-block:44px 60px;color:#4a5060;line-height:1.85;overflow-wrap:anywhere}
.document-content h3{font-size:23px;color:var(--ink);margin-top:34px;margin-bottom:16px;font-weight:600}
.document-content p{margin-bottom:18px}
.document-content>h3:first-child{margin-top:0}
@media(min-width:1400px){.hero-grid{gap:70px}.hero{padding-top:50px}}
@media(max-width:959px){
  .wide{width:calc(100% - 40px)}.narrow{width:calc(100% - 40px)}
  .site-nav{gap:18px}.site-nav a{font-size:13px}.hero h1{font-size:34px}.hero-subtitle{font-size:20px}
  .hero .button{min-width:0;width:100%;max-width:360px}.hero-grid{gap:20px;grid-template-columns:1.2fr 1fr;min-height:375px}.hero-art{width:100%}
  .app-rating{margin-top:35px;gap:10px}.available{display:none}.bonus{font-size:13px}
  .experience{gap:30px}.earn-card{padding:22px 18px;gap:15px}.earn-card>img{width:70px}
  .reviews-grid{gap:30px;grid-template-columns:180px 1fr}.footer-grid{gap:30px}.review-card{padding:24px}
}
@media(max-width:700px){
  html{scroll-padding-top:20px}body{font-size:15px}.wide,.narrow{width:calc(100% - 36px)}
  .header-inner{min-height:68px;flex-wrap:wrap;gap:0;position:relative}.brand img{width:142px}
  .menu-toggle:not([hidden]){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;border:1px solid #ffffff66;border-radius:6px;width:40px;height:38px;padding:10px}
  .menu-toggle span{height:2px;width:19px;background:white}
  .site-nav{width:100%;padding:16px 0 20px;display:flex;flex-direction:column;align-items:stretch;gap:4px}.site-nav a{padding:9px 0;font-size:15px}
  .js .site-nav:not(.is-open){display:none}.site-nav a[aria-current=page]{border:0;color:#ffe391}
  .hero{padding:12px 0 32px}.hero-grid{display:flex;flex-direction:column-reverse;gap:8px;min-height:0}.hero-copy{width:100%;text-align:center}.hero-art{width:245px;max-height:264px}
  .hero h1{font-size:28px;letter-spacing:-.4px;margin-bottom:12px}.hero-subtitle{font-size:17px;margin-bottom:24px}.button{font-size:16px;min-height:49px;padding:12px 24px}.hero .button{max-width:350px}.bonus{font-size:12px}
  .app-rating{justify-content:center;margin-top:26px;text-align:left;font-size:12px}.app-rating>img{width:36px;height:36px}.app-rating strong{font-size:14px}
  .transfers{flex-wrap:wrap;justify-content:center;gap:18px 45px;padding-block:24px}.transfers p{width:100%;margin:0;text-align:center;font-size:17px}.transfers br{display:none}.transfers img{height:26px}.transfers>div{font-size:12px;gap:5px}
  .section{padding-block:38px}h2{font-size:24px;margin-bottom:24px}
  .features-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:20px}.feature-card>div{padding-bottom:15px;margin-bottom:15px}.feature-card h3{font-size:19px}.feature-card img{width:42px;height:42px}.feature-card ul{font-size:14px}.feature-card li+li{margin-top:6px}
  .games-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 10px;margin-bottom:28px}.game-tile{font-size:12px}.game-tile img{width:80px;height:80px;border-radius:14px}
  .experience{grid-template-columns:1fr;gap:28px}.experience h2{text-align:center}.experience>div{text-align:center}.experience ul{max-width:380px;margin:0 auto 25px;text-align:left;gap:14px}.experience>img{width:min(85%,340px);margin-inline:auto}
  .earn-grid{grid-template-columns:1fr;gap:16px}.earn-card{padding:24px;gap:24px}.earn-card>img{width:90px}.earn-card h3{font-size:19px}.earn-card p{font-size:14px}
  .reviews-grid{grid-template-columns:1fr;gap:28px}.rating-card{max-width:230px;width:100%;margin-inline:auto;text-align:center}.rating-card>strong{font-size:44px}.review-card{min-height:290px;padding:22px}.review-person{gap:10px}.review-person h3{font-size:15px}.review-person p{font-size:12px}.review-person img{width:46px;height:46px}.review-score{font-size:12px}blockquote{font-size:14px}.section-subtitle{font-size:14px;margin-top:-10px}
  .download-section h2{font-size:29px}.download-section>.narrow>p:first-child{font-size:17px}.download-games{gap:25px;margin-block:22px 28px}.download-games img{width:52px;height:52px}.download-games>div{font-size:11px;gap:8px}.download-section .button{min-width:0;width:100%;max-width:350px}
  .game-descriptions{grid-template-columns:1fr;gap:22px}.game-description{gap:16px}.game-description>img{width:56px;height:56px}.app-details{padding:16px}.app-details summary{font-size:13px}
  .site-footer{padding-top:34px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 20px}.footer-brand{grid-column:1/-1}.footer-brand p{margin-bottom:12px}.site-footer h2{font-size:16px}.site-footer a{font-size:13px;overflow-wrap:anywhere}
  .trust-strip{gap:10px;margin-top:28px;padding-bottom:22px}.trust-strip span{font-size:11px;padding:8px 10px;gap:7px}.trust-strip img{width:18px;height:18px}.footer-bottom{flex-direction:column;gap:15px;font-size:11px}
  .download-bar-inner{justify-content:center;padding-block:10px}.download-bar-inner>img{display:none}.download-bar .button{width:100%;max-width:400px;font-size:15px;min-height:44px}.back-top{right:16px;bottom:84px;width:40px;height:40px}
  .document-heading{padding-top:25px}.document-heading h1{font-size:32px}.document-nav{gap:10px 22px}.document-nav a{font-size:12px;padding-bottom:12px}.document-content{padding-block:30px 44px;font-size:15px;line-height:1.8}.document-content h3{font-size:21px}.breadcrumb{font-size:12px;margin-bottom:20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{.site-header,.site-footer,.social-sidebar,.back-top,.download-bar,.document-nav,.breadcrumb{display:none!important}.wide,.narrow{width:100%}.document-heading{background:none;padding:0}.document-content{padding:0}}
