@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:local('Inter Regular'),local('Inter-Regular'),local('Inter')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:local('Inter Medium'),local('Inter-Medium'),local('Inter')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:local('Inter SemiBold'),local('Inter-SemiBold'),local('Inter')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:local('Inter Bold'),local('Inter-Bold'),local('Inter')}
@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:local('Inter ExtraBold'),local('Inter-ExtraBold'),local('Inter')}
@font-face{font-family:'Inter';font-style:normal;font-weight:900;font-display:swap;src:local('Inter Black'),local('Inter-Black'),local('Inter')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:400;font-display:swap;src:local('Space Grotesk Regular'),local('SpaceGrotesk-Regular'),local('Space Grotesk')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:500;font-display:swap;src:local('Space Grotesk Medium'),local('SpaceGrotesk-Medium'),local('Space Grotesk')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:600;font-display:swap;src:local('Space Grotesk SemiBold'),local('SpaceGrotesk-SemiBold'),local('Space Grotesk')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:700;font-display:swap;src:local('Space Grotesk Bold'),local('SpaceGrotesk-Bold'),local('Space Grotesk')}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:rgba(255,255,255,1);color:rgba(31,31,31,1);min-height:100vh;display:flex;flex-direction:column}
h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1280px;margin:0 auto;padding:0 16px}
.section-padding{padding:64px 16px}
@media(min-width:768px){.section-padding{padding:64px 32px}}
@media(min-width:1024px){.section-padding{padding:64px 64px}}
.header{position:sticky;top:0;z-index:50;background:rgba(20,23,31,0.8);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,0.1)}
.header-inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;gap:8px;flex-shrink:0}
.logo-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:20px;background:linear-gradient(135deg,rgba(72,199,108,1),rgba(39,165,104,1));color:rgba(255,255,255,1)}
.logo-text{display:none}
@media(min-width:640px){.logo-text{display:block}}
.logo-steam{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:18px;color:rgba(72,199,108,1);display:block}
.logo-sub{font-family:'Space Grotesk',sans-serif;font-size:14px;color:rgba(179,179,179,1);display:block;margin-top:-4px}
.nav{display:none;gap:4px;align-items:center}
@media(min-width:1024px){.nav{display:flex}}
.nav a{padding:8px 12px;border-radius:8px;font-size:14px;font-weight:500;color:rgba(217,217,217,1);transition:background 0.2s}
.nav a:hover{background:rgba(72,199,108,0.2)}
.menu-btn{display:block;padding:8px;border-radius:8px;background:none;border:none;color:rgba(217,217,217,1);font-size:24px;cursor:pointer}
@media(min-width:1024px){.menu-btn{display:none}}
.mobile-menu{display:none;background:rgba(20,23,31,0.95);backdrop-filter:blur(16px);border-top:1px solid rgba(72,199,108,0.2);padding:16px;animation:fadeInUp 0.3s ease}
.mobile-menu.open{display:block}
@media(min-width:1024px){.mobile-menu{display:none !important}}
.mobile-menu a{display:block;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;color:rgba(217,217,217,1);transition:background 0.2s}
.mobile-menu a:hover{background:rgba(72,199,108,0.2)}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:12px;font-weight:700;font-size:18px;cursor:pointer;transition:all 0.3s;background:linear-gradient(135deg,rgba(72,199,108,1),rgba(39,165,104,1));color:rgba(255,255,255,1);box-shadow:0 4px 20px -4px rgba(72,199,108,0.15);border:none;text-decoration:none}
.btn-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 0 30px rgba(72,199,108,0.4)}
.btn-cta-sm{padding:8px 20px;font-size:14px}
.btn-cta-outline{background:rgba(72,199,108,0.15);color:rgba(72,199,108,1);border:2px solid rgba(72,199,108,1)}
.btn-cta-outline:hover{background:rgba(72,199,108,0.25)}
.btn-cta-pulse{animation:ctaPulse 2s ease-in-out infinite}
@keyframes ctaPulse{0%,100%{box-shadow:0 4px 20px -4px rgba(72,199,108,0.15)}50%{box-shadow:0 0 30px rgba(72,199,108,0.4)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.text-gradient{background:linear-gradient(135deg,rgba(72,199,108,1),rgba(39,165,104,1));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.text-primary{color:rgba(72,199,108,1)}
.text-muted{color:rgba(102,102,102,1)}
.text-muted-light{color:rgba(153,153,153,1)}
.text-muted-dim{color:rgba(128,128,128,0.6)}
.bg-muted{background:rgba(239,244,240,1)}
.bg-card{background:rgba(250,250,250,1)}
.hero{position:relative;overflow:hidden;padding:80px 16px;background:linear-gradient(135deg,rgba(20,23,31,1),rgba(29,39,48,1))}
@media(min-width:768px){.hero{padding:128px 32px}}
.hero-overlay{position:absolute;inset:0;opacity:0.2;background:radial-gradient(circle at 30% 50%,rgba(72,199,108,0.3),transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,0.2),transparent 50%)}
.hero-content{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;font-size:14px;font-weight:500;margin-bottom:24px;background:rgba(72,199,108,0.15);color:rgba(72,199,108,1)}
.hero h1{font-weight:900;font-size:36px;line-height:1.1;margin-bottom:24px;color:rgba(242,242,242,1)}
@media(min-width:768px){.hero h1{font-size:60px}}
@media(min-width:1024px){.hero h1{font-size:72px}}
.hero p{font-size:18px;line-height:1.6;margin-bottom:16px;max-width:640px}
@media(min-width:768px){.hero p{font-size:20px}}
.hero .hero-text-1{color:rgba(166,166,166,1)}
.hero .hero-text-2{color:rgba(140,140,140,1)}
.hero .hero-disclaimer{font-size:12px;color:rgba(102,102,102,1);margin-bottom:24px}
.hero-buttons{display:flex;flex-direction:column;gap:16px}
@media(min-width:640px){.hero-buttons{flex-direction:row}}
.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(min-width:640px){.game-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.game-grid{grid-template-columns:repeat(4,1fr);gap:24px}}
.game-card{border-radius:12px;overflow:hidden;transition:all 0.3s;cursor:pointer;background:linear-gradient(180deg,rgba(255,255,255,1),rgba(239,244,240,1));box-shadow:0 4px 20px -4px rgba(72,199,108,0.15);display:block}
.game-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 40px -8px rgba(72,199,108,0.3)}
.game-card-img{position:relative;overflow:hidden}
.game-card-img img{width:100%;height:160px;object-fit:cover;transition:transform 0.5s}
@media(min-width:640px){.game-card-img img{height:176px}}
.game-card:hover .game-card-img img{transform:scale(1.1)}
.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:14px;font-weight:700;background:rgba(72,199,108,1);color:rgba(255,255,255,1);position:absolute;top:12px;right:12px}
.game-card-body{padding:16px}
.game-card-body h3{font-family:'Space Grotesk',sans-serif;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(31,31,31,1)}
.short-desc{font-size:12px;color:rgba(102,102,102,1);margin-top:4px}
.stars{display:flex;gap:2px;margin-top:8px;font-size:12px}
.star-filled{color:rgba(72,199,108,1)}
.star-empty{color:rgba(200,200,200,1)}
.review-count{font-size:12px;color:rgba(102,102,102,1);margin-left:4px}
.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px}
.price{font-size:18px;font-weight:700;color:rgba(72,199,108,1)}
.old-price{font-size:12px;text-decoration:line-through;color:rgba(102,102,102,1);margin-left:8px}
.price-note{display:block;font-size:9px;color:rgba(128,128,128,0.6)}
.trust-section{padding:64px 16px;background:linear-gradient(135deg,rgba(20,23,31,1),rgba(29,39,48,1))}
.trust-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}
.trust-item{text-align:center}
.trust-icon{font-size:28px;margin-bottom:12px;color:rgba(72,199,108,1)}
.trust-value{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:24px;color:rgba(72,199,108,1)}
@media(min-width:768px){.trust-value{font-size:30px}}
.trust-label{font-size:14px;color:rgba(153,153,153,1);margin-top:4px}
.top-list-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;background:rgba(255,255,255,1);transition:box-shadow 0.3s}
.top-list-item:hover{box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.top-rank{font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:30px;color:rgba(72,199,108,0.3)}
.top-list-item:hover .top-rank{color:rgba(72,199,108,1)}
.top-img{width:80px;height:56px;object-fit:cover;border-radius:8px}
.top-info{flex:1;min-width:0}
.top-info h3{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.review-card{padding:20px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1)}
.review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.review-avatar{width:40px;height:40px;border-radius:50%;background:rgba(72,199,108,1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,1);font-weight:700;font-size:14px;flex-shrink:0}
.review-name{font-weight:700;font-size:14px}
.review-meta{font-size:12px;color:rgba(102,102,102,1)}
.review-text{font-size:14px;color:rgba(102,102,102,1);line-height:1.6}
.review-grid{display:grid;gap:16px}
@media(min-width:768px){.review-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.review-grid{grid-template-columns:repeat(3,1fr)}}
.cta-section{padding:64px 16px;text-align:center}
.cta-section h2{font-weight:700;font-size:30px;margin-bottom:16px}
@media(min-width:768px){.cta-section h2{font-size:36px}}
.cta-section p{color:rgba(102,102,102,1);margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto}
.cta-buttons{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}
@media(min-width:640px){.cta-buttons{flex-direction:row}}
.breadcrumb{padding:16px;max-width:1280px;margin:0 auto}
.breadcrumb ol{display:flex;align-items:center;gap:4px;list-style:none;font-size:14px;flex-wrap:wrap}
.breadcrumb a{color:rgba(102,102,102,1);transition:color 0.2s}
.breadcrumb a:hover{color:rgba(72,199,108,1)}
.breadcrumb .current{color:rgba(31,31,31,1);font-weight:500}
.breadcrumb .sep{color:rgba(102,102,102,1);font-size:12px}
.footer{background:rgba(20,23,31,0.8);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,0.1);margin-top:64px}
.disclaimer{max-width:1024px;margin:0 auto;padding:24px 16px;font-size:11px;color:rgba(128,128,128,0.6);line-height:1.6}
.disclaimer p{margin-bottom:8px}
.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding:48px 16px}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.footer-grid h3{font-family:'Space Grotesk',sans-serif;font-weight:700;margin-bottom:16px;color:rgba(72,199,108,1)}
.footer-grid a{display:block;font-size:14px;color:rgba(166,166,166,1);padding:4px 0;transition:color 0.2s}
.footer-grid a:hover{color:rgba(72,199,108,1)}
.footer-bottom{border-top:1px solid rgba(72,199,108,0.2);padding:32px 16px;display:flex;flex-direction:column;gap:16px;align-items:center}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}
.footer-bottom p{font-size:14px;color:rgba(128,128,128,1)}
.footer-bottom p:last-child{color:rgba(102,102,102,1)}
.info-section{padding:64px 16px;background:linear-gradient(135deg,rgba(20,23,31,1),rgba(29,39,48,1));text-align:center}
.info-section h2{font-weight:700;font-size:24px;margin-bottom:16px;color:rgba(242,242,242,1)}
@media(min-width:768px){.info-section h2{font-size:30px}}
.info-section p{color:rgba(166,166,166,1);margin-bottom:16px;max-width:640px;margin-left:auto;margin-right:auto}
.info-section .dim{color:rgba(140,140,140,1)}
.seo-text{max-width:1024px;margin:0 auto}
.seo-text p{color:rgba(102,102,102,1);line-height:1.8;margin-bottom:16px}
.seo-text a{color:rgba(72,199,108,1)}
.seo-text a:hover{text-decoration:underline}
.page-title{font-weight:700;font-size:30px;margin-bottom:8px}
@media(min-width:768px){.page-title{font-size:36px}}
.page-desc{color:rgba(102,102,102,1);margin-bottom:32px}
.content-text{max-width:1024px}
.content-text p{color:rgba(102,102,102,1);line-height:1.8;margin-bottom:16px}
.content-text a{color:rgba(72,199,108,1)}
.content-text a:hover{text-decoration:underline}
.content-text h2{font-weight:700;font-size:24px;margin-top:32px;margin-bottom:16px;color:rgba(31,31,31,1)}
.feature-grid{display:grid;gap:16px;margin-bottom:48px}
@media(min-width:768px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feature-grid.cols-3{grid-template-columns:repeat(3,1fr)}}
.feature-card{padding:20px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1)}
.feature-card.center{text-align:center}
.feature-icon{font-size:28px;color:rgba(72,199,108,1);margin-bottom:12px}
.feature-card h3{font-weight:700;margin-bottom:4px}
.feature-card p{font-size:14px;color:rgba(102,102,102,1)}
.price-block{padding:24px;border-radius:16px;background:linear-gradient(135deg,rgba(20,23,31,1),rgba(29,39,48,1));margin-bottom:32px}
.price-block-inner{display:flex;flex-direction:column;gap:16px;align-items:center}
@media(min-width:640px){.price-block-inner{flex-direction:row;justify-content:space-between}}
.price-block h2{font-weight:700;font-size:24px;color:rgba(242,242,242,1);margin-bottom:4px}
.price-block .sub{color:rgba(153,153,153,1)}
.game-detail-grid{display:grid;gap:32px;margin-bottom:48px}
@media(min-width:1024px){.game-detail-grid{grid-template-columns:1fr 1fr}}
.game-detail-img{width:100%;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,0.15)}
.badge-lg{font-size:18px;padding:6px 16px}
.category-tag{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:14px;background:rgba(239,244,240,1);color:rgba(102,102,102,1)}
.price-big{font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:48px;color:rgba(72,199,108,1)}
.old-price-big{font-size:24px;text-decoration:line-through;color:rgba(102,102,102,1)}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.tag{padding:4px 12px;border-radius:9999px;font-size:12px;background:rgba(239,244,240,1);color:rgba(102,102,102,1)}
.stars-lg{display:flex;gap:4px;margin-bottom:16px;font-size:20px}
.faq-item{border-radius:12px;border:1px solid rgba(224,232,226,1);overflow:hidden;margin-bottom:12px}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;text-align:left;background:none;border:none;cursor:pointer;font-weight:700;font-size:16px;color:rgba(31,31,31,1);transition:background 0.2s}
.faq-question:hover{background:rgba(239,244,240,0.5)}
.faq-arrow{color:rgba(72,199,108,1);transition:transform 0.3s;font-size:20px}
.faq-answer{padding:0 20px 20px;color:rgba(102,102,102,1);display:none;animation:fadeInUp 0.3s ease}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.search-box{display:flex;gap:8px;margin-bottom:32px}
.search-input{flex:1;padding:12px 16px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1);font-size:16px;outline:none}
.search-input:focus{border-color:rgba(72,199,108,1);box-shadow:0 0 0 3px rgba(72,199,108,0.15)}
.filter-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}
.filter-btn{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all 0.2s;background:rgba(239,244,240,1);color:rgba(102,102,102,1)}
.filter-btn.active{background:rgba(72,199,108,1);color:rgba(255,255,255,1)}
.filter-btn:hover{background:rgba(72,199,108,0.15)}
.promo-card{display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1);position:relative;overflow:hidden;margin-bottom:16px}
.promo-overlay{position:absolute;inset:0;backdrop-filter:blur(4px);background:rgba(250,250,250,0.6);z-index:1;display:flex;align-items:center;justify-content:center}
.promo-overlay span{padding:8px 16px;border-radius:8px;background:rgba(239,244,240,1);color:rgba(102,102,102,1);font-weight:700;font-size:14px}
.promo-info{display:flex;align-items:center;gap:16px}
.promo-code{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:18px;color:rgba(102,102,102,1)}
.promo-desc{font-size:14px;color:rgba(102,102,102,1)}
.check-result{padding:24px;border-radius:16px;border:1px solid rgba(72,199,108,0.3);background:rgba(250,250,250,1);text-align:left;display:none;animation:fadeInUp 0.3s ease;margin-bottom:32px}
.check-result.show{display:block}
.check-row{display:flex;justify-content:space-between;padding:12px;border-radius:8px;background:rgba(239,244,240,1);margin-bottom:8px;font-size:14px}
.calc-controls{margin-bottom:32px}
.calc-controls label{display:block;margin-bottom:16px}
.calc-controls .label-text{font-weight:700;margin-bottom:8px;display:block}
.calc-checkbox{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1);cursor:pointer;margin-bottom:12px}
.calc-checkbox input{width:20px;height:20px;accent-color:rgba(72,199,108,1)}
.calc-result{padding:24px;border-radius:16px;background:linear-gradient(135deg,rgba(20,23,31,1),rgba(29,39,48,1))}
.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;text-align:center}
.calc-label{font-size:14px;color:rgba(128,128,128,1)}
.calc-value{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:24px}
.calc-savings{text-align:center;margin-top:16px}
.calc-savings .label{font-size:14px;color:rgba(128,128,128,1)}
.calc-savings .value{font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:30px}
.calc-note{font-size:10px;text-align:center;margin-top:12px;color:rgba(102,102,102,1)}
.key-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1);transition:box-shadow 0.3s;margin-bottom:12px}
.key-item:hover{box-shadow:0 8px 30px rgba(0,0,0,0.08)}
.key-img{width:80px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0}
.key-info{flex:1;min-width:0}
.key-info h3{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.key-btn{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(72,199,108,1);color:rgba(255,255,255,1);flex-shrink:0;font-size:16px;font-weight:700}
.blog-card{display:block;padding:24px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1);transition:box-shadow 0.3s;margin-bottom:16px}
.blog-card:hover{box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.blog-date{font-size:12px;color:rgba(102,102,102,1)}
.blog-card h2{font-weight:700;font-size:20px;margin-top:4px;transition:color 0.2s}
.blog-card:hover h2{color:rgba(72,199,108,1)}
.blog-card p{color:rgba(102,102,102,1);margin-top:8px}
.article-content{max-width:768px;margin:0 auto}
.article-content h1{font-weight:700;font-size:30px;margin-bottom:32px}
@media(min-width:768px){.article-content h1{font-size:36px}}
.article-content h2{font-weight:700;font-size:20px;margin-top:32px;margin-bottom:12px;color:rgba(31,31,31,1)}
.article-content p{color:rgba(102,102,102,1);line-height:1.8;margin-bottom:12px}
.article-content ul,.article-content ol{margin:12px 0;padding-left:24px;color:rgba(102,102,102,1);line-height:1.8}
.article-content li{margin-bottom:4px}
.article-content strong{color:rgba(31,31,31,1)}
.max-w-lg{max-width:640px;margin:0 auto}
.max-w-xl{max-width:768px;margin:0 auto}
.max-w-2xl{max-width:896px}
.max-w-4xl{max-width:1024px}
.max-w-7xl{max-width:1280px;margin:0 auto}
.text-center{text-align:center}
.mb-2{margin-bottom:8px}
.mb-4{margin-bottom:16px}
.mb-6{margin-bottom:24px}
.mb-8{margin-bottom:32px}
.mb-12{margin-bottom:48px}
.mt-4{margin-top:16px}
.mt-8{margin-top:32px}
.mt-12{margin-top:48px}
.pt-4{padding-top:16px}
.gap-4{gap:16px}
.flex{display:flex}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.flex-1{flex:1;min-width:0}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.hidden{display:none}
.inline-link{color:rgba(72,199,108,1)}
.inline-link:hover{text-decoration:underline}
input[type="range"]{width:100%;accent-color:rgba(72,199,108,1)}
.mobile-search{width:100%;margin-bottom:16px}
.game-detail-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:48px}
@media(min-width:768px){.game-detail-grid{grid-template-columns:1fr 1fr}}
.game-detail-img{width:100%;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,0.12)}
.game-detail-badges{display:flex;gap:8px;margin-bottom:16px}
.game-detail-desc{color:rgba(100,100,100,1);font-size:16px;margin-bottom:24px;line-height:1.6}
.game-detail-rating{color:rgba(72,199,108,1);font-size:18px;margin-bottom:16px}
.game-detail-rating span{color:rgba(140,140,140,1);font-size:14px;margin-left:8px}
.game-detail-price{display:flex;align-items:baseline;gap:16px;margin-bottom:4px}
.game-detail-price .price{font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:42px;color:rgba(72,199,108,1)}
.game-detail-price .old-price{font-size:20px}
.game-detail-actions{display:flex;flex-direction:column;gap:12px;margin:24px 0 16px}
@media(min-width:640px){.game-detail-actions{flex-direction:row}}
.btn-cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:12px;font-weight:600;font-size:16px;background:rgba(72,199,108,0.15);color:rgba(72,199,108,1);border:2px solid rgba(72,199,108,0.4);transition:all 0.3s}
.btn-cta-secondary:hover{background:rgba(72,199,108,0.25)}
.game-tags{display:flex;gap:8px;flex-wrap:wrap}
.game-tags span{padding:6px 14px;border-radius:20px;font-size:12px;background:rgba(240,240,240,1);color:rgba(100,100,100,1)}
.buy-info-cards{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:32px}
@media(min-width:640px){.buy-info-cards{grid-template-columns:repeat(3,1fr)}}
.info-card{padding:20px;border-radius:12px;border:1px solid rgba(230,230,230,1);background:rgba(250,250,250,1);text-align:center}
.info-card h3{font-size:14px;font-weight:700;margin-bottom:4px}
.info-card p{font-size:12px;color:rgba(140,140,140,1)}
.buy-hero{padding:32px;border-radius:16px;background:linear-gradient(135deg,rgba(20,23,31,1),rgba(30,40,55,1));margin-bottom:32px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}
@media(min-width:640px){.buy-hero{flex-direction:row;align-items:center;justify-content:space-between}}
.buy-hero h2{font-size:22px;color:rgba(240,240,240,1)}
.buy-hero p{color:rgba(160,160,160,1);font-size:14px}
.disclaimer-box{margin-top:32px;padding:16px;border-radius:12px;background:rgba(245,245,245,1);font-size:12px;color:rgba(140,140,140,1)}
.mobile-menu-btn{display:block;padding:8px;border-radius:8px;background:none;border:none;color:rgba(217,217,217,1);font-size:24px;cursor:pointer}
@media(min-width:1024px){.mobile-menu-btn{display:none}}
.mobile-menu-close{display:block;background:none;border:none;color:rgba(217,217,217,1);font-size:32px;cursor:pointer;position:absolute;top:12px;right:16px}
.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100}
.logo{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:20px;color:rgba(242,242,242,1)}
.logo span{color:rgba(72,199,108,1)}
.section-inner,.hero-inner,.footer-inner{max-width:1280px;margin:0 auto;padding:0 16px;width:100%}
@media(min-width:768px){.section-inner,.hero-inner,.footer-inner{padding:0 24px}}
.section-muted{background:rgba(239,244,240,1)}
.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.section-header h2{margin-bottom:0}
.section-desc{color:rgba(102,102,102,1);line-height:1.7;margin-bottom:24px;max-width:900px}
.text-note{font-size:12px;line-height:1.6;color:rgba(128,128,128,1)}
.link-arrow{display:inline-flex;align-items:center;gap:8px;color:rgba(72,199,108,1);font-weight:700}
.link-arrow:hover{text-decoration:underline}
.hero-desc{color:rgba(166,166,166,1);max-width:720px}
.hero-sub{color:rgba(140,140,140,1);max-width:760px}
.hero-note{font-size:12px;color:rgba(112,112,112,1)}
.hero-h2{font-weight:800;font-size:32px;line-height:1.2;margin-bottom:16px;color:rgba(242,242,242,1)}
@media(min-width:768px){.hero-h2{font-size:42px}}
.hero-desc-center,.hero-sub-center{max-width:760px;margin-left:auto;margin-right:auto}
.hero-desc-center{color:rgba(166,166,166,1)}
.hero-sub-center{color:rgba(140,140,140,1)}
.games-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:640px){.games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.game-card>img{width:100%;height:176px;object-fit:cover}
.game-card-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:12px}
.badge-discount,.discount-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:9999px;background:rgba(72,199,108,1);color:rgba(255,255,255,1);font-size:12px;font-weight:800;margin-top:10px}
.category-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:9999px;background:rgba(239,244,240,1);color:rgba(102,102,102,1);font-size:12px;font-weight:700}
.top-list{display:grid;gap:16px}
.top-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;background:rgba(255,255,255,1);box-shadow:0 4px 20px rgba(0,0,0,0.06)}
.top-item:hover{box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.top-item img{width:88px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}
.top-num{font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:28px;color:rgba(72,199,108,0.7);min-width:40px}
.trust-num{display:block;font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:32px;line-height:1;color:rgba(72,199,108,1);margin-bottom:6px}
.breadcrumbs{padding:16px 0;border-bottom:1px solid rgba(224,232,226,1);background:rgba(255,255,255,1)}
.breadcrumbs .section-inner{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:14px;color:rgba(102,102,102,1)}
.breadcrumbs a{color:rgba(102,102,102,1)}
.breadcrumbs a:hover{color:rgba(72,199,108,1)}
.catalog-filters{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 32px}
.check-form{display:flex;flex-direction:column;gap:12px;margin:24px 0}
@media(min-width:640px){.check-form{flex-direction:row}}
.check-input{flex:1;min-width:0;padding:14px 16px;border-radius:12px;border:1px solid rgba(224,232,226,1);background:rgba(250,250,250,1);font-size:16px;color:rgba(31,31,31,1);outline:none}
.check-input:focus{border-color:rgba(72,199,108,1);box-shadow:0 0 0 3px rgba(72,199,108,0.15)}
.check-val{font-weight:700;color:rgba(31,31,31,1)}
.check-ok{color:rgba(72,199,108,1)}
.calc-form{margin-top:24px}
.calc-field{margin-bottom:16px}
.calc-field label{display:block;margin-bottom:10px;font-weight:700}
.calc-result .text-note{color:rgba(166,166,166,1)}
.calc-steam-price,.calc-our-price,.calc-savings{font-family:'Space Grotesk',sans-serif;font-weight:900;font-size:32px;line-height:1.1}
.calc-steam-price{color:rgba(242,242,242,1)}
.calc-our-price,.calc-savings{color:rgba(72,199,108,1)}
.content-block{max-width:1024px}
.content-block h2{font-weight:800;font-size:28px;line-height:1.2;margin:0 0 16px;color:rgba(31,31,31,1)}
.content-block p,.content-block li,article p,article li{color:rgba(102,102,102,1);line-height:1.8;margin-bottom:16px}
.content-block a,article a{color:rgba(72,199,108,1)}
.content-block a:hover,article a:hover{text-decoration:underline}
.reviews-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.review-game{display:block;margin-top:4px;font-size:12px;color:rgba(102,102,102,1)}
.review-stars{margin-top:12px;color:rgba(72,199,108,1);letter-spacing:2px}
.footer-inner{width:100%}
.footer-grid h4{font-family:'Space Grotesk',sans-serif;font-weight:700;margin-bottom:16px;color:rgba(72,199,108,1)}
.footer-text{font-size:14px;line-height:1.7;color:rgba(166,166,166,1)}
.btn-outline,.btn-cta.btn-outline{background:rgba(72,199,108,0.15);color:rgba(72,199,108,1);border:2px solid rgba(72,199,108,1)}
.btn-outline:hover,.btn-cta.btn-outline:hover{background:rgba(72,199,108,0.25)}
