#enterprise-section { max-width: 1100px; margin: 60px auto 80px auto; padding: 0 20px; } #enterprise-section .page-title { text-align: center; font-size: 2.4rem; margin-bottom: 0.6rem; color: var(--primary); } .enterprise-intro { font-size: 1.15rem; text-align: center; margin: 0 auto 2.4rem auto; max-width: 800px; color: var(--text-muted); line-height: 1.6; } .modes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; } .mode-card, .licence-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; padding: 24px; box-shadow: 0 8px 24px var(--shadow-color); display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease; } .mode-card:hover, .licence-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px var(--shadow-color); } .mode-card h3, .licence-card h3 { margin-top: 0; margin-bottom: 0.5rem; font-size: 1.6rem; font-weight: 700; color: var(--primary); } .mode-card p, .licence-card p { margin: 0 0 1rem 0; color: var(--text-muted); line-height: 1.5; } .mode-card ul { margin: 0 0 1.2rem 1.2rem; padding: 0; list-style: disc; color: var(--text-muted); } .mode-card li { margin-bottom: 0.45rem; font-size: 0.98rem; color: var(--text-muted); } .mode-card .core-btn { align-self: flex-start; margin-top: auto; font-size: 0.95rem; padding: 0.6rem 1.4rem; border-radius: 24px; } .licence-card { margin-top: 2.4rem; text-align: center; } .licence-card p { max-width: 780px; margin-left: auto; margin-right: auto; } @media (max-width: 600px) { .mode-card, .licence-card { padding: 20px; } .mode-card h3, .licence-card h3 { font-size: 1.4rem; } .enterprise-intro { font-size: 1rem; } }