@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f6fbff;color:#0d2145;font-family:'DM Sans',Arial,sans-serif}.wrap{width:min(1180px,calc(100% - 42px));margin:auto}a{color:inherit}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;text-decoration:none}.logo{width:38px;height:38px;background:#0d2145;color:#fff;border-radius:12px 12px 12px 3px;display:grid;place-items:center;font:800 18px Manrope}.brand strong{font:800 18px Manrope}nav{display:flex;gap:30px}nav a{text-decoration:none;font-size:14px}.hero{min-height:535px;background-image:linear-gradient(90deg,#f6fbff 0%,#f6fbffee 25%,transparent 55%),url('assets/hero.jpg');background-size:cover;background-position:center 30%;position:relative}.hero-inner{min-height:535px;display:flex;align-items:center}.hero-copy{width:49%;position:relative}.hero h1{font:800 clamp(53px,6vw,80px)/.98 Manrope;letter-spacing:-.055em;margin:0 0 22px}.hero h1 span{color:#1478f2}.hero p{max-width:500px;font-size:17px;line-height:1.6;margin-bottom:28px}.primary{display:inline-block;background:#1478f2;color:white;text-decoration:none;padding:15px 22px;border-radius:99px;font-weight:700;box-shadow:0 12px 30px #1478f233}.primary b{margin-left:12px}.scribble{position:absolute;right:-50px;bottom:-30px;color:#1478f2;font:600 18px/1.15 Manrope;transform:rotate(-7deg)}.highlights{margin-top:-40px;position:relative;z-index:3;background:#ffffffec;backdrop-filter:blur(12px);border:1px solid #e0edf7;box-shadow:0 15px 40px #315f8415;border-radius:24px;min-height:96px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.highlights>div{display:flex;align-items:center;justify-content:center;gap:15px;border-right:1px solid #dce8f1}.highlights>div:last-child{border:0}.highlights i{width:48px;height:48px;border-radius:14px;background:#e7f2ff;color:#1478f2;display:grid;place-items:center;font-style:normal}.highlights span{font-size:14px}.highlights b{display:block}.games{padding:75px 0 35px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-head h2,.about h2,.contact h2{font:800 30px Manrope;letter-spacing:-.035em;margin:0}.section-head span{color:#1478f2;font-size:13px}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.game-grid article{background:white;border:1px solid #dfebf4;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #2c5f8210;transition:.25s}.game-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 38px #2c5f821d}.game-grid img{width:100%;height:155px;object-fit:cover;display:block}.card-copy{padding:15px}.card-copy h3{font:700 17px Manrope;margin:0 0 7px}.card-copy p{font-size:13px;line-height:1.45;color:#5d6e88;min-height:57px;margin:0 0 12px}.genre{font-size:9px;letter-spacing:.12em;font-weight:700;color:#1478f2;background:#edf6ff;padding:6px 8px;border-radius:99px}.banner{margin-top:25px;min-height:215px;background:#e7f5ff;border-radius:24px;display:grid;grid-template-columns:.42fr .58fr;overflow:hidden}.banner-art{background:url('assets/island.jpg') center/cover}.banner-copy{padding:40px 55px}.banner h2{font:800 35px/1 Manrope;letter-spacing:-.04em;margin:0 0 14px}.banner h2 span{color:#1478f2}.banner p{color:#566b87}.banner a{display:inline-block;margin-top:8px;text-decoration:none;color:#1478f2;font-weight:700}.about{padding:75px 0;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}.about-copy p{color:#5f7089;line-height:1.7;max-width:620px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.values div{text-align:center}.values i{font-style:normal;font-size:30px;color:#1478f2;display:block}.values b{font:700 18px Manrope;display:block;margin-top:7px}.values span{font-size:12px;color:#75849a}.contact{margin-bottom:65px;background:white;border:1px solid #dfeaf3;border-radius:24px;box-shadow:0 15px 45px #315f8410;padding:30px 35px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.mail-icon{width:64px;height:64px;border-radius:17px;background:linear-gradient(135deg,#78c5ff,#1478f2);color:white;display:grid;place-items:center;font-size:29px}.contact h2{font-size:24px}.contact p{color:#697a91;margin:5px 0 0}.contact>a{background:#edf6ff;color:#0d4d9a;text-decoration:none;padding:16px 20px;border-radius:13px;font-weight:600;font-size:14px}footer{border-top:1px solid #dce7ef;min-height:105px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#708096}footer strong{color:#0d2145}footer div{display:flex;gap:24px}footer a{text-decoration:none}@media(max-width:900px){.game-grid{grid-template-columns:repeat(2,1fr)}.game-grid article:last-child{grid-column:span 2}.highlights{grid-template-columns:repeat(2,1fr);padding:12px}.highlights>div{border:0;padding:10px}.about{grid-template-columns:1fr}.contact{grid-template-columns:auto 1fr}.contact>a{grid-column:1/-1}.hero-copy{width:65%}.scribble{display:none}}@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}nav a:not(:last-child){display:none}.brand strong{font-size:14px}.hero{background-position:62% center}.hero:before{content:"";position:absolute;inset:0;background:#f6fbffd9}.hero-copy{width:100%;z-index:1}.hero h1{font-size:50px}.highlights{margin-top:-25px;grid-template-columns:1fr 1fr}.highlights span{font-size:12px}.game-grid{grid-template-columns:1fr}.game-grid article:last-child{grid-column:auto}.game-grid img{height:210px}.banner{grid-template-columns:1fr}.banner-art{height:190px}.banner-copy{padding:28px}.values{grid-template-columns:1fr 1fr 1fr}.contact{grid-template-columns:1fr;text-align:center}.mail-icon{margin:auto}.contact>a{font-size:12px}footer{padding:30px 0;flex-direction:column;align-items:flex-start;gap:18px}}