/* ── Section 3 · Enterprise ──────────────────────────────────── */
.s3 { border-top: 1px solid var(--line); }
.ent-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ent { border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius-lg); padding: 22px; transition: border-color .2s, box-shadow .2s; box-shadow: 0 1px 2px rgba(12,18,28,.03); }
.ent:hover { border-color: rgba(22,153,214,.35); box-shadow: 0 10px 26px rgba(12,18,28,.07); }
.ent .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(22,153,214,.10); color: var(--accent); border: 1px solid rgba(22,153,214,.22); display: inline-flex; align-items: center; justify-content: center; }
.ent .ic svg { width: 19px; height: 19px; }
.ent h4 { font-size: 15.5px; margin-top: 16px; font-weight: 600; }
.ent p { color: var(--text-2); font-size: 13px; margin-top: 7px; }
.stats { margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat .v { font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; background: linear-gradient(120deg, var(--text), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .l { color: var(--text-2); font-size: 14px; margin-top: 4px; }
.closing { margin-top: 42px; text-align: center; }
.closing img { width: 30px; height: 30px; margin: 0 auto 12px; display: block; opacity: .9; }
.closing h3 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 700; }
.closing p { color: var(--text-2); margin-top: 10px; }

/* Closing call-to-action */
.closing .ent-cta { margin-top: 24px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Contact line under the closing CTA */
.contact-line { margin-top: 18px; font-size: 14px; color: var(--text-3); }
.contact-line a { color: var(--accent); font-weight: 600; }
.contact-line a:hover { color: var(--accent-2); }

/* ── Slim footer ─────────────────────────────────────────────── */
.site-foot { border-top: 1px solid var(--line); background: var(--bg-2); }
.foot-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 22px 24px; }
.foot-brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15px; color: var(--text); letter-spacing: -0.02em; }
.foot-brand img { width: 22px; height: 22px; display: block; }
.foot-meta { font-size: 13px; color: var(--text-3); }
.foot-meta a { color: var(--accent); font-weight: 600; }
.foot-meta a:hover { color: var(--accent-2); }
