body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--page-bg:#efefef;--surface:#fff;--surface-muted:#f7f7f7;--surface-alt:#ececec;--border-soft:#dedede;--text-primary:#111;--text-secondary:#5f5f5f;--text-muted:#7a7a7a;--shadow-soft:0 12px 28px #0000000f;--shadow-hover:0 18px 36px #0000001a}body{background:#efefef;background:var(--page-bg);color:#111;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}main{flex:1 1}.page-hero{border-bottom:1px solid #dedede}.page-hero h1{color:#111}.page-hero p{color:#5f5f5f}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;box-shadow:0 2px 20px #0000001a;position:fixed;top:0;z-index:1000}.header,.nav{width:100%}.nav-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 20px}.logo a{align-items:center;display:inline-flex;text-decoration:none}.header-logo{max-width:100%;width:210px}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0}.nav-link{font-size:1.2rem;font-weight:800;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link,.nav-link.active,.nav-link:hover{color:#000}.nav-link:after{background:#000;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:0}.hamburger span{background:#000;display:block;height:3px;margin:3px 0;transition:.3s;width:25px}.nav-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:999}.nav-overlay.active{opacity:1;visibility:visible}.overlay-content{height:100%;justify-content:center;width:100%}.overlay-content,.overlay-nav{align-items:center;display:flex}.overlay-nav{flex-direction:column;gap:2rem;text-align:center}.overlay-nav-link{color:#fff;font-size:1.5rem;font-weight:600;opacity:0;position:relative;text-decoration:none;transform:translateY(30px);transition:all .3s ease}.nav-overlay.active .overlay-nav-link{opacity:1;transform:translateY(0)}.nav-overlay.active .overlay-nav-link:first-child{transition-delay:.1s}.nav-overlay.active .overlay-nav-link:nth-child(2){transition-delay:.2s}.nav-overlay.active .overlay-nav-link:nth-child(3){transition-delay:.3s}.nav-overlay.active .overlay-nav-link:nth-child(4){transition-delay:.4s}.nav-overlay.active .overlay-nav-link:nth-child(5){transition-delay:.5s}.nav-overlay.active .overlay-nav-link:nth-child(6){transition-delay:.6s}.overlay-nav-link:hover{color:#fff;transform:scale(1.1)}.overlay-nav-link.active{color:#fff;position:relative}.overlay-nav-link.active:after{background:#fff;border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{display:none}.nav-container{padding:0 20px}.header-logo{width:172px}}@media (max-width:480px){.header-logo{width:150px}}@media (min-width:769px){.nav-overlay{display:none}}.footer{background:#fff;border-top:1px solid #e0e0e0;color:#000;overflow:hidden;padding:0;position:relative}.container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;padding:4rem 0 2rem}.footer-section{display:flex;flex-direction:column;min-width:0}.site-logo{display:block;height:auto;object-fit:contain}.footer-logo-image{margin-bottom:1rem;max-width:100%;width:240px}.footer-description{color:#000;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;color:#000;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#333;box-shadow:0 10px 20px #0000001a;color:#fff;transform:translateY(-3px)}.footer-title{color:#000;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1.2rem;position:relative;text-transform:uppercase}.footer-title:after{background:#333;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-links a{color:#000;font-size:.9rem;padding-left:15px;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{content:"▶";font-size:.7rem;left:0;opacity:0;position:absolute;transition:all .3s ease}.footer-links a:hover{color:#111;padding-left:20px}.footer-links a:hover:before{opacity:1}.footer-bottom{background:#f9f9f9;border-top:1px solid #e0e0e0;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-bottom p{color:#000;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#000;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#111;text-decoration:underline}@media (min-width:769px) and (max-width:1200px){.footer-content{gap:2rem}.footer-bottom-content{gap:1.5rem}.footer-bottom-links{gap:1.25rem}}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr;padding:3rem 0 1.5rem}.footer-section:first-child{order:1}.footer-section:nth-child(2){order:2}.footer-section:nth-child(3){order:3}.footer-section:nth-child(4){order:4}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-title:after{left:50%;transform:translateX(-50%)}.footer-section{align-items:center;text-align:center}.footer-links a{padding:.35rem 0}.footer-links a:before{display:none}.footer-section:nth-child(2) .footer-links a{background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#000;display:inline-block;font-size:.9rem;min-width:80px;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.footer-section:nth-child(2) .footer-links a:hover{background:#f5f5f5;border-color:#d0d0d0;transform:translateY(-1px)}.footer-bottom-links{gap:1.5rem;justify-content:center}}@media (max-width:480px){.container{padding:0 15px}.footer-content{gap:1.25rem;padding:2.25rem 0 1.25rem}.footer-logo-image{width:200px}.footer-description{font-size:.92rem;margin-bottom:1.25rem;max-width:28ch}.social-links{flex-wrap:wrap;gap:.75rem;justify-content:center}.social-link{height:44px;width:44px}.footer-bottom{padding:1.5rem 0}.footer-bottom-links{align-items:center;flex-direction:column;gap:.85rem;width:100%}.footer-bottom-links a{background:#fff;border:1px solid #e0e0e0;border-radius:999px;display:block;max-width:220px;padding:.7rem 1rem;width:100%}.footer-bottom-content p{max-width:24ch}.footer-title{margin-bottom:1rem}.footer-links{gap:.5rem}.footer-links a{font-size:.95rem;padding:.45rem 0}}.footer-section{transition:transform .3s ease}.footer-section:hover{transform:translateY(-2px)}.footer{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home{background:#f5f5f5}.hero{background:linear-gradient(180deg,#fafafa,#efefef);border-bottom:1px solid var(--border-soft);padding:150px 20px 100px;text-align:center}.hero-title{color:var(--text-primary);font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1rem;text-align:center}.hero-subtitle{color:var(--text-secondary);font-size:1.3rem;font-weight:400;margin:0 auto;max-width:680px}.section-title{color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.features{background:var(--surface);padding:80px 20px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:18px;box-shadow:var(--shadow-soft);padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--text-primary);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.popular-products{background:#f5f5f5;padding:80px 20px}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.product-card{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:18px;box-shadow:none;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.product-image{align-items:center;background:linear-gradient(135deg,#f2f2f2,#dcdcdc);display:flex;height:180px;justify-content:center;overflow:hidden}.product-image img{height:100%;object-fit:cover;width:100%}.game-placeholder{color:var(--text-primary);font-size:3rem}.product-info{padding:1.5rem}.product-info h3{color:var(--text-primary);font-size:1.2rem;font-weight:700;margin-bottom:.8rem}.product-info p{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#e0e0e0;border-radius:20px;color:#333;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.play-store-btn{align-items:center;background:#555;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;padding:.8rem;text-decoration:none;transition:all .3s ease;width:100%}.play-store-btn:hover{background:#666;color:#fff;transform:translateY(-2px)}.play-btn{background:#111;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:all .3s ease;width:100%}.play-btn:hover{background:#2a2a2a;transform:translateY(-2px)}.cta{background:linear-gradient(180deg,#f7f7f7,#ececec);border-top:1px solid var(--border-soft);padding:100px 20px;text-align:center}.cta,.cta h2{color:var(--text-primary)}.cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.cta-button{background:#111;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.cta-button:hover{background:#2a2a2a;box-shadow:0 10px 25px #00000024;transform:translateY(-3px)}@media (max-width:768px){.hero{padding:130px 20px 72px}.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.products-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}}@media (max-width:480px){.hero{padding:120px 20px 64px}.features-grid,.products-grid{gap:1rem;grid-template-columns:1fr}.feature-card{padding:2rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.6rem}}.products-section{background:var(--surface);padding:80px 20px}.product-group+.product-group{margin-top:4.5rem}.product-group-header{margin-bottom:2rem;max-width:760px}.product-group-header h2{color:var(--text-primary);font-size:2rem;font-weight:800;margin-bottom:.75rem}.product-group-header p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.products-section .games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:1200px}.products-section .game-card{background:#efefef;border:1px solid var(--border-soft);border-radius:20px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.products-section .game-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px) scale(1.02)}.products-section .game-card:hover .game-image img{transform:scale(1.05)}.products-section .game-card:hover .play-store-btn{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.products-section .game-image{background:linear-gradient(135deg,#f2f2f2,#dcdcdc);height:220px;overflow:hidden;position:relative}.products-section .game-image img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.products-section .game-image:before{background:linear-gradient(180deg,#0000 50%,#0000001f);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.products-section .game-content{display:flex;flex:1 1;flex-direction:column;padding:2rem}.products-section .game-content h3{color:var(--text-primary);font-size:1.4rem;font-weight:800;line-height:1.3;margin-bottom:.8rem}.products-section .game-content p{color:var(--text-secondary);flex:1 1;font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}.products-section .game-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.products-section .tag{background:#e6e6e6;border:1px solid var(--border-soft);border-radius:25px;color:var(--text-secondary);font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.4rem 1rem;transition:all .3s ease}.products-section .tag:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.products-section .play-store-btn{align-items:center;background:#2b2b2b;border:none;border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:.8rem;justify-content:center;margin-top:auto;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease;width:100%}.products-section .play-store-btn:hover{background:#1c1c1c;box-shadow:0 8px 20px #00000024;transform:translateY(-2px)}.products-section .play-store-btn svg{transition:transform .3s ease}.products-section .play-store-btn:hover svg{transform:scale(1.1)}@media (max-width:1100px){.products-section .games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.products-section .games-grid{gap:1.5rem;grid-template-columns:1fr}.products-section .game-card{border-radius:15px}.products-section .game-image{height:200px}.products-section .game-content{padding:1.5rem}.products-section .game-content h3{font-size:1.3rem}.products-section .game-content p{font-size:.9rem}.products-section .play-store-btn{font-size:.9rem;padding:.9rem 1.3rem}}@media (max-width:480px){.products-section{padding:60px 15px}.product-group+.product-group{margin-top:3.5rem}.product-group-header h2{font-size:1.6rem}.product-group-header p{font-size:.95rem}.products-section .game-content{padding:1.2rem}.products-section .game-content h3{font-size:1.2rem;margin-bottom:.6rem}.products-section .game-content p{font-size:.85rem;margin-bottom:1rem}.products-section .game-tags{gap:.4rem;margin-bottom:1.2rem}.products-section .tag{font-size:.75rem;padding:.3rem .8rem}.products-section .play-store-btn{font-size:.85rem;gap:.6rem;padding:.8rem 1.2rem}.products-section .play-store-btn svg{height:18px;width:18px}}.contact-section{background:var(--surface);padding:80px 20px}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-section .contact-info h2{color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-section .contact-info>p{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.contact-section .contact-info{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:20px;box-shadow:var(--shadow-soft);margin-bottom:2rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.contact-form:hover,.contact-section .contact-info:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.contact-details{margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{align-items:center;background:var(--surface);border:1px solid var(--border-soft);border-radius:50%;color:var(--text-primary);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.contact-text h3{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-text p{color:var(--text-secondary);margin:0}.social-links h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:var(--surface);border:1px solid var(--border-soft);border-radius:50%;color:var(--text-primary);display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon:hover{background:#111;color:#fff;transform:translateY(-2px)}.contact-form{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:20px;box-shadow:var(--shadow-soft);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.contact-form h2{color:var(--text-primary);font-size:2rem;font-weight:700}.contact-form h2,.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-primary);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:var(--surface);border:1px solid var(--border-soft);border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#111;outline:none}.submit-btn{background:#111;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.contact-status{color:var(--text-secondary);font-weight:600;margin-bottom:1rem}.submit-btn:hover{box-shadow:0 10px 20px #0000001f;transform:translateY(-2px)}@media (max-width:768px){.contact-grid{gap:2rem;grid-template-columns:1fr}}.about-story{background:var(--surface);padding:80px 20px}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.story-text h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.story-text p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-image img{border:1px solid var(--border-soft);border-radius:20px;box-shadow:var(--shadow-soft);height:auto;width:100%}.mission-vision{background:var(--surface-muted);padding:80px 20px}.mission-vision-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.mission-card,.vision-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:20px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover,.vision-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.card-icon{align-items:center;background:var(--surface-alt);border:1px solid var(--border-soft);border-radius:50%;color:var(--text-primary);display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.mission-card h3,.vision-card h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.mission-card p,.vision-card p{color:var(--text-secondary);line-height:1.6}.team-section{background:var(--page-bg);padding:80px 20px}.team-section h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.team-member{background:#efefef;border:1px solid var(--border-soft);border-radius:20px;box-shadow:var(--shadow-soft);padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.member-photo{border:4px solid #f4f4f4;border-radius:50%;box-shadow:0 0 0 1px var(--border-soft);height:120px;margin:0 auto 1rem;overflow:hidden;width:120px}.member-photo img{height:100%;object-fit:cover;width:100%}.team-member h3{color:var(--text-primary);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.member-role{font-weight:600;margin-bottom:1rem}.member-bio,.member-role{color:var(--text-secondary)}.member-bio{font-size:.95rem;line-height:1.6}.stats-section{background:linear-gradient(180deg,#f7f7f7,#ececec);border-bottom:1px solid var(--border-soft);border-top:1px solid var(--border-soft);color:var(--text-primary);padding:80px 20px}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px;text-align:center}.stat-number{color:var(--text-primary);font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:1.2rem}@media (max-width:768px){.mission-vision-grid,.story-content{gap:2rem;grid-template-columns:1fr}.team-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.page-hero{background:linear-gradient(180deg,#fafafa,#efefef);border-bottom:1px solid var(--border-soft);padding:150px 20px 80px;text-align:center}.page-hero h1{color:var(--text-primary);font-size:3rem;font-weight:800;margin-bottom:1rem}.page-hero p{color:var(--text-secondary);font-size:1.2rem;margin:0 auto;max-width:680px}.blog-section{background:var(--surface);padding:80px 20px}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.blog-empty-state{color:var(--text-secondary);margin-bottom:2rem;text-align:center}.blog-card{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden;transition:all .3s ease}.blog-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.blog-image img{display:block;height:250px;object-fit:cover;width:100%}.blog-content{padding:1.5rem}.blog-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.blog-date{color:var(--text-muted);font-size:.9rem}.blog-category{background:var(--surface);border:1px solid var(--border-soft);border-radius:20px;color:var(--text-secondary);font-size:.85rem;font-weight:500;padding:.25rem .75rem}.blog-content h2{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.blog-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.read-more{color:var(--text-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.read-more:hover{color:var(--text-primary);text-decoration:underline}.blog-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:3rem}.pagination-btn{background:var(--surface);border:1px solid var(--border-soft);border-radius:8px;color:var(--text-primary);cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#111;color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.page-numbers{align-items:center;display:flex;gap:.5rem}.page-number{background:var(--surface);border:1px solid var(--border-soft);border-radius:50%;color:var(--text-primary);cursor:pointer;font-weight:600;height:40px;transition:all .3s ease;width:40px}.page-number.active,.page-number:hover{background:#111;color:#fff}.page-dots{color:var(--text-secondary)}.newsletter-section{background:linear-gradient(180deg,#f7f7f7,#ececec);border-top:1px solid var(--border-soft);padding:80px 20px}.newsletter-content{margin:0 auto;max-width:600px;text-align:center}.newsletter-content h2{color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:1rem}.newsletter-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:400px}.newsletter-form input{background:var(--surface);border:1px solid var(--border-soft);border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem}.newsletter-form button{background:#111;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.newsletter-form button:hover{box-shadow:0 10px 20px #0000001f;transform:translateY(-2px)}@media (max-width:480px){.blog-grid{grid-template-columns:1fr}.blog-card{margin-bottom:1rem}.newsletter-form{flex-direction:column}}@media (max-width:768px){.page-hero{padding:130px 20px 72px}.page-hero h1{font-size:2.5rem}}@media (max-width:480px){.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}}.back-to-blog{align-items:center;background:#0000;border:1px solid #ddd;border-radius:4px;color:#333;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-to-blog:hover{background:#f5f5f5;border-color:#999;color:#333}.read-all-btn{align-items:center;background:#0000;border:1px solid #ddd;border-radius:4px;color:#333;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:2rem;margin-left:1rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.read-all-btn:hover{background:#f5f5f5;border-color:#999;color:#333}.blog-nav-buttons,.blog-post-meta{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.blog-post-meta{color:#666;font-size:.9rem;margin-top:1rem}.blog-post-meta .blog-date{align-items:center;display:flex;gap:.5rem}.blog-post-meta .blog-date:before{content:"📅";font-size:1rem}.blog-post-meta .blog-category{align-items:center;background:#667eea;border-radius:20px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.blog-post-section{background:#f8f9fa;padding:4rem 0}.blog-post-image{border-radius:12px;margin-bottom:2rem;overflow:hidden}.blog-post-image img{display:block;height:auto;width:100%}.blog-post-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:3rem}.blog-post-content h2{border-bottom:2px solid #667eea;color:#2d3748;font-size:1.8rem;margin:2rem 0 1rem;padding-bottom:.5rem}.blog-post-content h3{color:#2d3748;font-size:1.5rem;margin:1.5rem 0 1rem}.blog-post-content p{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.blog-post-content ol,.blog-post-content ul{margin-bottom:1.5rem;padding-left:2rem}.blog-post-content li{color:#4a5568;line-height:1.6;margin-bottom:.5rem}.blog-post-content strong{color:#2d3748;font-weight:600}.blog-post-content em{color:#4a5568;font-style:italic}@media (max-width:768px){.blog-nav-buttons{align-items:flex-start;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.back-to-blog,.read-all-btn{font-size:.8rem;padding:.6rem 1.2rem}.read-all-btn{margin-left:0}.blog-post-content{padding:2rem 1.5rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.3rem}.blog-post-content p{font-size:1rem}.blog-post-meta{align-items:flex-start;flex-direction:column;gap:.75rem}}.privacy-section{background:var(--surface);padding:80px 20px}.privacy-content{margin:0 auto;max-width:800px}.privacy-intro{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:18px;box-shadow:var(--shadow-soft);margin-bottom:3rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.privacy-intro p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.privacy-intro p:last-child{margin-bottom:0}.privacy-section-block{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:18px;box-shadow:var(--shadow-soft);margin-bottom:3rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.privacy-intro:hover,.privacy-section-block:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.privacy-section-block h2{border-bottom:1px solid var(--border-soft);color:var(--text-primary);font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.privacy-section-block h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin:2rem 0 1rem}.privacy-section-block ul{margin:1rem 0;padding-left:2rem}.privacy-section-block li{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}.privacy-section-block p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.privacy-section .contact-info{background:var(--surface);border:1px solid var(--border-soft);border-radius:14px;margin-top:1rem;padding:1.5rem}.privacy-section .contact-info p{margin-bottom:.5rem}
/*# sourceMappingURL=main.f08a8017.css.map*/