:root{--brand-primary: #E33F2C;--brand-hover: #c62f1f;--font-heading: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Ubuntu", -apple-system, BlinkMacSystemFont, sans-serif;--text-dark: #1A1A1A;--text-gray: #666;--bg-light: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-dark);background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}#main-content{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.background-logo{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vh;background-image:url(https://public.remoteproduction.io/Remote%20Production%20logo%20under%20construction.svg);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.03;z-index:0;pointer-events:none}header{position:relative;z-index:10;background:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem 2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.logo-header-center{height:64px}main{flex:1;position:relative;z-index:10;padding:3rem 2rem}.hero{max-width:800px;margin:0 auto 4rem;text-align:center}.hero h1{font-size:3.5rem;margin-bottom:1rem;color:var(--text-dark)}.hero .subtitle{font-size:1.5rem;color:var(--brand-primary);font-weight:600;margin-bottom:1.5rem}.hero .description{font-size:1.125rem;color:var(--text-gray);line-height:1.8}.applications{max-width:1200px;margin:0 auto}.applications h2{font-size:2.5rem;text-align:center;margin-bottom:1rem}.access-note{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-gray);margin-bottom:3rem;font-size:.95rem}.access-note .material-icons{font-size:1.2rem}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.app-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.app-card:hover{border-color:var(--brand-primary);box-shadow:0 8px 24px #e33f2c26;transform:translateY(-4px)}.app-icon{width:64px;height:64px;background:var(--bg-light);border-radius:12px;display:flex;align-items:center;justify-content:center}.app-icon .material-icons{font-size:32px;color:var(--brand-primary)}.app-card h3{font-size:1.5rem;margin-bottom:.5rem}.app-card p{color:var(--text-gray);line-height:1.6;flex:1}.app-link{display:flex;align-items:center;justify-content:space-between;color:var(--brand-primary);font-weight:500;font-size:.9rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.app-link .material-icons{font-size:18px;transition:transform .3s ease}.app-card:hover .app-link .material-icons{transform:translate(4px)}footer{position:relative;z-index:10;background:#fff;border-top:1px solid #e0e0e0;padding:3rem 2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-logos{display:flex;flex-direction:column;align-items:center;gap:2rem}.made-by{display:flex;align-items:center}.logo-remote-production{height:64px}.powered-by{display:flex;flex-direction:column;align-items:center;gap:.5rem}.powered-by span{color:var(--text-gray);font-size:.9rem}.logo-cloudflare{height:48px}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.25rem}.applications h2{font-size:2rem}.app-grid{grid-template-columns:1fr}.logo-header-center,.logo-remote-production{height:48px}.logo-cloudflare{height:36px}}
