@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");:root{--color-dark:#0b1f3a;--color-primary:#143d73;--color-secondary:#1e5aa8;--color-accent:#3a7bd5;--color-light:#f5f7fa;--color-card-bg:#fff;--color-text-dark:#1e293b;--color-text-light:#fafafa}*{box-sizing:border-box}body{margin:0;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:var(--color-light);color:var(--color-text-dark);line-height:1.6;min-height:100vh}a{color:var(--color-secondary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent)}header{background-color:var(--color-dark);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}header,nav a{color:var(--color-text-light)}nav a{margin-left:1.5rem;font-weight:500}nav a:hover{color:var(--color-accent)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}footer{background-color:var(--color-dark);padding:1rem 2rem;margin-top:3rem}.hero,footer{color:var(--color-text-light);text-align:center}.hero{background-image:url(/images/hero.png);background-size:cover;background-position:50%;padding:5rem 1rem;position:relative}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(11,31,58,.6);z-index:0}.hero-inner{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.hero-actions a{display:inline-block;margin:.5rem 1rem;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;background-color:var(--color-accent);color:var(--color-text-light);transition:background-color .3s ease}.hero-actions a.outline{background-color:transparent;border:2px solid var(--color-accent)}.hero-actions a:hover{background-color:var(--color-secondary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.product-card{background-color:var(--color-card-bg);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.product-card img{width:80px;height:80px;margin-bottom:1rem}.product-card h2{margin:.5rem 0;font-size:1.5rem;color:var(--color-dark)}.product-card p{font-size:.95rem;line-height:1.5;color:var(--color-text-dark)}.product-card ul{list-style:none;padding:0;margin:1rem 0;text-align:left}.product-card ul li:before{content:"•";color:var(--color-accent);margin-right:.5rem}.product-card .platforms{font-weight:500;margin-top:1rem;color:var(--color-secondary)}.privacy-section{margin-bottom:2rem}.privacy-section h2{font-size:1.75rem;margin-bottom:.5rem;color:var(--color-dark)}.privacy-section h3{font-size:1.35rem;margin-top:1rem;margin-bottom:.25rem;color:var(--color-secondary)}.privacy-section p,.privacy-section ul{font-size:.95rem;margin-top:.4rem;color:var(--color-text-dark)}.privacy-section ul{padding-left:1.5rem}.privacy-section ul li{margin-bottom:.25rem}