:root{--hb-amber: #f59e0b;--hb-amber-light: #fbbf24;--hb-amber-pale: #fef3c7;--hb-dark: #0f172a;--hb-slate: #1e293b;--hb-slate-light: #334155;--hb-text: #e2e8f0;--hb-text-muted: #94a3b8;--hb-border: #334155}*{margin:0;padding:0;box-sizing:border-box}.page{min-height:100vh;background-color:var(--hb-dark);color:var(--hb-text);font-family:Outfit,sans-serif;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.honeycomb-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66ZM28 100L0 84L0 50L28 34L56 50L56 84L28 100Z' fill='none' stroke='%23f59e0b' stroke-width='1'/%3E%3C/svg%3E")}.container{flex:1;display:flex;align-items:center;gap:48px;max-width:1100px;margin:0 auto;padding:48px 32px;position:relative;z-index:1}.brand{flex:0 0 60%;display:flex;flex-direction:column;animation:fadeIn .8s ease-out}.form-column{flex:1;min-width:0;animation:fadeIn 1s ease-out .2s both}.logo{margin-bottom:24px}.headline{font-family:Outfit,sans-serif;font-weight:900;font-size:2.8rem;line-height:1.15;margin-bottom:16px;color:var(--hb-text)}.highlight{color:var(--hb-amber)}.tagline{font-weight:300;font-size:1.1rem;line-height:1.6;color:var(--hb-text-muted);margin-bottom:32px;max-width:480px}.focus-areas{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.focus-card{background:var(--hb-slate);border-left:3px solid var(--hb-amber);border-radius:0 6px 6px 0;padding:16px 20px}.focus-title{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:400;color:var(--hb-amber);letter-spacing:.5px;margin-bottom:6px}.focus-desc{font-weight:300;font-size:.95rem;line-height:1.5;color:var(--hb-text-muted)}.contact{font-family:JetBrains Mono,monospace;font-size:.85rem;color:var(--hb-amber);text-decoration:none;transition:color .2s,text-shadow .2s}.contact:hover{color:var(--hb-amber-light);text-shadow:0 0 12px rgba(245,158,11,.4)}.form-column iframe{border:none;border-radius:8px;min-height:700px}.footer{text-align:center;padding:20px 16px;color:var(--hb-text-muted);font-size:.8rem;border-top:1px solid var(--hb-border);position:relative;z-index:1}.footer-label{font-family:JetBrains Mono,monospace;letter-spacing:1px;text-transform:uppercase;font-size:.7rem}.footer-sep{margin:0 8px;color:var(--hb-amber)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container{flex-direction:column;padding:32px 20px;gap:32px}.brand{flex:none;width:100%}.headline{font-size:2rem}.form-column{width:100%}.form-column iframe{min-height:450px}}
