.navbar{height:64px;width:100%;padding:0!important;margin:0;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:1000;background-color:#b14715;color:#fff;box-shadow:0 2px 8px #0000004d}.logo{height:100%;display:flex;align-items:center;padding:.3rem 0;margin-left:20px}.logo-img{height:100%;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 1px 4px rgba(0,0,0,.2));transition:transform .3s ease}.logo-img:hover{transform:scale(1.1)}.nav-links.desktop{margin-right:20px;list-style:none;display:flex;gap:2rem}.nav-links.desktop li a{color:#fff;text-decoration:none;padding:.5rem 1rem;font-size:1.2rem;font-weight:750;letter-spacing:.5px;border-radius:8px;transition:all .3s ease;position:relative}.nav-links.desktop li a:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:0;background:#ff7300;transition:.4s ease}.nav-links.desktop li a:hover:after{width:100%}.nav-links.desktop li a:hover{color:#15748b;background:#ffffff0d}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;margin-right:20px}.bar{width:25px;height:3px;background-color:#fff;transition:all .3s ease}.bar.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#15748b;color:#fff;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem;transition:right .4s ease-in-out;z-index:999}.mobile-menu.open{right:0}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.mobile-menu ul li a{display:block;background:#ffffff12;padding:.75rem 1.2rem;border-radius:12px;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 8px #0003;transition:all .3s ease}.mobile-menu ul li a:hover{background:#00e5ff1a;color:#ff7300;transform:translate(5px)}.overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:998}.linkedin-link{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;height:100%}.linkedin-icon{height:25px;width:25px;filter:brightness(100%);transition:transform .3s ease}.linkedin-link:hover .linkedin-icon{transform:scale(1.1);filter:brightness(150%)}@media (max-width: 768px){.hamburger{display:flex}.nav-links.desktop{display:none}}.footer{background-color:#111;color:#ccc;padding:2rem 1rem;text-align:center}.social-icons{display:flex;justify-content:center;gap:1.2rem;margin-bottom:1rem}.social-icons a img{width:38px;height:38px;border-radius:50%;background-color:#fff;padding:8px;transition:transform .3s ease}.social-icons a:hover img{transform:scale(1.1);background-color:#b14715}.footer-nav{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.2rem;padding:0}.footer-nav a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:#15748b}.footer-copy{font-size:.9rem;color:#ccc}.footer-copy span{color:#b14715;font-weight:700}.about-section{width:100%;margin:0;padding-top:64px;background-color:#15748b;color:#f4f4f4;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box}.about-container{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.about-image{width:100%;height:35vh;padding:.5rem 1rem;box-sizing:border-box}.about-img-container{width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px #0006;position:relative;transition:transform .5s ease}.about-img-container:hover{transform:scale(1.02)}.about-img{width:100%;height:100%;object-fit:contain;display:block}.about-text{flex-grow:1;min-height:65vh;padding:2rem 1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.company-name{font-size:2.4rem;font-weight:900;color:#b14715;margin-bottom:1rem;letter-spacing:1px;word-wrap:break-word;text-align:center;line-height:1.2}.description,.tagline{font-size:1rem;margin-bottom:1.5rem;line-height:1.6;color:#1e1e1e}.description,.tagline{margin:1rem}.services-list{display:flex;flex-direction:column;gap:1rem;padding:0;margin:0;list-style:none}.service-card{background:#ccc;padding:1rem 1.2rem;border-radius:12px;font-family:JetBrains Mono,Courier New,monospace;font-size:1rem;font-weight:500;color:#121212;border-left:4px solid #15748b;transition:all .3s ease;box-shadow:0 4px 12px #00c6ff0d}.service-card:hover{background:#f0f9ff;color:#b14715;border-left-color:#b14715;transform:translate(6px)}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (min-width: 768px){.about-container{flex-direction:row;height:calc(100vh - 80px)}.about-image{width:50%;height:100%;padding:2rem}.about-img-container{height:100%}.about-img{object-fit:cover}.about-text{width:50%;min-height:auto;padding:3rem;text-align:left}.company-name{font-size:2.8rem}.description,.tagline{font-size:1.1rem}.service-card{font-size:1rem}}@media (max-width: 768px){.company-name{font-size:1.6rem;line-height:1.3;word-break:break-word;text-align:center}}.games-section{padding:100px 20px;text-align:center;color:#fff}.games-section h1{font-size:2.8rem;margin-bottom:2rem;color:#434657;text-shadow:1px 1px 8px rgba(0,0,0,.5);font-weight:900;letter-spacing:1px;animation:fadeInUp .8s ease-out}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.game-card{background:#ccc;padding:1.5rem;border-radius:20px;box-shadow:0 8px 20px #00000040;transition:transform .3s ease,box-shadow .3s ease;min-height:340px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeInUp .8s ease forwards;opacity:0}.game-card{position:relative}.coming-soon-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000a6;color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:20px;z-index:10;text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.game-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:5px 12px 24px #0000004d}.game-image{margin-top:0;height:200px;width:80%;border-radius:10px;margin-bottom:1rem}.game-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#434657}.game-card p{font-size:.95rem;line-height:1.4;color:#434657}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.store-buttons{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;align-items:center;margin-top:1.2rem}.play-badge,.appstore-badge{display:flex;align-items:center;gap:.6rem;background-color:#000;padding:.5rem .8rem;border-radius:10px;width:180px;height:55px;cursor:pointer;transition:transform .2s ease;text-decoration:none;box-sizing:border-box}.play-badge:hover,.appstore-badge:hover{transform:scale(1.05)}.play-badge img,.appstore-badge img{height:34px;width:auto}.play-text{display:flex;flex-direction:column;justify-content:center;text-align:left;color:#fff;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.small-text{font-size:.65rem;opacity:.7;line-height:1}.big-text{font-size:.9rem;font-weight:600;line-height:1.5}a{text-decoration:none}@media (max-width: 600px){.store-buttons{flex-direction:column;gap:.8rem;align-items:center}.play-badge,.appstore-badge{width:200px;height:55px}.play-text .small-text{font-size:.6rem}.play-text .big-text{font-size:.85rem}}.contact-section{padding:80px 20px;background-color:#ccc;text-align:center;min-height:80vh}.contact-section{scroll-margin-top:70px}.contact-heading{font-size:2.2rem;margin-bottom:.5rem;color:#111}.contact-subtext{font-size:1rem;margin-bottom:2.5rem;color:#333}.contact-box{display:flex;max-width:1000px;margin:0 auto;border-radius:8px;background-color:#fff;box-shadow:0 8px 24px #0000001a;overflow:hidden;text-align:left;flex-wrap:wrap}.contact-info{flex:1;background-color:#b14715;color:#fff;padding:2rem;min-width:260px}.contact-info h3{font-size:1.4rem;margin-bottom:1rem}.contact-info p{margin-bottom:1rem;font-size:.95rem;line-height:1.4}.contact-form{flex:2;padding:2rem;display:flex;flex-direction:column;gap:1rem;min-width:300px}.contact-form h3{margin-bottom:1rem;color:#333}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{display:flex;flex-direction:column;flex:1;min-width:130px}label{margin-bottom:.4rem;font-weight:500;font-size:.95rem}input,textarea{padding:.7rem;font-size:.95rem;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;width:100%}textarea{resize:vertical;min-height:100px}button{align-self:flex-start;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(to right,#1a7d96,#17748b);border:none;border-radius:25px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0003}@media (max-width: 768px){.contact-box{flex-direction:column}.contact-form,.contact-info{width:100%}}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:Segoe UI,sans-serif;background-color:#fff}.navbar{width:100%;margin:0;padding:1rem 2rem}.navbar{display:flex;justify-content:space-between;padding:1rem 2rem;color:#fff;position:fixed;width:100%;top:0;z-index:10}.nav-links{display:flex;gap:1.5rem;list-style:none}.section{padding:100px 20px;min-height:100vh}
