@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");:root{--gold:#d4af37;--green:#00b96b;--radius:22px}.enterprise-card{background:#000;border:3px solid var(--gold);border-radius:var(--radius);box-sizing:border-box;margin:clamp(1.5rem,5vw,2.75rem) auto 0;max-width:900px;overflow:hidden;padding:clamp(.75rem,3vw,1.25rem) clamp(1.25rem,4vw,2rem) clamp(2rem,6vw,3rem)}.enterprise-list{color:#fff;font-family:Nunito,Arial,sans-serif;font-size:clamp(1rem,2.5vw,1.12rem);list-style:none;margin:0;padding:0;width:100%}.enterprise-list li{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:clamp(12px,3vw,18px);line-height:1.55;margin-bottom:clamp(1.1rem,3vw,1.6rem)}.tic-icon{display:inline-block;flex:0 0 auto;margin-top:2px;min-width:28px}.tic-icon svg{height:28px;width:28px}.enterprise-list .text{flex:1 1 0;min-width:0;overflow-wrap:anywhere}.enterprise-list strong{color:#fff;font-weight:700;margin-right:4px}.enterprise-list .note{color:#bbb;font-size:.98em}@media (max-width:600px){.enterprise-card{padding:1rem 1rem 2rem}.enterprise-list li{flex-wrap:wrap}.tic-icon{min-width:23px}.tic-icon svg{height:23px;width:23px}}