:root{--green:#0f7a38;--green-2:#129447;--green-dark:#075d2a;--green-soft:#edf8f1;--ink:#1b1f1d;--muted:#68706b;--line:#e2e7e4;--soft:#f6f8f7;--white:#ffffff;--max:1120px;--content:1040px;--radius:14px;--shadow:0 12px 35px rgba(15, 50, 30, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.narrow-content{width:min(calc(100% - 32px),var(--content))}.utility-bar{background:#173221;color:#dce9e0;font-size:14px}.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility-links{display:flex;align-items:center;gap:9px;white-space:nowrap}.utility-links span{opacity:.35}.utility-links a:hover{color:#fff}.utility-note{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.utility-note i{width:7px;height:7px;background:#42d774;border-radius:50%;box-shadow:0 0 0 3px rgba(66,215,116,.12)}.site-header{position:relative;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:66px;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto}.brand-mark{min-width:38px;height:38px;padding:0;display:grid;place-items:center;border-radius:9px;background:0 0;color:#fff;font-size:12px;line-height:1;font-weight:900;letter-spacing:-.03em}.brand-name{font-size:20px;font-weight:900;letter-spacing:-.04em;color:#173221}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:28px}.desktop-nav a{color:#47504a;font-size:15px;font-weight:700}.desktop-nav a:hover{color:var(--green)}.nav-actions{display:flex;align-items:center}.nav-cta{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;color:#fff;background:var(--green);border-radius:8px;font-size:15px;font-weight:800;box-shadow:0 6px 14px rgba(15,122,56,.15);transition:background .18s,transform .18s}.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.menu-btn{display:none;width:42px;height:42px;padding:0;border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-btn span{width:18px;height:2px;background:#243129;border-radius:3px}.mobile-nav{background:#fff;border-top:1px solid var(--line)}.mobile-nav-inner{padding-top:10px;padding-bottom:18px;display:grid}.mobile-nav-inner>a:not(.nav-cta){padding:11px 0;border-bottom:1px solid #eef1ef;font-size:16px;font-weight:750}.mobile-cta{margin-top:14px}.hero-shell{padding:30px 0 16px;background:linear-gradient(180deg,#fbfdfb 0,#fff 100%)}.hero-status-row{width:min(100%,var(--content));margin:0 auto 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted);font-size:14px}.secure-badge{display:inline-flex;align-items:center;gap:7px;font-weight:850;color:#365241;letter-spacing:.035em}.secure-badge i{width:8px;height:8px;background:#2ecb69;border-radius:50%}.updated-text{text-align:right}.about-modern-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:60px 0}.about-kicker{display:block;color:var(--theme-green);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.about-title{font-size:48px;font-weight:900;color:var(--theme-black);margin:0 0 20px;line-height:1.1}.about-title .text-green{color:var(--theme-green)}.about-desc{font-size:18px;line-height:1.6;color:var(--theme-muted);margin-bottom:40px}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px}.about-card{border:1px solid #eaeaea;border-radius:12px;padding:20px 15px;text-align:center;background:#fff}.about-card-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:var(--theme-green-soft);color:var(--theme-green);margin:0 auto 15px}.about-card h4{font-size:15px;font-weight:800;color:var(--theme-navy);margin:0 0 8px}.about-card p{font-size:15px;line-height:1.5;color:var(--theme-muted);margin:0}.about-cta-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.about-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--theme-green);color:#fff;padding:16px 32px;border-radius:8px;font-size:18px;font-weight:700;text-decoration:none;transition:background .2s}.about-btn:hover{background:var(--theme-navy);color:#fff;text-decoration:none}.about-safe-text{font-size:15px;color:var(--theme-muted);font-weight:500;margin-left:10px}.about-modern-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.15)}.app-hero-card{width:min(100%,var(--content));margin-inline:auto;background:#fff;border:1px solid #dfe6e1;border-radius:16px;padding:25px;box-shadow:var(--shadow)}.app-identity{display:grid;grid-template-columns:116px 1fr;align-items:center;gap:22px}.app-icon{width:116px;height:116px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:linear-gradient(145deg,#148d43,#086128);border:6px solid #edf8f0;box-shadow:0 10px 24px rgba(15,122,56,.18)}.app-icon span{font-size:16px;font-weight:800;letter-spacing:.12em;opacity:.78}.app-icon strong{font-size:38px;line-height:.95;letter-spacing:-.07em}.app-label,.panel-kicker,.section-kicker{display:inline-block;color:var(--green);text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:900}.app-heading h1{margin:5px 0 7px;font-size:clamp(38px, 6vw, 54px);line-height:1;letter-spacing:-.055em;color:#17291d}.app-heading p{max-width:700px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.app-facts{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr)}.fact{min-height:52px;padding:0 18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.fact:first-child{padding-left:0}.fact:last-child{border-right:0}.fact strong{font-size:16px;letter-spacing:-.02em;color:#1e3427}.fact span{margin-top:3px;color:#7a827d;font-size:13px}.hero-cta-area{margin-top:20px;display:grid;grid-template-columns:1.15fr .85fr;gap:12px;align-items:stretch}.primary-cta{min-height:58px;padding:0 20px;border-radius:10px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:15px;font-weight:900;box-shadow:0 8px 18px rgba(15,122,56,.18)}.primary-cta:hover{background:var(--green-dark)}.primary-cta b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.15)}.safe-note{min-height:58px;padding:9px 13px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;background:#fbfcfb}.shield{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:900}.safe-note small,.safe-note strong{display:block}.safe-note strong{font-size:14px;color:#33473a}.safe-note small{margin-top:2px;color:#879089;font-size:12px}.jump-nav{width:min(100%,var(--content));margin:13px auto 0;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.jump-nav::-webkit-scrollbar{display:none}.jump-nav a{flex:0 0 auto;padding:9px 12px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#58615b;font-size:13px;font-weight:750}.jump-nav a:hover{border-color:#b9cec0;color:var(--green);background:#fbfdfb}.content-section{padding:32px 0}.soft-section{background:var(--soft);border-top:1px solid #eef1ef;border-bottom:1px solid #eef1ef}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px}.center-heading h2,.content-copy h2,.faq-intro h2,.section-title-row h2{margin:7px 0 8px;font-size:clamp(27px, 4vw, 36px);line-height:1.1;letter-spacing:-.04em;color:#17291d}.center-heading p,.content-copy p,.faq-intro p,.section-title-row p{margin-bottom:0;color:var(--muted);line-height:1.7;font-size:16px}.section-title-row p{max-width:680px}.secondary-cta,.text-action{color:var(--green);font-size:15px;font-weight:850;white-space:nowrap}.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.popular-card{min-height:86px;padding:12px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:11px;transition:border-color .17s,transform .17s,box-shadow .17s}.popular-card:hover{border-color:#bcd0c2;transform:translateY(-2px);box-shadow:0 8px 20px rgba(22,60,35,.06)}.popular-icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:13px;font-weight:900}.popular-copy small,.popular-copy strong{display:block}.popular-copy strong{font-size:15px;color:#24372a}.popular-copy small{margin-top:3px;color:#838a85;font-size:12px;line-height:1.35}.card-chevron{color:#aab1ac;font-size:20px}.center-heading{max-width:650px;margin:0 auto 28px;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trust-grid article{min-height:190px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:12px}.trust-icon{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:14px;font-weight:900}.trust-grid strong{display:block;margin:20px 0 7px;font-size:15px;color:#263b2d}.trust-grid p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.65}.two-column-content{display:grid;grid-template-columns:1.06fr .94fr;gap:64px;align-items:center}.content-copy p{margin-bottom:14px}.secondary-cta{display:inline-block;margin-top:8px}.phone-preview{width:min(100%,350px);margin-inline:auto;padding:9px;border-radius:32px;background:#18231c;box-shadow:0 26px 60px rgba(16,42,24,.16)}.phone-top{height:23px;display:flex;align-items:center;justify-content:center}.phone-top span{width:74px;height:5px;border-radius:20px;background:#536158}.phone-screen{min-height:510px;padding:19px 15px 16px;border-radius:24px;background:#f7f9f7}.phone-brand{display:flex;align-items:center;gap:8px;margin-bottom:17px}.phone-brand b{width:31px;height:31px;border-radius:7px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:8px}.phone-brand strong{font-size:16px;color:#21372a}.phone-search{min-height:42px;padding:0 11px;border:1px solid #dde5df;border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:space-between;color:#8a938c;font-size:13px}.phone-card{margin-top:9px;min-height:70px;padding:10px;border:1px solid #e1e7e3;border-radius:10px;background:#fff;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px}.phone-card>span{width:34px;height:34px;border-radius:8px;background:#f0f3f1;display:grid;place-items:center;color:#66716a;font-size:9px;font-weight:900}.phone-card.active{border-color:#bcd9c5}.phone-card.active>span{background:var(--green-soft);color:var(--green)}.phone-card small,.phone-card strong{display:block}.phone-card strong{font-size:13px;color:#314037}.phone-card small{margin-top:2px;font-size:9px;color:#8b938e}.phone-button{margin-top:14px;min-height:43px;display:grid;place-items:center;border-radius:9px;background:var(--green);color:#fff;font-size:13px;font-weight:850}.compact-heading{margin-bottom:17px}.feature-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.feature-list-grid article{padding:18px;display:grid;grid-template-columns:34px 1fr;gap:13px;background:#fff;border:1px solid var(--line);border-radius:10px}.feature-list-grid article>span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:900}.feature-list-grid h3{margin:2px 0 5px;font-size:16px;color:#273a2d}.feature-list-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.short-heading{margin-bottom:34px}.steps-row{display:grid;grid-template-columns:1fr 50px 1fr 50px 1fr;align-items:start}.steps-row article{text-align:center}.step-no{width:42px;height:42px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:15px;font-weight:900}.steps-row h3{margin-bottom:7px;font-size:15px;color:#263b2d}.steps-row p{margin:0 auto;max-width:250px;color:var(--muted);font-size:14px;line-height:1.65}.step-line{height:1px;margin-top:21px;background:#d6dfd9}.green-panel-section{padding-top:10px}.green-panel{padding:32px 34px;border-radius:15px;background:#10351f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:36px}.panel-kicker{color:#8ee0aa}.green-panel h2{max-width:650px;margin:7px 0 8px;font-size:clamp(26px, 4vw, 36px);line-height:1.08;letter-spacing:-.04em}.green-panel p{max-width:720px;margin-bottom:0;color:#bdd0c3;font-size:15px;line-height:1.7}.panel-button{flex:0 0 auto;padding:13px 17px;border-radius:8px;background:#fff;color:#123a22;font-size:14px;font-weight:900}.article-list{border-top:1px solid var(--line)}.article-row{min-height:78px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.article-number{color:#99a29c;font-size:12px;font-weight:900}.article-row small{display:block;margin-bottom:4px;color:var(--green);font-size:9px;font-weight:900;letter-spacing:.09em}.article-row h3{margin:0;font-size:15px;color:#2a3d30;letter-spacing:-.015em}.article-row>span:last-child{color:#8f9892;font-size:18px}.article-row:hover h3{color:var(--green)}.faq-section{background:#f8faf8}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.faq-intro{position:sticky;top:100px}.faq-list{border-top:1px solid #dfe5e1}.faq-item{border-bottom:1px solid #dfe5e1}.faq-item summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#2a3c30;font-size:16px;font-weight:850}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #d9e2dc;color:var(--green);font-size:17px;font-weight:500}.faq-item p{margin:0;padding:0 44px 18px 0;color:#4a554e;font-size:18px;line-height:1.7}.footer-centered{background:#fff;padding:60px 0 40px;text-align:center;border-top:1px solid var(--theme-line,#eaeaea)}.footer-centered-inner{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto}.footer-logo-wrap{margin-bottom:24px}.footer-logo-img{width:90px;height:90px;border-radius:20px;object-fit:cover;box-shadow:0 10px 25px rgba(0,0,0,.15)}.footer-centered-desc{color:var(--theme-muted,#636e72);font-size:16px;line-height:1.6;margin-bottom:30px}.footer-centered-desc strong{color:var(--theme-navy,#0b1f3a)}.footer-centered-links{margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.footer-centered-links a{color:var(--theme-green,#118a43);font-weight:600;font-size:15px;text-decoration:none}.footer-centered-links a:hover{color:var(--theme-navy,#0b1f3a);text-decoration:underline}.footer-centered-links .sep{color:var(--theme-muted,#555);font-weight:700}.footer-share{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}.footer-share span{color:var(--theme-navy,#0b1f3a);font-weight:700;font-size:15px;margin-right:5px}.footer-share img{border-radius:50%;transition:transform .2s}.footer-share a:hover img{transform:scale(1.1)}.footer-centered-copy{color:var(--theme-muted,#7f8c8d);font-size:15px}.footer-centered-copy strong{color:var(--theme-navy,#0b1f3a)}@media (max-width:900px){.desktop-nav,.hide-mobile{display:none}.menu-btn{display:inline-flex;margin-left:auto}.popular-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.two-column-content{grid-template-columns:1fr 1fr;gap:38px}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-intro{position:static;max-width:640px}.about-modern-layout{grid-template-columns:1fr;gap:40px}.footer-centered-links{gap:8px;flex-direction:column}.footer-centered-links .sep{display:none}}@media (max-width:680px){.container,.narrow-content{width:min(calc(100% - 24px),var(--max))}.utility-inner{min-height:31px;overflow:hidden}.utility-links{overflow-x:auto;scrollbar-width:none}.utility-links::-webkit-scrollbar{display:none}.utility-note{display:none}.nav-wrap{min-height:60px}.brand-mark{min-width:34px;height:34px;border-radius:8px}.brand-name{font-size:18px}.hero-shell{padding-top:18px}.hero-status-row{align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:9px}.updated-text{text-align:left;font-size:12px}.secure-badge{font-size:9px}.app-hero-card{padding:16px;border-radius:13px}.app-identity{grid-template-columns:76px 1fr;gap:14px;align-items:start}.app-icon{width:76px;height:76px;border-radius:18px;border-width:4px}.app-icon span{font-size:9px}.app-icon strong{font-size:26px}.app-label{font-size:8px}.app-heading h1{margin-top:4px;font-size:32px}.app-heading p{font-size:13px;line-height:1.5}.app-facts{grid-template-columns:repeat(2,1fr);gap:0}.fact{min-height:55px;padding:8px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.fact:first-child{padding-left:0}.fact:nth-child(2){border-right:0}.fact:nth-child(3),.fact:nth-child(4){border-bottom:0}.fact:nth-child(3){padding-left:0}.fact:last-child{border-right:0}.fact strong{font-size:15px}.fact span{font-size:9px}.hero-cta-area{grid-template-columns:1fr}.primary-cta{min-height:53px}.safe-note{min-height:52px}.jump-nav{margin-top:9px}.jump-nav a{padding:8px 10px;font-size:12px}.content-section{padding:32px 0}.section-title-row{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:18px}.center-heading h2,.content-copy h2,.faq-intro h2,.section-title-row h2{font-size:27px}.center-heading p,.content-copy p,.faq-intro p,.section-title-row p{font-size:14px}.popular-grid{grid-template-columns:1fr 1fr;gap:8px}.popular-card{min-height:104px;grid-template-columns:38px 1fr;align-content:start}.popular-icon{width:38px;height:38px}.popular-copy{align-self:center}.popular-copy small{margin-top:5px}.card-chevron{display:none}.trust-grid{grid-template-columns:1fr 1fr;gap:8px}.trust-grid article{min-height:175px;padding:16px}.trust-grid strong{margin-top:16px;font-size:15px}.trust-grid p{font-size:12px}.two-column-content{grid-template-columns:1fr;gap:30px}.phone-preview{max-width:315px}.phone-screen{min-height:455px}.feature-list-grid{grid-template-columns:1fr}.steps-row{grid-template-columns:1fr;gap:0}.steps-row article{padding:12px 0 20px}.step-line{width:1px;height:22px;margin:0 auto}.green-panel{padding:24px 20px;align-items:flex-start;flex-direction:column;gap:20px}.green-panel h2{font-size:28px}.panel-button{width:100%;text-align:center}.article-row{grid-template-columns:30px 1fr auto;gap:10px}.article-row h3{font-size:15px;line-height:1.4}.faq-item summary{font-size:15px}.faq-item p{padding-right:10px;font-size:16px}.footer{padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}@media (max-width:390px){.about-cards{grid-template-columns:1fr;gap:20px}.popular-grid,.trust-grid,.two-column-content{grid-template-columns:1fr}.popular-card{min-height:76px;grid-template-columns:40px 1fr}.trust-grid article{min-height:auto}}.hero-human{padding-top:24px;background:#fff}.hero-human .hero-status-row{margin-bottom:10px}.human-hero-card{padding:24px;border-radius:14px;box-shadow:0 10px 28px rgba(16,52,28,.07)}.human-app-identity{grid-template-columns:104px 1fr;gap:20px}.hero-human .app-icon{width:104px;height:104px;border-radius:22px;border-width:5px}.hero-human .app-icon strong{font-size:34px}.human-app-heading h1{margin:4px 0 8px;font-size:clamp(40px, 6vw, 56px)}.hero-lead{max-width:720px!important;color:#555f59!important;font-size:15px!important;line-height:1.65!important}.hero-provider{margin-top:10px;color:#7b847f;font-size:12px;font-weight:650}.hero-provider span{margin:0 6px;color:#b3bab6}.human-app-facts{margin-top:20px}.human-app-facts .fact strong{font-size:15px}.human-cta-area{grid-template-columns:1.05fr .95fr}.download-cta{min-height:60px;font-size:15px}.download-cta b{font-size:18px}.responsible-note{background:#fffdf7;border-color:#eee5cf}.responsible-note .shield{width:36px;height:36px;flex:0 0 36px;background:#f7f0df;color:#775d22;font-size:10px}.responsible-note strong{color:#574b31;font-size:11px}.responsible-note small{color:#8c8169;line-height:1.4}@media (max-width:680px){.hero-human{padding-top:16px}.hero-human .hero-status-row{align-items:flex-start;font-size:10px}.human-hero-card{padding:18px}.human-app-identity{grid-template-columns:78px 1fr;gap:14px;align-items:start}.hero-human .app-icon{width:78px;height:78px;border-radius:18px;border-width:4px}.hero-human .app-icon span{font-size:10px}.hero-human .app-icon strong{font-size:27px}.human-app-heading h1{font-size:38px}.hero-lead{grid-column:1/-1;font-size:13px!important}.hero-provider{font-size:10px;line-height:1.45}.human-app-facts{grid-template-columns:repeat(2,1fr)}.human-app-facts .fact{padding:11px 12px;border-bottom:1px solid var(--line)}.human-app-facts .fact:nth-child(2){border-right:0}.human-app-facts .fact:nth-child(3),.human-app-facts .fact:nth-child(4){border-bottom:0}.human-cta-area{grid-template-columns:1fr}.download-cta{min-height:56px}}:root{--home-green:#0f7a38;--home-green-dark:#075d2a;--home-green-soft:#edf8f1;--home-ink:#1b241e;--home-muted:#667069;--home-line:#e1e7e3;--home-soft:#f6f8f7;--home-warm:#fbfaf7}.hero-shell{background:#f8faf8}.app-icon{background:var(--home-green)}.intent-note{margin:16px 0 0;color:#7a827d;font-size:14px;line-height:1.65}.home-intro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:start}.download-head h2,.final-cta h2,.home-intro-title h2,.install-head h2,.safety-copy h2,.section-copy h2,.wallet-copy h2{margin:7px 0 12px;color:#17291d;font-size:clamp(28px, 4vw, 38px);line-height:1.08;letter-spacing:-.04em}.download-head p,.final-cta p,.home-intro-copy p,.safety-copy p,.section-copy p,.wallet-copy p{color:var(--home-muted);font-size:16px;line-height:1.75}.home-intro-copy p:last-child{margin-bottom:0}.quick-points{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-point{padding:16px;border:1px solid var(--home-line);border-radius:12px;background:#fff}.quick-point strong{display:block;color:#26392d;font-size:15px}.quick-point span{display:block;margin-top:5px;color:#7c857f;font-size:13px;line-height:1.5}.download-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:42px;align-items:start}.download-head{position:sticky;top:104px}.download-options{display:grid;gap:10px}.download-card{padding:20px;border:1px solid var(--home-line);border-radius:13px;background:#fff;display:grid;grid-template-columns:50px 1fr auto;gap:14px;align-items:center}.download-card-icon{width:50px;height:50px;border-radius:12px;display:grid;place-items:center;background:var(--home-green-soft);color:var(--home-green);font-size:13px;font-weight:900}.download-card h3{margin:0 0 5px;color:#22372a;font-size:16px}.download-card p{margin:0;color:var(--home-muted);font-size:14px;line-height:1.6}.mini-action{white-space:nowrap;color:var(--home-green);font-size:14px;font-weight:850}.compatibility-strip{margin-top:12px;padding:14px 16px;border:1px solid #dce7df;border-radius:11px;background:#f8fcf9;color:#55625a;font-size:14px;line-height:1.6}.compatibility-strip strong{color:#24422e}.feature-cards{margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature-card-home{min-height:175px;padding:20px;border:1px solid var(--home-line);border-radius:12px;background:#fff}.feature-card-home .feature-no{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--home-green-soft);color:var(--home-green);font-size:12px;font-weight:900}.feature-card-home h3{margin:18px 0 7px;color:#273b2e;font-size:15px}.feature-card-home p{margin:0;color:var(--home-muted);font-size:14px;line-height:1.65}.install-grid{margin-top:25px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.install-step{position:relative;padding:20px;border:1px solid var(--home-line);border-radius:12px;background:#fff}.install-step .number{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:var(--home-green);color:#fff;font-size:13px;font-weight:900}.install-step h3{margin:16px 0 7px;color:#263a2d;font-size:16px}.install-step p{margin:0;color:var(--home-muted);font-size:13px;line-height:1.65}.install-note{margin-top:12px;padding:14px 16px;border-left:3px solid var(--home-green);background:var(--home-green-soft);color:#506057;font-size:14px;line-height:1.65}.account-layout{display:grid;grid-template-columns:1fr 1fr;gap:14px}.account-panel{padding:24px;border:1px solid var(--home-line);border-radius:14px;background:#fff}.account-panel .section-kicker{margin-bottom:4px}.account-panel h2{margin:6px 0 10px;color:#17291d;font-size:27px;letter-spacing:-.035em}.account-panel>p{color:var(--home-muted);font-size:15px;line-height:1.7}.account-list{display:grid;gap:10px;margin-top:18px}.account-row{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start}.account-row span{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--home-green-soft);color:var(--home-green);font-size:12px;font-weight:900}.account-row strong{display:block;color:#2b3c31;font-size:14px}.account-row small{display:block;margin-top:3px;color:#7e8781;font-size:12px;line-height:1.5}.wallet-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}.wallet-methods{display:grid;gap:10px}.wallet-card{padding:17px 18px;border:1px solid var(--home-line);border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.wallet-card strong{display:block;color:#263a2d;font-size:16px}.wallet-card small{display:block;margin-top:3px;color:#7f8882;font-size:12px;line-height:1.45}.wallet-badge{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:var(--home-green-soft);color:var(--home-green);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.safety-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;align-items:start}.safety-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.safety-card{min-height:138px;padding:18px;border:1px solid #dce5df;border-radius:12px;background:#fff}.safety-card strong{display:block;color:#273b2e;font-size:15px}.safety-card p{margin:7px 0 0;color:var(--home-muted);font-size:13px;line-height:1.65}.safety-card .safety-icon{width:33px;height:33px;margin-bottom:16px;border-radius:9px;display:grid;place-items:center;background:var(--home-green-soft);color:var(--home-green);font-size:12px;font-weight:900}.final-cta-section{padding:24px 0 62px}.final-cta{padding:30px;border:1px solid #d8e4dc;border-radius:16px;background:#f5faf6;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.final-cta h2{margin-top:0}.final-cta p{margin-bottom:0;max-width:680px}.final-cta-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.home-button,.home-button-outline{min-height:44px;padding:0 15px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:850}.home-button{background:var(--home-green);color:#fff}.home-button:hover{background:var(--home-green-dark)}.home-button-outline{border:1px solid #cdd9d1;background:#fff;color:#385343}.faq-note{margin-top:14px;color:#7b847e;font-size:13px;line-height:1.6}@media (max-width:920px){.download-layout,.home-intro-grid,.safety-wrap,.wallet-layout{grid-template-columns:1fr;gap:28px}.download-head{position:static}.feature-cards,.install-grid{grid-template-columns:repeat(2,1fr)}.final-cta{grid-template-columns:1fr}.final-cta-actions{justify-content:flex-start}}@media (max-width:700px){.account-layout,.feature-cards,.quick-points,.safety-cards{grid-template-columns:1fr}.install-grid{grid-template-columns:1fr 1fr}.download-card{grid-template-columns:44px 1fr}.download-card-icon{width:44px;height:44px}.download-card .mini-action{grid-column:2;justify-self:start}.final-cta{padding:22px}}@media (max-width:480px){.install-grid{grid-template-columns:1fr}.account-panel{padding:19px}.final-cta-actions{display:grid;grid-template-columns:1fr}.home-button,.home-button-outline{width:100%}}.demand-section{position:relative}.demand-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:24px}.demand-heading>div{max-width:760px}.demand-heading h2,.demand-split h2,.support-intro h2,.update-main h2{margin:7px 0 10px;font-size:clamp(28px,4vw,38px);line-height:1.08;letter-spacing:-.04em;color:#17291d}.demand-heading p,.demand-split>div>p,.support-intro p,.update-main p{margin:0;color:#68706b;line-height:1.72;font-size:14px}.demand-tag{flex:0 0 auto;padding:8px 10px;border-radius:999px;background:#eaf7ee;color:#0f7a38;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.demand-card-grid{display:grid;gap:10px}.four-up{grid-template-columns:repeat(4,1fr)}.demand-card{min-height:185px;padding:20px;border:1px solid #e2e7e4;border-radius:12px;background:#fff}.demand-card>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#edf8f1;color:#0f7a38;font-size:10px;font-weight:900}.demand-card h3{margin:20px 0 7px;font-size:16px;letter-spacing:-.02em;color:#24372a}.demand-card p{margin:0;color:#68706b;font-size:12px;line-height:1.65}.demand-warning{margin-top:14px;padding:13px 15px;border:1px solid #dce9e0;border-radius:10px;background:#fbfdfb;color:#536159;font-size:12px;line-height:1.6}.demand-warning strong{color:#274432}.demand-split{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:start}.withdraw-checks{margin-top:22px;border-top:1px solid #e2e7e4}.withdraw-checks>div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid #e2e7e4}.withdraw-checks b{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#edf8f1;color:#0f7a38;font-size:10px}.withdraw-checks small,.withdraw-checks strong{display:block}.withdraw-checks strong{font-size:13px;color:#263b2d}.withdraw-checks small{margin-top:3px;color:#7a827d;font-size:11px;line-height:1.5}.withdraw-panel{padding:24px;border-radius:14px;background:#173221;color:#fff;box-shadow:0 18px 40px rgba(23,50,33,.12)}.withdraw-panel .panel-label{display:inline-block;margin-bottom:14px;color:#8fd1a5;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.withdraw-panel h3{margin:0 0 10px;font-size:24px;line-height:1.15;letter-spacing:-.03em}.withdraw-panel p{margin:0;color:#c7d6cc;font-size:13px;line-height:1.7}.withdraw-panel ul{margin:18px 0 0;padding-left:18px;color:#dce8df;font-size:12px;line-height:1.75}.demand-center{max-width:720px}.reward-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.reward-card{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;padding:18px;border:1px solid #e2e7e4;border-radius:12px;background:#fff}.reward-icon{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;background:#edf8f1;color:#0f7a38;font-size:10px;font-weight:900}.reward-card h3{margin:2px 0 6px;font-size:15px;color:#263b2d}.reward-card p{margin:0;color:#68706b;font-size:12px;line-height:1.6}.support-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:42px;align-items:start}.support-intro{position:sticky;top:110px}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.support-grid article{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:16px;border:1px solid #e2e7e4;border-radius:11px;background:#fff}.support-grid article>span{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#edf8f1;color:#0f7a38;font-size:9px;font-weight:900}.support-grid h3{margin:1px 0 5px;font-size:14px;color:#263b2d}.support-grid p{margin:0;color:#68706b;font-size:11px;line-height:1.55}.update-section{padding-top:18px}.update-box{padding:26px;border:1px solid #dce7df;border-radius:16px;background:linear-gradient(180deg,#fbfdfb 0,#f4faf6 100%);display:grid;grid-template-columns:1.05fr .95fr;gap:34px}.update-points{display:grid;gap:9px}.update-points>div{padding:13px 14px;border:1px solid #dfe9e2;border-radius:10px;background:#fff}.update-points span,.update-points strong{display:block}.update-points strong{font-size:12px;color:#29432f}.update-points span{margin-top:3px;color:#768078;font-size:11px;line-height:1.5}@media(max-width:900px){.four-up{grid-template-columns:repeat(2,1fr)}.demand-split,.support-layout,.update-box{grid-template-columns:1fr}.support-intro{position:static}.reward-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.demand-heading{display:block}.demand-tag{display:inline-block;margin-top:14px}.four-up,.reward-grid,.support-grid{grid-template-columns:1fr}.demand-card{min-height:0}.update-box,.withdraw-panel{padding:20px}}:root{--theme-black:#0b0d0f;--theme-navy:#064e3b;--theme-navy-2:#065f46;--theme-green:#10b981;--theme-green-dark:#059669;--theme-green-soft:#ecfdf5;--theme-muted:#3f4b57;--theme-line:#dfe5e9;--theme-soft:#f7f9fb}body{color:var(--theme-black);font-size:22px;line-height:1.7;background:#fff}.center-heading p,.content-copy p,.demand-heading p,.demand-split>div>p,.download-head p,.faq-intro p,.final-cta p,.home-intro-copy p,.safety-copy p,.section-copy p,.section-title-row p,.support-intro p,.update-main p,.wallet-copy p,p{color:var(--theme-black);font-size:22px;line-height:1.72}.app-heading h1,.human-app-heading h1,h1{color:var(--theme-navy)!important;font-size:clamp(52px, 7vw, 76px)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:900}.center-heading h2,.content-copy h2,.demand-heading h2,.demand-split h2,.download-head h2,.faq-intro h2,.final-cta h2,.home-intro-title h2,.install-head h2,.safety-copy h2,.section-copy h2,.section-title-row h2,.support-intro h2,.update-main h2,.wallet-copy h2,h2{color:var(--theme-navy)!important;font-size:clamp(38px, 5vw, 52px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:850}.account-panel h2,.demand-card h3,.download-card h3,.feature-card-home h3,.install-step h3,.reward-card h3,.safety-card strong,.support-grid h3,.wallet-card strong,.withdraw-panel h3,h3{color:var(--theme-navy)!important}.demand-card h3,.download-card h3,.feature-card-home h3,.install-step h3,.reward-card h3,.support-grid h3,h3{font-size:26px!important;line-height:1.25;font-weight:800}.account-row small,.demand-card p,.download-card p,.faq-note,.feature-card-home p,.install-step p,.intent-note,.popular-copy small,.reward-card p,.safety-card p,.support-grid p,.update-points span,.wallet-card small,.withdraw-checks small{color:var(--theme-muted)!important;font-size:18px!important;line-height:1.65!important}.account-row strong,.fact strong,.popular-copy strong,.quick-point strong,.safe-note strong,.update-points strong,.withdraw-checks strong{color:var(--theme-navy)!important;font-size:20px!important}.fact span,.hero-provider,.quick-point span,.safe-note small{color:var(--theme-muted)!important;font-size:17px!important;line-height:1.55}.app-heading p,.hero-lead{color:var(--theme-black)!important;font-size:22px!important;line-height:1.7!important}.app-label,.demand-tag,.panel-kicker,.section-kicker,.withdraw-panel .panel-label{color:var(--theme-green)!important}.utility-bar{background:var(--theme-navy);color:#fff}.site-header{border-bottom-color:var(--theme-line)}.brand-name,.desktop-nav a,.mobile-nav-inner>a:not(.nav-cta){color:var(--theme-navy)}.desktop-nav a:hover,.mini-action,.secondary-cta,.text-action,.utility-links a:hover{color:var(--theme-green)}.home-button,.install-step .number,.nav-cta,.primary-cta{background:var(--theme-green)!important;color:#fff!important}.home-button:hover,.nav-cta:hover,.primary-cta:hover{background:var(--theme-green-dark)!important}.soft-section{background:var(--theme-soft);border-color:var(--theme-line)}.account-panel,.app-hero-card,.demand-card,.download-card,.feature-card-home,.install-step,.popular-card,.quick-point,.reward-card,.safety-card,.support-grid article,.update-points>div,.wallet-card{border-color:var(--theme-line)!important}.account-row span,.demand-card>span,.download-card-icon,.feature-card-home .feature-no,.popular-icon,.reward-icon,.safety-card .safety-icon,.support-grid article>span,.wallet-badge,.withdraw-checks b{background:var(--theme-green-soft)!important;color:var(--theme-green)!important}.withdraw-panel{background:var(--theme-navy)!important}.withdraw-panel h3,.withdraw-panel p,.withdraw-panel ul{color:#fff!important}.final-cta,.update-box{background:#f5f8fb!important;border-color:#d9e2ea!important}.desktop-nav a,.home-button,.home-button-outline,.jump-nav a,.mini-action,.nav-cta,.secondary-cta,.text-action{font-size:16px}@media (max-width:900px){body{font-size:20px}.app-heading p,.center-heading p,.content-copy p,.demand-heading p,.demand-split>div>p,.download-head p,.faq-intro p,.final-cta p,.hero-lead,.home-intro-copy p,.safety-copy p,.section-copy p,.section-title-row p,.support-intro p,.update-main p,.wallet-copy p,p{font-size:20px!important}.app-heading h1,.human-app-heading h1,h1{font-size:clamp(46px, 10vw, 62px)!important}.center-heading h2,.content-copy h2,.demand-heading h2,.demand-split h2,.download-head h2,.faq-intro h2,.final-cta h2,.home-intro-title h2,.install-head h2,.safety-copy h2,.section-copy h2,.section-title-row h2,.support-intro h2,.update-main h2,.wallet-copy h2,h2{font-size:clamp(34px, 7vw, 46px)!important}}@media (max-width:620px){body{font-size:19px}.app-heading p,.center-heading p,.content-copy p,.demand-heading p,.demand-split>div>p,.download-head p,.faq-intro p,.final-cta p,.hero-lead,.home-intro-copy p,.safety-copy p,.section-copy p,.section-title-row p,.support-intro p,.update-main p,.wallet-copy p,p{font-size:19px!important;line-height:1.65!important}.demand-card h3,.download-card h3,.feature-card-home h3,.install-step h3,.reward-card h3,.support-grid h3,h3{font-size:22px!important}.account-row small,.demand-card p,.download-card p,.faq-note,.feature-card-home p,.install-step p,.intent-note,.popular-copy small,.reward-card p,.safety-card p,.support-grid p,.update-points span,.wallet-card small,.withdraw-checks small{font-size:17px!important}}html{-webkit-text-size-adjust:100%}body{overflow-x:hidden}img,svg,video{max-width:100%;height:auto}a,button,summary{-webkit-tap-highlight-color:transparent}a,li,p,span,strong,td,th{overflow-wrap:break-word}.site-header{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.home-button,.home-button-outline,.menu-btn,.nav-cta,.primary-cta{min-height:44px}@media (max-width:900px){.container,.narrow-content{width:min(calc(100% - 32px),var(--max))}.utility-inner{min-height:38px}.utility-links{overflow-x:auto;scrollbar-width:none}.utility-links::-webkit-scrollbar{display:none}.nav-wrap{min-height:62px;gap:14px}.desktop-nav,.hide-mobile{display:none!important}.menu-btn{display:inline-flex!important;margin-left:auto;flex:0 0 44px}.brand-name{font-size:20px}.brand-mark{min-width:40px;height:40px}.mobile-nav{position:absolute;top:100%;left:0;right:0;height:calc(100dvh - 60px);background:#fff;z-index:999;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid #e1e7e3;box-shadow:0 8px 32px rgba(0,0,0,.15)}.mobile-nav-inner{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.mobile-nav-inner>a:not(.nav-cta){min-height:46px;display:flex;align-items:center;font-size:16px}.content-section{padding:32px 0}.section-title-row{align-items:flex-start;flex-direction:column;gap:12px}.app-identity,.demand-split,.detail-copy-grid,.detail-flow-layout,.download-layout,.download-page-hero-grid,.game-detail-hero-grid,.games-hero-grid,.games-two-col,.home-intro-grid,.human-app-identity,.important-check-layout,.rules-layout,.safety-wrap,.slots-layout,.support-layout,.two-column-content,.update-box,.wallet-layout{grid-template-columns:1fr!important}.feature-cards,.four-up,.games-category-grid,.mistake-grid,.popular-grid,.prediction-grid,.related-game-links,.related-help-grid,.rule-card-grid,.term-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.download-head,.support-intro{position:static!important}.games-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}.games-table{min-width:720px}}@media (max-width:620px){.container,.narrow-content{width:min(calc(100% - 24px),var(--max))}body{font-size:18px;line-height:1.62}.utility-note{display:none}.utility-inner{justify-content:center}.utility-links{width:100%;justify-content:space-between;gap:8px;font-size:13px}.nav-wrap{min-height:58px}.brand-name{font-size:19px}.brand-mark{min-width:38px;height:38px}.app-heading h1,.download-page-hero h1,.game-detail-hero h1,.games-hero h1,.human-app-heading h1,h1{font-size:clamp(38px, 11vw, 50px)!important;line-height:1.04!important}.center-heading h2,.content-copy h2,.demand-heading h2,.demand-split h2,.detail-section-head h2,.detail-side-title h2,.download-head h2,.faq-intro h2,.final-cta h2,.games-section-head h2,.home-intro-title h2,.install-head h2,.safety-copy h2,.section-copy h2,.section-title-row h2,.support-intro h2,.update-main h2,.wallet-copy h2,h2{font-size:clamp(30px, 8vw, 38px)!important;line-height:1.1!important}.app-heading p,.detail-flow-copy p,.detail-flow-list p,.detail-long-copy p,.download-page-lead,.game-detail-lead,.game-family-panel p,.games-lead,.games-section-head p,.hero-lead,p{font-size:18px!important;line-height:1.62!important}.account-layout,.feature-cards,.four-up,.games-category-grid,.install-grid,.mistake-grid,.popular-grid,.prediction-grid,.quick-points,.related-game-links,.related-help-grid,.reward-grid,.rule-card-grid,.safety-cards,.support-grid,.term-grid,.trust-grid{grid-template-columns:1fr!important}.app-identity,.human-app-identity{display:block!important}.app-icon,.hero-human .app-icon{margin-bottom:16px}.app-facts,.human-app-facts{grid-template-columns:1fr 1fr!important}.fact{min-height:64px;padding:10px 12px!important;border-bottom:1px solid var(--line)}.hero-cta-area,.human-cta-area{grid-template-columns:1fr!important}.download-cta,.home-button,.home-button-outline,.primary-cta{width:100%;justify-content:center;text-align:center}.download-page-actions,.final-cta-actions,.game-detail-actions,.games-actions{display:grid!important;grid-template-columns:1fr;width:100%}.account-panel,.app-hero-card,.final-cta,.game-quick-card,.human-hero-card,.update-box,.withdraw-panel{padding:18px!important;border-radius:12px!important}.content-section{padding:32px 0}.game-detail-jumps nav,.games-jump,.jump-nav{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px;overflow-x:auto;flex-wrap:nowrap!important;scrollbar-width:none}.game-detail-jumps nav::-webkit-scrollbar,.games-jump::-webkit-scrollbar,.jump-nav::-webkit-scrollbar{display:none}.faq-item summary{min-height:52px;padding:14px 0;font-size:18px;gap:12px}.footer-grid{grid-template-columns:1fr!important;gap:28px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}}@media (max-width:380px){.container,.narrow-content{width:min(calc(100% - 20px),var(--max))}.app-heading h1,.download-page-hero h1,.game-detail-hero h1,.games-hero h1,.human-app-heading h1,h1{font-size:36px!important}.app-facts,.human-app-facts{grid-template-columns:1fr!important}}#about,#download{--showcase-green:#079653;--showcase-green-dark:#066f43;--showcase-ink:#0a0d0c;--showcase-copy:#34424f;--showcase-muted:#53616d;--showcase-line:#dfe6e2;--showcase-soft-green:#eaf8f0;background:#fff}#about .narrow-content,#download .narrow-content{width:min(calc(100% - 48px),1320px)}#about{padding:84px 0 88px;overflow:hidden}#about .about-modern-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(470px,.94fr);gap:62px;align-items:center;padding:0}#about .about-modern-content{min-width:0}#about .about-kicker{display:block;margin:0 0 15px;color:#078e58;font-size:11px;font-weight:900;line-height:1;letter-spacing:.21em;text-transform:uppercase}#about .about-title{margin:0 0 20px;color:var(--showcase-ink);font-size:clamp(50px, 5.15vw, 72px);font-weight:900;letter-spacing:-.06em;line-height:.98}#about .about-title .text-green{color:var(--showcase-green)}#about .about-desc{max-width:690px;margin:0 0 31px;color:#34424e;font-size:18px;font-weight:430;line-height:1.72}#about .about-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 31px}#about .about-card{min-height:224px;padding:18px 18px 20px;border:1px solid #dce3df;border-radius:15px;background:#fff;text-align:left;box-shadow:0 2px 3px rgba(16,47,29,.015)}#about .about-card-icon{width:54px;height:54px;margin:0 0 22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f8ef;color:#078b50}#about .about-card-icon svg{width:27px;height:27px}#about .about-card h4{margin:0 0 10px;color:#075a43;font-size:18px;font-weight:850;letter-spacing:-.02em;line-height:1.25}#about .about-card p{margin:0;color:#46545f;font-size:13px;line-height:1.68}#about .about-cta-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px}#about .about-btn{width:330px;min-height:62px;padding:0 28px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:11px;background:var(--showcase-green);color:#fff;font-size:17px;font-weight:850;line-height:1;box-shadow:0 10px 24px rgba(7,150,83,.16);transition:background .18s,transform .18s,box-shadow .18s}#about .about-btn:hover{background:var(--showcase-green-dark);transform:translateY(-1px);box-shadow:0 12px 28px rgba(7,150,83,.19)}#about .about-btn svg{width:22px;height:22px}#about .about-safe-text{margin-left:39px;color:#53616d;font-size:12px;font-weight:500;letter-spacing:.015em}#about .about-modern-image{position:relative;min-width:0;isolation:isolate}#about .about-modern-image::before{content:"";position:absolute;inset:11% 2% -7% 2%;z-index:-1;border-radius:32px;background:#eaf7ef;filter:blur(25px);opacity:.9}#about .about-modern-image img{width:100%;aspect-ratio:1.64/1;object-fit:cover;border:1px solid #18221d;border-radius:18px;background:#0a2015;box-shadow:0 20px 45px rgba(15,48,28,.16)}#download{padding:82px 0;border-top:1px solid #f0f3f1;overflow:hidden}#download .download-layout{display:block}#download .download-head{position:static;max-width:900px;margin:0 auto 35px;text-align:center}#download .download-head .section-kicker{display:block;margin:0 0 17px;color:#087957;font-size:0;font-weight:900;letter-spacing:.2em;line-height:1;text-transform:uppercase}#download .download-head .section-kicker::after{content:"YOUR DEVICE";font-size:12px}#download .download-head h2{margin:0 0 14px;color:var(--showcase-ink);font-size:0;font-weight:900;letter-spacing:-.06em;line-height:1}#download .download-head h2::after,#download .download-head h2::before{font-size:clamp(48px, 5.1vw, 70px)}#download .download-head h2::before{content:"Play PAK500 on ";color:#090c0b}#download .download-head h2::after{content:"Any Device";color:var(--showcase-green)}#download .download-head>p{max-width:875px;margin:0 auto;color:#41505f;font-size:18px;line-height:1.62}#download .compatibility-strip{display:none}#download .download-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;align-items:stretch}#download .download-card{position:relative;min-height:618px;padding:0 25px 24px;overflow:hidden;border:1px solid #dce3e0;border-radius:17px;background:#fff;display:flex;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 2px 4px rgba(17,48,30,.018)}#download .download-card-icon{width:max-content;height:auto;min-width:0;margin:0 0 12px;padding:6px 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1}#download .download-card:first-child .download-card-icon{background:#dff5e9;color:#07814b}#download .download-card:nth-child(2) .download-card-icon{background:#e5f2ff;color:#187ed0}#download .download-card:nth-child(3) .download-card-icon{background:#eee9ff;color:#704ad5}#download .download-card>div{display:flex;min-height:0;flex-direction:column}#download .download-card h3{margin:0 0 10px;color:#0b0e0d;font-size:28px;font-weight:900;letter-spacing:-.04em;line-height:1.08}#download .download-card p{margin:0;color:#42515e;font-size:13.5px;line-height:1.72}#download .download-card:first-child>div::after{content:"Android requirement:\A Android 5.0 or newer.\A APK size is around 47.7 MB.";white-space:pre-line;margin-top:18px;padding:14px 15px 14px 50px;border-radius:12px;background-color:#edf8f2;color:#43545a;font-size:11.5px;font-weight:600;line-height:1.52;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23077d58' d='M19.4 13a7.8 7.8 0 0 0 .1-1 7.8 7.8 0 0 0-.1-1l2.1-1.6-2-3.4-2.5 1a8 8 0 0 0-1.7-1L15 3.3h-4L10.6 6a8 8 0 0 0-1.7 1l-2.5-1-2 3.4L6.5 11a7.8 7.8 0 0 0-.1 1 7.8 7.8 0 0 0 .1 1l-2.1 1.6 2 3.4 2.5-1a8 8 0 0 0 1.7 1l.4 2.7h4l.4-2.7a8 8 0 0 0 1.7-1l2.5 1 2-3.4L19.4 13ZM13 15.5A3.5 3.5 0 1 1 13 8a3.5 3.5 0 0 1 0 7.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:15px center;background-size:23px}#download .download-card:nth-child(3)>div::after{content:"";height:66px;margin-top:13px;background:url('/assets/images/pak500-emulators.svg') center/contain no-repeat}#download .mini-action{width:100%;min-height:54px;margin-top:auto;padding:0 16px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:850;line-height:1.2;text-align:center;white-space:normal;box-shadow:0 8px 19px rgba(18,49,31,.08)}#download .download-card:first-child .mini-action{background:#079653}#download .download-card:nth-child(2) .mini-action{background:#287ff0}#download .download-card:nth-child(3) .mini-action{background:#744bd5}#download .download-card:first-child .mini-action:hover{background:#067d46}#download .download-card:nth-child(2) .mini-action:hover{background:#1d6fd9}#download .download-card:nth-child(3) .mini-action:hover{background:#633abd}#download .download-options>.intent-note{grid-column:1/-1;min-height:84px;margin:2px 0 0;padding:19px 24px 19px 82px;border:1px solid #d9e9e1;border-radius:14px;background:#edf9f3;color:#40515b;font-size:13px;line-height:1.55;position:relative}#download .download-options>.intent-note::before{content:"✓";position:absolute;left:23px;top:50%;width:43px;height:43px;transform:translateY(-50%);border-radius:50%;display:grid;place-items:center;background:#d6f1e2;color:#067d58;font-size:22px;font-weight:900}#download .download-options>.intent-note::after{content:"Use a trusted download source.";display:block;margin-bottom:3px;color:#075d45;font-size:15px;font-weight:850}#download .download-options+div{display:none!important}@media (max-width:1120px){#about .about-modern-layout{grid-template-columns:1fr 1fr;gap:42px}#about .about-title{font-size:54px}#about .about-card{min-height:218px;padding-left:15px;padding-right:15px}#download .download-card{min-height:600px;padding-left:20px;padding-right:20px}}@media (max-width:940px){#about .about-modern-layout{grid-template-columns:1fr;gap:40px}#about .about-modern-content{max-width:760px}#about .about-modern-image{width:min(100%,760px)}#download .download-options{grid-template-columns:1fr;max-width:760px;margin:0 auto}#download .download-card{min-height:0}#download .mini-action{margin-top:22px}}@media (max-width:700px){#about,#download{padding:54px 0 58px}#about .narrow-content,#download .narrow-content{width:min(calc(100% - 24px),1320px)}#about .about-kicker,#download .download-head .section-kicker::after{font-size:10px}#about .about-title{font-size:42px}#about .about-desc,#download .download-head>p{font-size:15px;line-height:1.66}#about .about-cards{grid-template-columns:1fr;gap:10px}#about .about-card{min-height:0;display:grid;grid-template-columns:52px 1fr;column-gap:14px;align-items:center}#about .about-card-icon{grid-row:1/3;margin:0}#about .about-card h4{margin-bottom:4px}#about .about-btn{width:100%}#about .about-safe-text{margin-left:0;align-self:center}#download .download-head{margin-bottom:27px}#download .download-head h2::after,#download .download-head h2::before{font-size:42px}}@media (max-width:460px){#about .about-title{font-size:37px}#about .about-desc{font-size:14px}#about .about-card{grid-template-columns:48px 1fr;padding:15px}#about .about-card-icon{width:48px;height:48px}#about .about-modern-image img{border-radius:14px}#download .download-head h2::after,#download .download-head h2::before{font-size:35px}#download .download-card{padding-left:17px;padding-right:17px}#download .download-card h3{font-size:25px}#download .download-options>.intent-note{padding:18px 17px 18px 68px}#download .download-options>.intent-note::before{left:16px;width:39px;height:39px}}.game-detail-icon-wrap{margin:0 0 18px;display:flex;justify-content:center}.game-detail-icon{width:128px;height:128px;display:block;object-fit:cover;border-radius:28px;box-shadow:0 18px 42px rgba(11,31,58,.16)}.game-card-link-with-icon{display:grid!important;grid-template-columns:72px minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:16px;align-items:center}.game-card-link-with-icon .game-link-icon{grid-row:1/span 2}.game-card-link-with-icon>strong{grid-column:2;align-self:end}.game-card-link-with-icon>span{grid-column:2;align-self:start}.game-card-link-with-icon>b{grid-column:3;grid-row:1/span 2}.game-link-icon{width:72px;height:72px;display:block;object-fit:cover;border-radius:18px;box-shadow:0 9px 24px rgba(11,31,58,.12);flex:0 0 auto}.game-name-link-with-icon{display:inline-flex!important;align-items:center;gap:10px}.game-name-link-with-icon .game-link-icon{width:42px;height:42px;border-radius:11px;box-shadow:0 5px 14px rgba(11,31,58,.1)}@media (max-width:720px){.game-detail-icon{width:112px;height:112px;border-radius:24px}.game-card-link-with-icon{grid-template-columns:58px minmax(0,1fr) auto;column-gap:12px}.game-link-icon{width:58px;height:58px;border-radius:15px}}
.mob-games-accordion{border-bottom:1px solid #e8f0ea;width:100%}
.mob-games-accordion>summary{min-height:46px;display:flex!important;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;color:#17291d;cursor:pointer;list-style:none;padding:0;-webkit-tap-highlight-color:transparent}
.mob-games-accordion>summary::-webkit-details-marker{display:none!important}
.mob-games-accordion>summary::marker{display:none!important;content:''}
.mob-acc-arrow{font-size:16px;transition:transform .2s;color:#0f4b2e;display:inline-block}
.mob-games-accordion[open]>.mob-acc-arrow,.mob-games-accordion[open] summary .mob-acc-arrow{transform:rotate(90deg)}
.mob-games-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:6px;padding:10px 0 16px}
.mob-games-grid>a{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px;padding:9px 10px;border-radius:10px;font-size:13px;font-weight:600;color:#17291d;text-decoration:none;background:#f7f9f7;min-height:0!important}
.mob-games-grid>a:active{background:#e0ece3}
.mob-games-grid>a>img{width:28px!important;height:28px!important;max-width:28px!important;min-width:28px!important;border-radius:7px;object-fit:cover;flex-shrink:0;display:block!important}
.mob-view-all{grid-column:1/-1;justify-content:center!important;background:#0f4b2e!important;color:#fff!important;font-size:14px!important;font-weight:800!important;border-radius:10px!important;padding:12px 16px!important}

.lightbox-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.85); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; backdrop-filter: blur(5px); }
.lightbox-overlay.active { opacity: 1; pointer-events: all; }
.lightbox-img { max-width: 90%; max-height: 90vh; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.5); transform: scale(0.95); transition: transform 0.25s ease; }
.lightbox-overlay.active .lightbox-img { transform: scale(1); }
.lightbox-close { position: absolute; top: 20px; right: 25px; background: none; border: none; color: #fff; font-size: 40px; cursor: pointer; line-height: 1; padding: 0; opacity: 0.8; transition: opacity 0.2s; }
.lightbox-close:hover { opacity: 1; }
.sticky-download-wrapper{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);z-index:1000;display:flex;flex-direction:column;align-items:center;width:95%;max-width:800px;pointer-events:none}
.sticky-download-tab{background:linear-gradient(180deg,#fb923c 0%,#ea580c 100%);color:#fff;font-weight:900;font-size:15px;padding:8px 24px;border-radius:12px 12px 0 0;text-transform:uppercase;letter-spacing:.5px;box-shadow:inset 0 2px 0 rgba(255,255,255,.3),0 -2px 10px rgba(249,115,22,.3);pointer-events:auto;margin-bottom:-1px;z-index:2;position:relative}
.sticky-download-main{background:linear-gradient(180deg,#18b355 0%,#0c612f 100%);color:#fff;text-decoration:none;width:100%;border-radius:14px;padding:18px 30px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:900;font-size:24px;box-shadow:inset 0 2px 0 rgba(255,255,255,.2),0 6px 0 #052c15,0 12px 20px rgba(0,0,0,.4);pointer-events:auto;transition:all .1s;z-index:1;position:relative;border:1px solid #06401e;text-shadow:0 2px 4px rgba(0,0,0,0.4)}
.sticky-download-main:active{transform:translateY(4px);box-shadow:inset 0 2px 0 rgba(255,255,255,.2),0 2px 0 #052c15,0 6px 10px rgba(0,0,0,.4)}
@media(max-width:480px){.sticky-download-main{padding:14px 20px;font-size:18px;border-radius:12px;box-shadow:inset 0 2px 0 rgba(255,255,255,.2),0 5px 0 #052c15,0 10px 15px rgba(0,0,0,.4)}.sticky-download-main:active{transform:translateY(3px);box-shadow:inset 0 2px 0 rgba(255,255,255,.2),0 2px 0 #052c15,0 5px 8px rgba(0,0,0,.4)}.sticky-download-tab{font-size:13px;padding:6px 16px}}
body{padding-bottom:100px}
.device-preview{display:block;width:calc(100% + 50px);height:auto;margin:0 -25px 8px;flex:0 0 auto;object-fit:cover}@media (max-width:1120px){.device-preview{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}@media (max-width:460px){.device-preview{width:calc(100% + 34px);margin-left:-17px;margin-right:-17px}}
