.eoi-page{max-width:660px;margin:0 auto}.eoi-form{background-color:var(--color-surface);border:1px solid #d8e4ef;border-radius:18px;padding:2.2rem;box-shadow:0 8px 24px #0f172a0f}.eoi-form-intro{border-bottom:var(--border-width) solid #dbe7f4;margin-bottom:1.3rem;padding-bottom:1.1rem}.eoi-form-intro p{color:var(--color-graphene);font-size:var(--font-size-base)}#eoi-form{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"name email""company company""message message""actions actions""required-note required-note";gap:.95rem 1rem;display:grid}#eoi-form>.form-group{margin:0}#eoi-form>.form-group:first-of-type{grid-area:name}#eoi-form>.form-group:nth-of-type(2){grid-area:email}#eoi-form>.form-group:nth-of-type(3){grid-area:company}#eoi-form>.form-group:nth-of-type(4){grid-area:message}.form-label{margin-bottom:.5rem}label[for=company]:before,label[for=message]:before{content:"Optional";letter-spacing:.02em;text-transform:uppercase;color:#0369a1;background:#e0f2fe;border-radius:999px;margin-right:.45rem;padding:.1rem .45rem;font-size:.7rem;display:inline-block}.form-input,.form-textarea{background:#fff;border:1px solid #c9d8e8;border-radius:12px}#company,#message{background:#f8fbff}.form-textarea{min-height:140px;padding:.85rem .9rem;line-height:1.55}#message::placeholder{color:#7a8aa0}.form-actions{border-top:var(--border-width) solid var(--color-line-grey);grid-area:actions;margin-top:.35rem;padding-top:1.15rem}.form-required-note{grid-area:required-note;margin:0}.form-required-note-subtle{font-size:var(--font-size-xs);color:#8aa0b8;letter-spacing:.01em;justify-self:end}.required-indicator{color:var(--color-error);font-weight:var(--font-weight-semibold)}@media (width<=768px){#eoi-form{grid-template-columns:1fr;grid-template-areas:"name""email""company""message""actions""required-note"}.eoi-form,.eoi-page{padding:var(--space-lg)}}
