html,body{margin:0;padding:0;height:100%;overflow-x:hidden;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #f0f0f0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center}.hybl-logo{display:flex;align-items:center;text-decoration:none}.hybl-logo img{height:24px}.contact-btn{background:#065d5e;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:background .2s}.contact-btn:hover{background:#054a4b}.main-content{margin-top:60px;min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.hero-section{background:#fff;color:#111;text-align:center;width:100%;max-width:800px}.app-logo{width:120px;height:120px;margin:0 auto 40px;display:flex;align-items:center;justify-content:center}.app-logo img{width:100%;height:100%;object-fit:contain}.hero-title{font-size:56px;font-weight:700;margin:0 0 24px;line-height:1.1;color:#111}.hero-tagline{font-size:24px;color:#065d5e;line-height:1.3;max-width:700px;margin:0 auto 32px}.hero-description{font-size:18px;line-height:1.6;color:#666;max-width:700px;margin:0 auto 48px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-button{background:#065d5e;color:#fff;padding:18px 36px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:background .2s;min-width:200px}.cta-button:hover{background:#054a4b}@media (max-width: 768px){.hero-title{font-size:42px}.hero-tagline{font-size:20px}.hero-description{font-size:16px}.cta-buttons{flex-direction:column;align-items:center}.app-logo{width:100px;height:100px;margin-bottom:32px}.main-content{padding:20px}}
